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 | e7d53a77cdeda0fda9b5496cd9005882070a365c (patch) | |
tree | 14f1189befb511e00ffa5de851cc8d7a122f49a8 /package/Makefile | |
parent | f8e60b69c0b6227eaccab7497f7d7f7dcc934f3e (diff) | |
download | upstream-e7d53a77cdeda0fda9b5496cd9005882070a365c.tar.gz upstream-e7d53a77cdeda0fda9b5496cd9005882070a365c.tar.bz2 upstream-e7d53a77cdeda0fda9b5496cd9005882070a365c.zip |
add iptables-snmp package (thanks to Nigel Roberts)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@2360 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/Makefile')
-rw-r--r-- | package/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/package/Makefile b/package/Makefile index 8cb9ecfbb6..e628961e5b 100644 --- a/package/Makefile +++ b/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 |