projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Simplify configure and add target optimizations,
[openwrt.git]
/
openwrt
/
package
/
iptables
/
kernelconfig.mk
diff --git
a/openwrt/package/iptables/kernelconfig.mk
b/openwrt/package/iptables/kernelconfig.mk
index
a0b420f
..
bac26e2
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_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
# add extensions that don't depend on kernel config
ext-m += TTL
This page took
0.02053 seconds
and
4
git commands to generate.