diff options
author | Felix Fietkau <nbd@openwrt.org> | 2005-04-01 18:21:25 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2005-04-01 18:21:25 +0000 |
commit | 82167a2b5031937a910b7dbe7eee0fca0e6da003 (patch) | |
tree | 1792d5d0cfd1e2b1044efcb608083f4f58bf0ea2 /openwrt/package/Makefile | |
parent | b0c42dc4a8f47c1bfcfa79a120304a8161434cf2 (diff) | |
download | mtk-20170518-82167a2b5031937a910b7dbe7eee0fca0e6da003.zip mtk-20170518-82167a2b5031937a910b7dbe7eee0fca0e6da003.tar.gz mtk-20170518-82167a2b5031937a910b7dbe7eee0fca0e6da003.tar.bz2 |
add fping
SVN-Revision: 508
Diffstat (limited to 'openwrt/package/Makefile')
-rw-r--r-- | openwrt/package/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/openwrt/package/Makefile b/openwrt/package/Makefile index c42e582..66080a8 100644 --- a/openwrt/package/Makefile +++ b/openwrt/package/Makefile @@ -12,6 +12,7 @@ package-$(BR2_PACKAGE_DROPBEAR) += dropbear package-$(BR2_PACKAGE_DNSMASQ) += dnsmasq package-$(BR2_PACKAGE_EBTABLES) += ebtables package-$(BR2_PACKAGE_EZIPUPDATE) += ez-ipupdate +package-$(BR2_PACKAGE_FPING) += fping package-$(BR2_PACKAGE_GMP) += gmp package-$(BR2_PACKAGE_HASERL) += haserl package-$(BR2_PACKAGE_IPTABLES) += iptables |