projects
/
openwrt
/
staging
/
stintel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fc05102
)
kernel: ipt-ipset: Add ipset/ip_set_hash_ipmac.ko
author
Hauke Mehrtens
<hmehrtens@maxlinear.com>
Fri, 29 Jul 2022 16:36:02 +0000
(18:36 +0200)
committer
Hauke Mehrtens
<hauke@hauke-m.de>
Sat, 13 Aug 2022 22:06:21 +0000
(
00:06
+0200)
Add the ipset/ip_set_hash_ipmac.ko file. The CONFIG_IP_SET_HASH_IPMAC
KConfig option is already set by the package.
Signed-off-by: Hauke Mehrtens <hmehrtens@maxlinear.com>
(cherry picked from commit
6a2e9f3da6d0f0f3ae382db1e77a65c2f0e67d24
)
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 ff76ae048b3ce6ff39b6e33f0be59757727e388b..b70c6fa09f141e555254d57308d1da4c2a8a24b5 100644
(file)
--- a/
package/kernel/linux/modules/netfilter.mk
+++ b/
package/kernel/linux/modules/netfilter.mk
@@
-350,6
+350,7
@@
IPSET_MODULES:= \
ipset/ip_set_bitmap_ipmac \
ipset/ip_set_bitmap_port \
ipset/ip_set_hash_ip \
+ ipset/ip_set_hash_ipmac \
ipset/ip_set_hash_ipmark \
ipset/ip_set_hash_ipport \
ipset/ip_set_hash_ipportip \