[PATCH] kernel-packages: multiplexer: fix menuconfig

Marius Dinu m95d+git at psihoexpert.ro
Wed Jul 8 09:37:34 PDT 2026


One of the drivers appeared outside it's submenu. Fixed.

Signed-off-by: Marius Dinu <m95d+git at psihoexpert.ro>
---
 package/kernel/linux/modules/multiplexer.mk | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/package/kernel/linux/modules/multiplexer.mk b/package/kernel/linux/modules/multiplexer.mk
index 738acc8535..3d25538bcf 100644
--- a/package/kernel/linux/modules/multiplexer.mk
+++ b/package/kernel/linux/modules/multiplexer.mk
@@ -34,7 +34,7 @@ endef
 $(eval $(call KernelPackage,mux-gpio))
 
 define KernelPackage/mux-mmio
-  SUBMENU:=$(OTHER_MENU)
+  SUBMENU:=$(MENU_TITLE)
   TITLE:=MMIO/Regmap register bitfield-controlled Multiplexer controller
   DEPENDS:=+kmod-mux-core +kmod-regmap-mmio
   KCONFIG:=CONFIG_MUX_MMIO
-- 
2.53.0




More information about the openwrt-devel mailing list