Browse Source

Makefile: fixed inclusion of kmod-leds-gpio as a module (breaks Image Generator) - the module is built into the kernel.

SVN-Revision: 27471
Daniel Dickinson 14 years ago
parent
commit
1141165bb9
1 changed files with 1 additions and 1 deletions
  1. 1 1
      target/linux/brcm63xx/Makefile

+ 1 - 1
target/linux/brcm63xx/Makefile

@@ -16,7 +16,7 @@ MAINTAINER:=Florian Fainelli <[email protected]>
 include $(INCLUDE_DIR)/target.mk
 include $(INCLUDE_DIR)/target.mk
 
 
 DEFAULT_PACKAGES += kmod-switch gpioctl kmod-input-gpio-buttons \
 DEFAULT_PACKAGES += kmod-switch gpioctl kmod-input-gpio-buttons \
-	kmod-leds-gpio kmod-button-hotplug
+	kmod-button-hotplug
 
 
 define Target/Description
 define Target/Description
 	Build firmware images for Broadcom based xDSL/routers
 	Build firmware images for Broadcom based xDSL/routers