diff options
author | Jo-Philipp Wich <jow@openwrt.org> | 2010-02-19 01:44:10 +0000 |
---|---|---|
committer | Jo-Philipp Wich <jow@openwrt.org> | 2010-02-19 01:44:10 +0000 |
commit | 3aaddfff026e7861ad38e2c1a2d4c2284516a569 (patch) | |
tree | 49f52d13f4c9215c13f8f2b012c8e56d547c4451 /package/iptables | |
parent | 7fc4138b4dd29cbd3c0eb346276987a7dc8e9eaf (diff) | |
download | upstream-3aaddfff026e7861ad38e2c1a2d4c2284516a569.tar.gz upstream-3aaddfff026e7861ad38e2c1a2d4c2284516a569.tar.bz2 upstream-3aaddfff026e7861ad38e2c1a2d4c2284516a569.zip |
[package] iptables: fix menuconfig descriptions, raw and notrack are in mod-conntrack now
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@19722 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/iptables')
-rw-r--r-- | package/iptables/Makefile | 4 |
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 |