projects
/
15.05
/
openwrt.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ec6b4b3
)
kernel: fix ipset related build error (#19231)
author
Felix Fietkau
<nbd@openwrt.org>
Fri, 20 Mar 2015 17:01:06 +0000
(17:01 +0000)
committer
Felix Fietkau
<nbd@openwrt.org>
Fri, 20 Mar 2015 17:01:06 +0000
(17:01 +0000)
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@44912
3c298f89
-4303-0410-b956-
a3cf2f4a3e73
package/kernel/linux/modules/netfilter.mk
patch
|
blob
|
history
diff --git
a/package/kernel/linux/modules/netfilter.mk
b/package/kernel/linux/modules/netfilter.mk
index
01bf189
..
f64808c
100644
(file)
--- a/
package/kernel/linux/modules/netfilter.mk
+++ b/
package/kernel/linux/modules/netfilter.mk
@@
-229,11
+229,11
@@
IPSET_MODULES:= \
ipset/ip_set_bitmap_ipmac \
ipset/ip_set_bitmap_port \
ipset/ip_set_hash_ip \
- ipset/ip_set_hash_ipmark \
+ ipset/ip_set_hash_ipmark
@ge3.18
\
ipset/ip_set_hash_ipport \
ipset/ip_set_hash_ipportip \
ipset/ip_set_hash_ipportnet \
- ipset/ip_set_hash_mac \
+ ipset/ip_set_hash_mac
@ge3.18
\
ipset/ip_set_hash_netportnet \
ipset/ip_set_hash_net \
ipset/ip_set_hash_netnet \