One of the drivers appeared outside it's submenu. Fixed. Signed-off-by: Marius Dinu <[email protected]> --- 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
