]> git.ipfire.org Git - thirdparty/openwrt.git/commitdiff
kernel-packages: multiplexer: fix menuconfig
authorMarius Dinu <m95d+git@psihoexpert.ro>
Wed, 8 Jul 2026 16:37:34 +0000 (19:37 +0300)
committerRobert Marko <robimarko@gmail.com>
Wed, 8 Jul 2026 17:08:21 +0000 (19:08 +0200)
One of the drivers appeared outside it's submenu. Fixed.

Signed-off-by: Marius Dinu <m95d+git@psihoexpert.ro>
package/kernel/linux/modules/multiplexer.mk

index 738acc853573ab92e58df54ad016206a347e6443..3d25538bcf5dd90b0c69d85d18d6aee0c4b562b8 100644 (file)
@@ -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