[PATCH] kernel-packages: multiplexer: fix menuconfig
Robert Marko
robimarko at gmail.com
Wed Jul 8 10:08:59 PDT 2026
On Wed, 8 Jul 2026 at 18:35, Marius Dinu <m95d+git at psihoexpert.ro> wrote:
>
> One of the drivers appeared outside it's submenu. Fixed.
>
> Signed-off-by: Marius Dinu <m95d+git at psihoexpert.ro>
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
> openwrt-devel at lists.openwrt.org
> https://lists.openwrt.org/mailman/listinfo/openwrt-devel
More information about the openwrt-devel
mailing list