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 | 2d979da3c179c1bf36642da98a9261a9bb29f930 (patch) | |
| tree | e9904b56e62048d9fee8ad83938481fed93ef3ee | |
| parent | e92e396331035ce21e5273ead0190546b86805c2 (diff) | |
| download | upstream-2d979da3c179c1bf36642da98a9261a9bb29f930.tar.gz upstream-2d979da3c179c1bf36642da98a9261a9bb29f930.tar.bz2 upstream-2d979da3c179c1bf36642da98a9261a9bb29f930.zip | |
add missing netmap module for iptables user space app
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@1398 3c298f89-4303-0410-b956-a3cf2f4a3e73
| -rw-r--r-- | openwrt/package/iptables/kernelconfig.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/openwrt/package/iptables/kernelconfig.mk b/openwrt/package/iptables/kernelconfig.mk index a0b420f1982..bac26e20c00 100644 --- a/openwrt/package/iptables/kernelconfig.mk +++ b/openwrt/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 |
