diff options
author | nbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2005-07-10 15:01:28 +0000 |
---|---|---|
committer | nbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2005-07-10 15:01:28 +0000 |
commit | 8b4bd43ab52fd2f5a9fcd779dd31819895451fa3 (patch) | |
tree | 8ec27d32fdd4be88396c9017d36d1406eb443d7f | |
parent | b20ccd71b7f6be71debd0cdf72d561ef13f3f328 (diff) |
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
-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 a0b420f19..bac26e20c 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 |