diff options
author | Nicolas Thill <nico@openwrt.org> | 2005-11-06 23:08:18 +0000 |
---|---|---|
committer | Nicolas Thill <nico@openwrt.org> | 2005-11-06 23:08:18 +0000 |
commit | c8784c0a8fe0546a006282a0f83c9bb1172a49d5 (patch) | |
tree | 4d1958b708d0473bea83b655cd728931781c83bc /openwrt/package/Makefile | |
parent | 18ae9fd95d698e087f5ca73253819efe7d7da6c0 (diff) | |
download | mtk-20170518-c8784c0a8fe0546a006282a0f83c9bb1172a49d5.zip mtk-20170518-c8784c0a8fe0546a006282a0f83c9bb1172a49d5.tar.gz mtk-20170518-c8784c0a8fe0546a006282a0f83c9bb1172a49d5.tar.bz2 |
add iptables-snmp package (thanks to Nigel Roberts)
SVN-Revision: 2360
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 8cb9ecf..e628961 100644 --- a/openwrt/package/Makefile +++ b/openwrt/package/Makefile @@ -62,6 +62,7 @@ package-$(BR2_PACKAGE_IPKG) += ipkg package-$(BR2_COMPILE_IPROUTE2) += iproute2 package-$(BR2_PACKAGE_IPSET) += ipset package-$(BR2_COMPILE_IPTABLES) += iptables +package-$(BR2_PACKAGE_IPTABLES_SNMP) += iptables-snmp package-$(BR2_PACKAGE_IPTRAF) += iptraf package-$(BR2_PACKAGE_IRSSI) += irssi package-$(BR2_COMPILE_JPEG) += jpeg |