summaryrefslogtreecommitdiffstats
path: root/target/linux/mpc85xx/Makefile
diff options
context:
space:
mode:
authorGabor Juhos <juhosg@openwrt.org>2012-04-29 15:00:38 +0000
committerGabor Juhos <juhosg@openwrt.org>2012-04-29 15:00:38 +0000
commitf6d5998d31a0962f49c62868c2e258b74b9da50d (patch)
tree0313b1cbb695e49f50f430f840a2cff09af3fb7c /target/linux/mpc85xx/Makefile
parent01a9103254ad48dedaa5d67a53090024c680eb4a (diff)
downloadmaster-31e0f0ae-f6d5998d31a0962f49c62868c2e258b74b9da50d.tar.gz
master-31e0f0ae-f6d5998d31a0962f49c62868c2e258b74b9da50d.tar.bz2
master-31e0f0ae-f6d5998d31a0962f49c62868c2e258b74b9da50d.zip
mpc85xx: add kmod-booke-wdt to the default packages
Based on a patch by Wojciech Dubowik <Wojciech.Dubowik@neratec.com> SVN-Revision: 31523
Diffstat (limited to 'target/linux/mpc85xx/Makefile')
-rw-r--r--target/linux/mpc85xx/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/target/linux/mpc85xx/Makefile b/target/linux/mpc85xx/Makefile
index 3543438867..bfacf3e158 100644
--- a/target/linux/mpc85xx/Makefile
+++ b/target/linux/mpc85xx/Makefile
@@ -17,6 +17,8 @@ LINUX_VERSION:=2.6.38.8
include $(INCLUDE_DIR)/target.mk
+DEFAULT_PACKAGES += kmod-booke-wdt
+
define Target/Description
Build images for the Freescale MPC85xx based boards.
endef