aboutsummaryrefslogtreecommitdiffstats
path: root/target
diff options
context:
space:
mode:
authorNicolas Thill <nico@openwrt.org>2005-11-12 11:53:55 +0000
committerNicolas Thill <nico@openwrt.org>2005-11-12 11:53:55 +0000
commit3a8096afef44a1e76f94b49cfbd5a1451899cc53 (patch)
treedc680497c18c45cb4173a0abc350189b870c3877 /target
parentdd48108ccb8b486f1befa5abd483c66ff1d924ff (diff)
downloadmaster-187ad058-3a8096afef44a1e76f94b49cfbd5a1451899cc53.tar.gz
master-187ad058-3a8096afef44a1e76f94b49cfbd5a1451899cc53.tar.bz2
master-187ad058-3a8096afef44a1e76f94b49cfbd5a1451899cc53.zip
port iptables fix introduced by changeset:2447 to trunk
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@2448 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target')
-rw-r--r--target/linux/netfilter.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/netfilter.mk b/target/linux/netfilter.mk
index 433c386d6e..6375a71f21 100644
--- a/target/linux/netfilter.mk
+++ b/target/linux/netfilter.mk
@@ -71,7 +71,7 @@ IPKG_KMOD_IPT_ULOG-$(CONFIG_IP_NF_TARGET_ULOG) += ipt_ULOG
#
IPKG_IPTABLES-y := ipt_standard
-IPKG_IPTABLES-y := ipt_icmp ipt_tcp ipt_udp
+IPKG_IPTABLES-y += ipt_icmp ipt_tcp ipt_udp
IPKG_IPTABLES_MOD_CONNTRACK-m :=
IPKG_IPTABLES_MOD_CONNTRACK-$(CONFIG_IP_NF_MATCH_CONNMARK) += ipt_connmark