Browse Source

bcm53xx: select LEDs support by default

Signed-off-by: Rafał Miłecki <[email protected]>

SVN-Revision: 42715
Rafał Miłecki 11 years ago
parent
commit
bbae0f7df0
1 changed files with 2 additions and 1 deletions
  1. 2 1
      target/linux/bcm53xx/Makefile

+ 2 - 1
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))