From: Imre Kaloz Date: Mon, 18 Nov 2013 12:05:11 +0000 (+0000) Subject: make default packages selected for real X-Git-Tag: reboot~8589 X-Git-Url: http://git.ozo.com/?a=commitdiff_plain;h=d38c28b58c57ac41d5e81db7d501cd3277ce2f59;p=openwrt%2F.git make default packages selected for real Signed-off-by: Imre Kaloz SVN-Revision: 38850 --- diff --git a/target/linux/omap/Makefile b/target/linux/omap/Makefile index 78361fc303..dcab026114 100644 --- a/target/linux/omap/Makefile +++ b/target/linux/omap/Makefile @@ -19,6 +19,8 @@ MAINTAINER:=Imre Kaloz 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))