From 7223882cd14e0ec1d104ea384219de5173c59815 Mon Sep 17 00:00:00 2001 From: Felix Fietkau Date: Sun, 10 Jul 2005 15:01:28 +0000 Subject: [PATCH] add missing netmap module for iptables user space app SVN-Revision: 1398 --- 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 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 -- 2.25.1