summaryrefslogtreecommitdiffstats
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
commitfad3fc1ad09b773c8e4335767f9f1e05770e88f6 (patch)
tree138970492ea47ab63aee6975243004f602cd69e9 /target/linux/mpc85xx/Makefile
parentc837cae29c8ada8314a75aa4bb1fa82c95a6ec11 (diff)
downloadmaster-31e0f0ae-fad3fc1ad09b773c8e4335767f9f1e05770e88f6.tar.gz
master-31e0f0ae-fad3fc1ad09b773c8e4335767f9f1e05770e88f6.tar.bz2
master-31e0f0ae-fad3fc1ad09b773c8e4335767f9f1e05770e88f6.zip
mpc85xx: add kmod-leds-gpio to the default packages
Signed-off-by: Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 35708
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.