On Wed, 8 Jul 2026 at 18:35, Marius Dinu <[email protected]> wrote: > > One of the drivers appeared outside it's submenu. Fixed. > > Signed-off-by: Marius Dinu <[email protected]>
Merged: https://github.com/openwrt/openwrt/commit/bfa2d2f7c6e009302d4bfec5f3dc04308765b8d2 Regards, Robert > --- > 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 > > > _______________________________________________ > openwrt-devel mailing list > [email protected] > https://lists.openwrt.org/mailman/listinfo/openwrt-devel _______________________________________________ openwrt-devel mailing list [email protected] https://lists.openwrt.org/mailman/listinfo/openwrt-devel
