diff options
author | Daniel Dickinson <daniel@cshore.neomailbox.net> | 2011-07-06 06:35:24 +0000 |
---|---|---|
committer | Daniel Dickinson <daniel@cshore.neomailbox.net> | 2011-07-06 06:35:24 +0000 |
commit | 297aefe3b4c16a0d64189a531d30c606dc4af2f0 (patch) | |
tree | 09771c0ca82960a62f555d0804e4e51df70ed976 | |
parent | 81e08b77c2d4c42aa2acec36907d330cfd9488d7 (diff) | |
download | upstream-297aefe3b4c16a0d64189a531d30c606dc4af2f0.tar.gz upstream-297aefe3b4c16a0d64189a531d30c606dc4af2f0.tar.bz2 upstream-297aefe3b4c16a0d64189a531d30c606dc4af2f0.zip |
[brcm63xx] Makefile: fixed inclusion of kmod-leds-gpio as a module (breaks Image Generator) - the module is built into the kernel.
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@27471 3c298f89-4303-0410-b956-a3cf2f4a3e73
-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 |