diff options
author | Felix Fietkau <nbd@openwrt.org> | 2005-07-10 15:01:28 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2005-07-10 15:01:28 +0000 |
commit | cbc2bb9f2090a50144e9278f1a0e5735784bc45c (patch) | |
tree | 8ec27d32fdd4be88396c9017d36d1406eb443d7f /package/iptables | |
parent | 6e0b1cddb8969130e412512db32cd5bede7a628d (diff) | |
download | master-187ad058-cbc2bb9f2090a50144e9278f1a0e5735784bc45c.tar.gz master-187ad058-cbc2bb9f2090a50144e9278f1a0e5735784bc45c.tar.bz2 master-187ad058-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.mk | 1 |
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 |