[openwrt/openwrt] kernel: move kmod-i2c-bcm-iproc to I2C menu

LEDE Commits lede-commits at lists.infradead.org
Fri Oct 30 11:48:17 EDT 2020


dangole pushed a commit to openwrt/openwrt.git, branch master:
https://git.openwrt.org/37ef2197e65a6f80889309e1552c79d09729893f

commit 37ef2197e65a6f80889309e1552c79d09729893f
Author: Daniel Golle <daniel at makrotopia.org>
AuthorDate: Fri Oct 30 15:45:42 2020 +0000

    kernel: move kmod-i2c-bcm-iproc to I2C menu
    
    A typo resulted in that module having it's own menu.
    Move it into the I2C menu as it was most likely intended.
    
    Fixes: 1291274335 ("kernel: package bcm53xx i2c module")
    Signed-off-by: Daniel Golle <daniel at makrotopia.org>
---
 target/linux/bcm53xx/modules.mk | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/target/linux/bcm53xx/modules.mk b/target/linux/bcm53xx/modules.mk
index ab3bab3f15..6432a7f577 100644
--- a/target/linux/bcm53xx/modules.mk
+++ b/target/linux/bcm53xx/modules.mk
@@ -40,7 +40,7 @@ define KernelPackage/i2c-bcm-iproc
   TITLE:=Broadcom iProc I2C controller
   KCONFIG:=CONFIG_I2C_BCM_IPROC
   DEPENDS:=@TARGET_bcm53xx +kmod-i2c-core
-  SUBMENU:=(I2C_MENU)
+  SUBMENU:=$(I2C_MENU)
   FILES:=$(LINUX_DIR)/drivers/i2c/busses/i2c-bcm-iproc.ko
   AUTOLOAD:=$(call AutoLoad,59,i2c-bcm-iproc,1)
 endef



More information about the lede-commits mailing list