mpc85xx: add kmod-booke-wdt to the default packages
authorjuhosg <juhosg@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Sun, 29 Apr 2012 15:00:38 +0000 (15:00 +0000)
committerjuhosg <juhosg@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Sun, 29 Apr 2012 15:00:38 +0000 (15:00 +0000)
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

target/linux/mpc85xx/Makefile

index 3543438..bfacf3e 100644 (file)
@@ -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