From ecfd7bce7770f4242ab4526e31d70d4f78813966 Mon Sep 17 00:00:00 2001 From: nbd Date: Sun, 10 Jul 2005 15:01:28 +0000 Subject: [PATCH] add missing netmap module for iptables user space app git-svn-id: svn://svn.openwrt.org/openwrt/trunk@1398 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- openwrt/package/iptables/kernelconfig.mk | 1 + 1 file changed, 1 insertion(+) diff --git a/openwrt/package/iptables/kernelconfig.mk b/openwrt/package/iptables/kernelconfig.mk index a0b420f19..bac26e20c 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 -- 2.20.1