aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/mpc85xx/Makefile
diff options
context:
space:
mode:
authorGabor Juhos <juhosg@openwrt.org>2013-02-21 10:26:03 +0000
committerGabor Juhos <juhosg@openwrt.org>2013-02-21 10:26:03 +0000
commit5e461e6e697bfaaf71624f1e733cff3936d460ce (patch)
tree430545783700e7b937390ad987ded22bd3af33ba /target/linux/mpc85xx/Makefile
parent16c4f3154c505ea32c672d0f73c0f8b8a4f6c723 (diff)
downloadmaster-187ad058-5e461e6e697bfaaf71624f1e733cff3936d460ce.tar.gz
master-187ad058-5e461e6e697bfaaf71624f1e733cff3936d460ce.tar.bz2
master-187ad058-5e461e6e697bfaaf71624f1e733cff3936d460ce.zip
mpc85xx: add kmod-leds-gpio to the default packages
Signed-off-by: Gabor Juhos <juhosg@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@35708 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/mpc85xx/Makefile')
-rw-r--r--target/linux/mpc85xx/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/target/linux/mpc85xx/Makefile b/target/linux/mpc85xx/Makefile
index 92064d0dca..0d2a5c11d0 100644
--- a/target/linux/mpc85xx/Makefile
+++ b/target/linux/mpc85xx/Makefile
@@ -19,7 +19,8 @@ include $(INCLUDE_DIR)/target.mk
DEFAULT_PACKAGES += \
kmod-input-core kmod-input-gpio-keys kmod-button-hotplug \
- kmod-booke-wdt swconfig
+ kmod-leds-gpio kmod-booke-wdt \
+ swconfig
define Target/Description
Build images for the Freescale MPC85xx based boards.