summaryrefslogtreecommitdiffstats
path: root/target/linux/mvebu/profiles
diff options
context:
space:
mode:
authorJo-Philipp Wich <jow@openwrt.org>2016-02-09 12:33:53 +0000
committerJo-Philipp Wich <jow@openwrt.org>2016-02-09 12:33:53 +0000
commit2d04407e404183f72901b4fdb53c4625518b0bd9 (patch)
tree78d97eb2334ca9a3e229fac79ff524c2883394cc /target/linux/mvebu/profiles
parent791076dae83449359286841127ab5a16818892b3 (diff)
downloadmaster-31e0f0ae-2d04407e404183f72901b4fdb53c4625518b0bd9.tar.gz
master-31e0f0ae-2d04407e404183f72901b4fdb53c4625518b0bd9.tar.bz2
master-31e0f0ae-2d04407e404183f72901b4fdb53c4625518b0bd9.zip
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 <nitroshift@yahoo.com> [jow: fix Kconfig symbol name] Signed-off-by: Jo-Philipp Wich <jow@openwrt.org> SVN-Revision: 48684
Diffstat (limited to 'target/linux/mvebu/profiles')
-rw-r--r--target/linux/mvebu/profiles/linksys.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/mvebu/profiles/linksys.mk b/target/linux/mvebu/profiles/linksys.mk
index 1a5b8afdaa..9c954bd305 100644
--- a/target/linux/mvebu/profiles/linksys.mk
+++ b/target/linux/mvebu/profiles/linksys.mk
@@ -53,7 +53,7 @@ define Profile/Mamba
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