summaryrefslogtreecommitdiffstats
path: root/package
diff options
context:
space:
mode:
authorJo-Philipp Wich <jow@openwrt.org>2010-02-19 01:44:10 +0000
committerJo-Philipp Wich <jow@openwrt.org>2010-02-19 01:44:10 +0000
commit4257508e117ec5b5cfa64f176a627087386a3d93 (patch)
tree01cd0f6fb3b10abd70a190bfa9166b80ee67d740 /package
parent15c4e22d31c1d46a5fd19823499b812c2629dbaa (diff)
downloadopenwrt-4257508e117ec5b5cfa64f176a627087386a3d93.tar.gz
openwrt-4257508e117ec5b5cfa64f176a627087386a3d93.tar.bz2
openwrt-4257508e117ec5b5cfa64f176a627087386a3d93.zip
iptables: fix menuconfig descriptions, raw and notrack are in mod-conntrack now
SVN-Revision: 19722
Diffstat (limited to 'package')
-rw-r--r--package/iptables/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/package/iptables/Makefile b/package/iptables/Makefile
index 375f453e45..20e4b315ca 100644
--- a/package/iptables/Makefile
+++ b/package/iptables/Makefile
@@ -68,6 +68,8 @@ define Package/iptables-mod-conntrack/description
Basic iptables extensions for connection tracking.
Includes:
- state
+ - raw
+ - NOTRACK
endef
define Package/iptables-mod-conntrack-extra
@@ -210,8 +212,6 @@ define Package/iptables-mod-extra/description
- libipt_physdev
- libipt_pkttype
- libipt_recent
- - iptable_raw
- - libipt_NOTRACK
endef
define Package/iptables-utils