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:
bed637d
)
kernel: add missing submenu for diag modules
author
Chukun Pan
<
[email protected]
>
Tue, 4 Mar 2025 15:18:38 +0000
(23:18 +0800)
committer
Robert Marko
<
[email protected]
>
Mon, 14 Apr 2025 09:01:25 +0000
(11:01 +0200)
The submenu of two diag modules is missing, fix it.
Fixes: 65de1e0 ("kernel: add missing symbols for lxc")
Signed-off-by: Chukun Pan <
[email protected]
>
Link:
https://github.com/openwrt/openwrt/pull/18480
Signed-off-by: Robert Marko <
[email protected]
>
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 20f85c31735a44dddb99d43b3077853ab0d98a99..655b222899c4bf448aa87aadc549619918d6d077 100644
(file)
--- a/
package/kernel/linux/modules/netsupport.mk
+++ b/
package/kernel/linux/modules/netsupport.mk
@@
-1651,6
+1651,7
@@
endef
$(eval $(call KernelPackage,qrtr-mhi))
define KernelPackage/unix-diag
+ SUBMENU:=$(NETWORK_SUPPORT_MENU)
TITLE:=UNIX socket monitoring interface
KCONFIG:=CONFIG_UNIX_DIAG
FILES:= $(LINUX_DIR)/net/unix/unix_diag.ko
@@
-1660,6
+1661,7
@@
endef
$(eval $(call KernelPackage,unix-diag))
define KernelPackage/packet-diag
+ SUBMENU:=$(NETWORK_SUPPORT_MENU)
TITLE:=Packet sockets monitoring interface
KCONFIG:=CONFIG_PACKET_DIAG
FILES:= $(LINUX_DIR)/net/packet/af_packet_diag.ko