aboutsummaryrefslogtreecommitdiffstats
path: root/package/iptables
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2005-07-10 15:01:28 +0000
committerFelix Fietkau <nbd@openwrt.org>2005-07-10 15:01:28 +0000
commitcbc2bb9f2090a50144e9278f1a0e5735784bc45c (patch)
tree8ec27d32fdd4be88396c9017d36d1406eb443d7f /package/iptables
parent6e0b1cddb8969130e412512db32cd5bede7a628d (diff)
downloadupstream-cbc2bb9f2090a50144e9278f1a0e5735784bc45c.tar.gz
upstream-cbc2bb9f2090a50144e9278f1a0e5735784bc45c.tar.bz2
upstream-cbc2bb9f2090a50144e9278f1a0e5735784bc45c.zip
add missing netmap module for iptables user space app
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@1398 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/iptables')
-rw-r--r--package/iptables/kernelconfig.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/package/iptables/kernelconfig.mk b/package/iptables/kernelconfig.mk
index a0b420f198..bac26e20c0 100644
--- a/package/iptables/kernelconfig.mk
+++ b/package/iptables/kernelconfig.mk
@@ -33,6 +33,7 @@ ext-$(CONFIG_IP_NF_TARGET_MARK) += MARK
#ext-$(CONFIG_IP_NF_TARGET_LOG) += LOG
ext-$(CONFIG_IP_NF_TARGET_ULOG) += ULOG
#ext-$(CONFIG_IP_NF_TARGET_TCPMSS) += TCPMSS
+ext-$(CONFIG_IP_NF_TARGET_NETMAP) += NETMAP
# add extensions that don't depend on kernel config
ext-m += TTL