diff options
author | Daniel Dickinson <crazycshore@gmail.com> | 2011-07-06 06:35:24 +0000 |
---|---|---|
committer | Daniel Dickinson <crazycshore@gmail.com> | 2011-07-06 06:35:24 +0000 |
commit | 1141165bb99eaca334c1722e3700e49c8c95d76d (patch) | |
tree | 0a8ab8caaec09efd814f262caaabb6f2bb11a918 /target/linux | |
parent | 9dc72505a2c030ba187b9708b02e89268481c085 (diff) | |
download | upstream-1141165bb99eaca334c1722e3700e49c8c95d76d.tar.gz upstream-1141165bb99eaca334c1722e3700e49c8c95d76d.tar.bz2 upstream-1141165bb99eaca334c1722e3700e49c8c95d76d.zip |
Makefile: fixed inclusion of kmod-leds-gpio as a module (breaks Image Generator) - the module is built into the kernel.
SVN-Revision: 27471
Diffstat (limited to 'target/linux')
-rw-r--r-- | target/linux/brcm63xx/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/brcm63xx/Makefile b/target/linux/brcm63xx/Makefile index dadf6ce5c1..18a2ce80f3 100644 --- a/target/linux/brcm63xx/Makefile +++ b/target/linux/brcm63xx/Makefile @@ -16,7 +16,7 @@ MAINTAINER:=Florian Fainelli <florian@openwrt.org> include $(INCLUDE_DIR)/target.mk DEFAULT_PACKAGES += kmod-switch gpioctl kmod-input-gpio-buttons \ - kmod-leds-gpio kmod-button-hotplug + kmod-button-hotplug define Target/Description Build firmware images for Broadcom based xDSL/routers |