projects
/
openwrt
/
openwrt.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9727b71
)
kernel: netsupport: kmod-sched: Add kmod-lib-textsearch dependency
author
Hauke Mehrtens
<
[email protected]
>
Fri, 29 Jul 2022 16:35:56 +0000
(18:35 +0200)
committer
Hauke Mehrtens
<
[email protected]
>
Sat, 13 Aug 2022 22:01:48 +0000
(
00:01
+0200)
The CONFIG_NET_EMATCH_TEXT configuration option depends on the
kmod-lib-textsearch package.
Signed-off-by: Hauke Mehrtens <
[email protected]
>
(cherry picked from commit
3cc878a8d3e4d2d445bf2ee34883e9326bfa0bb2
)
package/kernel/linux/modules/netsupport.mk
patch
|
blob
|
history
diff --git
a/package/kernel/linux/modules/netsupport.mk
b/package/kernel/linux/modules/netsupport.mk
index a9631ef07784df058e9de4b6f8ab538fbd93d7b4..121da205f6f730b501d8de27bb5eca72b6f14e5a 100644
(file)
--- a/
package/kernel/linux/modules/netsupport.mk
+++ b/
package/kernel/linux/modules/netsupport.mk
@@
-903,7
+903,7
@@
$(eval $(call KernelPackage,bpf-test))
define KernelPackage/sched
SUBMENU:=$(NETWORK_SUPPORT_MENU)
TITLE:=Extra traffic schedulers
- DEPENDS:=+kmod-sched-core +kmod-ipt-core +kmod-lib-crc32c
+ DEPENDS:=+kmod-sched-core +kmod-ipt-core +kmod-lib-crc32c
+kmod-lib-textsearch
KCONFIG:= \
CONFIG_NET_SCH_CODEL \
CONFIG_NET_SCH_DSMARK \