make default packages selected for real
authorImre Kaloz <kaloz@openwrt.org>
Mon, 18 Nov 2013 12:05:11 +0000 (12:05 +0000)
committerImre Kaloz <kaloz@openwrt.org>
Mon, 18 Nov 2013 12:05:11 +0000 (12:05 +0000)
Signed-off-by: Imre Kaloz <kaloz@openwrt.org>
SVN-Revision: 38850

target/linux/omap/Makefile

index 78361fc3032a64c13bc10085e8f1c2023e0d34c8..dcab026114ffa35845735f57506a2579b943f1c8 100644 (file)
@@ -19,6 +19,8 @@ MAINTAINER:=Imre Kaloz <kaloz@openwrt.org>
 
 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
 
 DEVICE_TYPE=developerboard
@@ -27,6 +29,4 @@ define Target/Description
        TI OMAP boards
 endef
 
-include $(INCLUDE_DIR)/target.mk
-
 $(eval $(call BuildTarget))