Parcourir la source

kernel: add missing submenu for diag modules

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]>
Chukun Pan il y a 1 an
Parent
commit
e086bb951c
1 fichiers modifiés avec 2 ajouts et 0 suppressions
  1. 2 0
      package/kernel/linux/modules/netsupport.mk

+ 2 - 0
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