projects
/
openwrt
/
staging
/
neocturne.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1421516
)
bcm53xx: select LEDs support by default
author
Rafał Miłecki
<zajec5@gmail.com>
Thu, 2 Oct 2014 05:54:18 +0000
(
05:54
+0000)
committer
Rafał Miłecki
<zajec5@gmail.com>
Thu, 2 Oct 2014 05:54:18 +0000
(
05:54
+0000)
Signed-off-by: Rafał Miłecki <zajec5@gmail.com>
SVN-Revision: 42715
target/linux/bcm53xx/Makefile
patch
|
blob
|
history
diff --git
a/target/linux/bcm53xx/Makefile
b/target/linux/bcm53xx/Makefile
index 83e65833bb3d4fddead55f02289bb0d65aa04f9f..51b80dbb98efb57929fd2f98957f9089d9903b1a 100644
(file)
--- 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))