aboutsummaryrefslogtreecommitdiffstats
path: root/target
diff options
context:
space:
mode:
authorNicolas Thill <nico@openwrt.org>2005-06-10 16:50:38 +0000
committerNicolas Thill <nico@openwrt.org>2005-06-10 16:50:38 +0000
commit80adf7c385ddbe66d3b1f19d299688c75e545488 (patch)
treec66f2b4b306a884e3acf1afdcddf31d54468127f /target
parent562f9b5d65d2fcbcc98efb3b39bc32702cd0d9d0 (diff)
downloadupstream-80adf7c385ddbe66d3b1f19d299688c75e545488.tar.gz
upstream-80adf7c385ddbe66d3b1f19d299688c75e545488.tar.bz2
upstream-80adf7c385ddbe66d3b1f19d299688c75e545488.zip
Fix kmod-iptables and kmod-ip6tables build
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@1186 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target')
-rw-r--r--target/linux/linux-2.4/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/target/linux/linux-2.4/Makefile b/target/linux/linux-2.4/Makefile
index 0c9021b1a0..c9b61a6cdc 100644
--- a/target/linux/linux-2.4/Makefile
+++ b/target/linux/linux-2.4/Makefile
@@ -69,10 +69,10 @@ $(eval $(call KMOD_template,ARPT,arptables,\
$(eval $(call KMOD_template,EBT,ebtables,\
$(MODULES_DIR)/kernel/net/bridge/netfilter/*.o \
,CONFIG_BRIDGE_NF_EBTABLES))
-$(eval $(call KMOD_template,IPT4,iptables-extra,\
+$(eval $(call KMOD_template,IPTABLES_V4_EXTRA,iptables-extra,\
$(MODULES_DIR)/kernel/net/ipv4/netfilter/ip*.o \
))
-$(eval $(call KMOD_template,IPT6,ip6tables,\
+$(eval $(call KMOD_template,IPTABLES_V6,ip6tables,\
$(MODULES_DIR)/kernel/net/ipv6/netfilter/ip*.o \
,CONFIG_IP6_NF_IPTABLES))
$(eval $(call KMOD_template,IPV6,ipv6,\