From: Chukun Pan Date: Fri, 10 Nov 2023 15:16:21 +0000 (+0800) Subject: kernel: modules: gpio.mk: renamed from gpio-cascade.mk X-Git-Tag: v24.10.0-rc1~3204 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=45554ffb96b2c5f621061ab72c0b5fcd1cd6369f;p=thirdparty%2Fopenwrt.git kernel: modules: gpio.mk: renamed from gpio-cascade.mk This can be used to place the gpio module, so rename it. Signed-off-by: Chukun Pan --- diff --git a/package/kernel/linux/modules/gpio-cascade.mk b/package/kernel/linux/modules/gpio.mk similarity index 90% rename from package/kernel/linux/modules/gpio-cascade.mk rename to package/kernel/linux/modules/gpio.mk index 3a559f19ef1..62d2688ee0e 100644 --- a/package/kernel/linux/modules/gpio-cascade.mk +++ b/package/kernel/linux/modules/gpio.mk @@ -2,10 +2,10 @@ # See /LICENSE for more information. # -MENU_TITLE:=GPIO support +GPIO_MENU:=GPIO support define KernelPackage/gpio-cascade - SUBMENU:=$(MENU_TITLE) + SUBMENU:=$(GPIO_MENU) TITLE:=Generic GPIO cascade KCONFIG:=CONFIG_GPIO_CASCADE DEPENDS:=@GPIO_SUPPORT +kmod-mux-core