summaryrefslogtreecommitdiffstats
path: root/target/linux/mpc85xx/Makefile
diff options
context:
space:
mode:
authorGabor Juhos <juhosg@openwrt.org>2013-02-16 17:13:38 +0000
committerGabor Juhos <juhosg@openwrt.org>2013-02-16 17:13:38 +0000
commit62e80eba3176151b7d8ccc7dddcc9abaf5650706 (patch)
tree5f9c68e1ac166de85d5da910224bcc20059b27cb /target/linux/mpc85xx/Makefile
parentce6a7543fe93a7f5f8608d842520f74550ed9054 (diff)
downloadmaster-31e0f0ae-62e80eba3176151b7d8ccc7dddcc9abaf5650706.tar.gz
master-31e0f0ae-62e80eba3176151b7d8ccc7dddcc9abaf5650706.tar.bz2
master-31e0f0ae-62e80eba3176151b7d8ccc7dddcc9abaf5650706.zip
mpc85xx: add input drivers to default packages, and load those during preinit
Signed-off-by: Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 35626
Diffstat (limited to 'target/linux/mpc85xx/Makefile')
-rw-r--r--target/linux/mpc85xx/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/target/linux/mpc85xx/Makefile b/target/linux/mpc85xx/Makefile
index c84c0e2911..feaa3bc731 100644
--- a/target/linux/mpc85xx/Makefile
+++ b/target/linux/mpc85xx/Makefile
@@ -17,7 +17,9 @@ LINUX_VERSION:=3.7.8
include $(INCLUDE_DIR)/target.mk
-DEFAULT_PACKAGES += kmod-booke-wdt
+DEFAULT_PACKAGES += \
+ kmod-input-core kmod-input-gpio-keys kmod-button-hotplug \
+ kmod-booke-wdt
define Target/Description
Build images for the Freescale MPC85xx based boards.