Author: jow Date: 2016-02-09 13:33:53 +0100 (Tue, 09 Feb 2016) New Revision: 48684
Modified: trunk/package/kernel/linux/modules/leds.mk trunk/target/linux/mvebu/profiles/linksys.mk Log: mvebu: fix WRT1900AC v1 LED driver module Update OpenWRT build tree to reflect changes in TLC-591xx LED family driver. In kernels < 4.0 the driver was present in form of a patch for the TLC-59116 chip, and was upstreamed later in kernels > 4.0 to support the entire chip family. Signed-off-by: Sebastian Careba <[email protected]> [jow: fix Kconfig symbol name] Signed-off-by: Jo-Philipp Wich <[email protected]> Modified: trunk/package/kernel/linux/modules/leds.mk =================================================================== --- trunk/package/kernel/linux/modules/leds.mk 2016-02-09 12:33:25 UTC (rev 48683) +++ trunk/package/kernel/linux/modules/leds.mk 2016-02-09 12:33:53 UTC (rev 48684) @@ -199,17 +199,17 @@ $(eval $(call KernelPackage,leds-pca963x)) -define KernelPackage/leds-tlc59116 +define KernelPackage/leds-tlc591xx SUBMENU:=$(LEDS_MENU) - TITLE:=TLC59116 LED support + TITLE:=TLC591xx LED support DEPENDS:=@TARGET_mvebu +kmod-i2c-core +kmod-regmap - KCONFIG:=CONFIG_LEDS_TLC59116 - FILES:=$(LINUX_DIR)/drivers/leds/leds-tlc59116.ko - AUTOLOAD:=$(call AutoLoad,60,leds-tlc59116,1) + KCONFIG:=CONFIG_LEDS_TLC591XX + FILES:=$(LINUX_DIR)/drivers/leds/leds-tlc591xx.ko + AUTOLOAD:=$(call AutoLoad,60,leds-tlc591xx,1) endef -define KernelPackage/leds-tlc59116/description - Kernel module for LEDs on TLC59116 +define KernelPackage/leds-tlc591xx/description + Kernel module for LEDs on TLC591xx endef -$(eval $(call KernelPackage,leds-tlc59116)) +$(eval $(call KernelPackage,leds-tlc591xx)) Modified: trunk/target/linux/mvebu/profiles/linksys.mk =================================================================== --- trunk/target/linux/mvebu/profiles/linksys.mk 2016-02-09 12:33:25 UTC (rev 48683) +++ trunk/target/linux/mvebu/profiles/linksys.mk 2016-02-09 12:33:53 UTC (rev 48684) @@ -53,7 +53,7 @@ kmod-ata-core kmod-ata-marvell-sata \ kmod-rtc-marvell kmod-thermal-armada \ kmod-gpio-button-hotplug kmod-hwmon-tmp421 \ - kmod-hwmon-pwmfan kmod-leds-tlc59116 \ + kmod-hwmon-pwmfan kmod-leds-tlc591xx \ kmod-ledtrig-usbdev kmod-mwlwifi wpad-mini \ swconfig endef _______________________________________________ openwrt-commits mailing list [email protected] https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-commits
