projects
/
openwrt
/
staging
/
zorun.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
45ed033
)
add missing netmap module for iptables user space app
author
Felix Fietkau
<nbd@openwrt.org>
Sun, 10 Jul 2005 15:01:28 +0000
(15:01 +0000)
committer
Felix Fietkau
<nbd@openwrt.org>
Sun, 10 Jul 2005 15:01:28 +0000
(15:01 +0000)
SVN-Revision: 1398
openwrt/package/iptables/kernelconfig.mk
patch
|
blob
|
history
diff --git
a/openwrt/package/iptables/kernelconfig.mk
b/openwrt/package/iptables/kernelconfig.mk
index a0b420f1982f637a1f6aaa986d4f26ff6a87f78b..bac26e20c00d54addb3b51dcec14e5ed3b8bbb71 100644
(file)
--- 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