diff options
author | Gabor Juhos <juhosg@openwrt.org> | 2012-04-29 15:00:38 +0000 |
---|---|---|
committer | Gabor Juhos <juhosg@openwrt.org> | 2012-04-29 15:00:38 +0000 |
commit | 5b31bbd71950c8539533bcc2783e46badd5e90c7 (patch) | |
tree | 6e58cac2cdcf0da8f33ebaa2bf26a94ef31a76d7 /target/linux/mpc85xx | |
parent | ec96b19306b2724fb4afba2dd991dcf96f9a22e4 (diff) | |
download | upstream-5b31bbd71950c8539533bcc2783e46badd5e90c7.tar.gz upstream-5b31bbd71950c8539533bcc2783e46badd5e90c7.tar.bz2 upstream-5b31bbd71950c8539533bcc2783e46badd5e90c7.zip |
mpc85xx: add kmod-booke-wdt to the default packages
Based on a patch by Wojciech Dubowik <Wojciech.Dubowik@neratec.com>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31523 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/mpc85xx')
-rw-r--r-- | target/linux/mpc85xx/Makefile | 2 |
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 |