aboutsummaryrefslogtreecommitdiffstats
path: root/target
diff options
context:
space:
mode:
authorRafał Miłecki <zajec5@gmail.com>2014-10-02 05:54:18 +0000
committerRafał Miłecki <zajec5@gmail.com>2014-10-02 05:54:18 +0000
commit4b28afb2cbe301ee4237931f52b73245c24bb34e (patch)
tree4e6686585f9e638ba0f6af1e6c1b56f82fb6b190 /target
parent09f077e5e9eeae1b0ee32be8621b889d590ad8aa (diff)
downloadmaster-187ad058-4b28afb2cbe301ee4237931f52b73245c24bb34e.tar.gz
master-187ad058-4b28afb2cbe301ee4237931f52b73245c24bb34e.tar.bz2
master-187ad058-4b28afb2cbe301ee4237931f52b73245c24bb34e.zip
bcm53xx: select LEDs support by default
Signed-off-by: Rafał Miłecki <zajec5@gmail.com> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@42715 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target')
-rw-r--r--target/linux/bcm53xx/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/target/linux/bcm53xx/Makefile b/target/linux/bcm53xx/Makefile
index 83e65833bb..51b80dbb98 100644
--- a/target/linux/bcm53xx/Makefile
+++ b/target/linux/bcm53xx/Makefile
@@ -24,6 +24,7 @@ endef
KERNELNAME:="zImage dtbs"
-DEFAULT_PACKAGES += swconfig wpad-mini nvram
+DEFAULT_PACKAGES += swconfig wpad-mini nvram \
+ kmod-leds-gpio kmod-ledtrig-default-on kmod-ledtrig-timer
$(eval $(call BuildTarget))