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 | 7223882cd14e0ec1d104ea384219de5173c59815 (patch) | |
tree | e9904b56e62048d9fee8ad83938481fed93ef3ee /openwrt/package | |
parent | 45ed03378e4d31feaeb41f94806395b737b5c71d (diff) | |
download | mtk-20170518-7223882cd14e0ec1d104ea384219de5173c59815.zip mtk-20170518-7223882cd14e0ec1d104ea384219de5173c59815.tar.gz mtk-20170518-7223882cd14e0ec1d104ea384219de5173c59815.tar.bz2 |
add missing netmap module for iptables user space app
SVN-Revision: 1398
Diffstat (limited to 'openwrt/package')
-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 a0b420f..bac26e2 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 |