[omap]: make default packages selected for real

Signed-off-by: Imre Kaloz <kaloz@openwrt.org>



git-svn-id: svn://svn.openwrt.org/openwrt/trunk@38850 3c298f89-4303-0410-b956-a3cf2f4a3e73
master
Imre Kaloz 2013-11-18 12:05:11 +00:00
parent 80b1b67538
commit be2162f35b
1 changed files with 2 additions and 2 deletions

View File

@ -19,6 +19,8 @@ MAINTAINER:=Imre Kaloz <kaloz@openwrt.org>
KERNELNAME:="zImage dtbs" KERNELNAME:="zImage dtbs"
include $(INCLUDE_DIR)/target.mk
DEFAULT_PACKAGES += uboot-omap-am335x_evm uboot-omap-omap3_beagle uboot-omap-omap3_overo uboot-omap-omap4_panda DEFAULT_PACKAGES += uboot-omap-am335x_evm uboot-omap-omap3_beagle uboot-omap-omap3_overo uboot-omap-omap4_panda
DEVICE_TYPE=developerboard DEVICE_TYPE=developerboard
@ -27,6 +29,4 @@ define Target/Description
TI OMAP boards TI OMAP boards
endef endef
include $(INCLUDE_DIR)/target.mk
$(eval $(call BuildTarget)) $(eval $(call BuildTarget))