From: Felix Fietkau Date: Sun, 10 Jul 2005 15:01:28 +0000 (+0000) Subject: add missing netmap module for iptables user space app X-Git-Tag: reboot~32393 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=7223882cd14e0ec1d104ea384219de5173c59815;p=oweals%2Fopenwrt.git add missing netmap module for iptables user space app SVN-Revision: 1398 --- diff --git a/openwrt/package/iptables/kernelconfig.mk b/openwrt/package/iptables/kernelconfig.mk index a0b420f198..bac26e20c0 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