]> git.ipfire.org Git - thirdparty/openwrt.git/commitdiff
kernel: modules: gpio.mk: renamed from gpio-cascade.mk
authorChukun Pan <amadeus@jmu.edu.cn>
Fri, 10 Nov 2023 15:16:21 +0000 (23:16 +0800)
committerChristian Marangi <ansuelsmth@gmail.com>
Thu, 1 Feb 2024 16:04:51 +0000 (17:04 +0100)
This can be used to place the gpio module, so rename it.

Signed-off-by: Chukun Pan <amadeus@jmu.edu.cn>
package/kernel/linux/modules/gpio.mk [moved from package/kernel/linux/modules/gpio-cascade.mk with 90% similarity]

similarity index 90%
rename from package/kernel/linux/modules/gpio-cascade.mk
rename to package/kernel/linux/modules/gpio.mk
index 3a559f19ef12ae27e3bdad8823c8227fc007646d..62d2688ee0e1674ae59fdb3774fa9936504a878b 100644 (file)
@@ -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