From: jow Date: Fri, 19 Feb 2010 01:44:10 +0000 (+0000) Subject: [package] iptables: fix menuconfig descriptions, raw and notrack are in mod-conntrack now X-Git-Url: https://git.rohieb.name/openwrt.git/commitdiff_plain/9d72ec90ea94448d0acbccfd42ec0b7f006c6217?hp=f082191aa5d3ec9b1bf1cc0d7fbdb079c225c74a [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 --- diff --git a/package/iptables/Makefile b/package/iptables/Makefile index 375f453e4..20e4b315c 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