summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorkaloz <kaloz@3c298f89-4303-0410-b956-a3cf2f4a3e73>2013-11-18 12:05:11 +0000
committerkaloz <kaloz@3c298f89-4303-0410-b956-a3cf2f4a3e73>2013-11-18 12:05:11 +0000
commit48af516d74f65b6fed5122320561d95576b8d8e3 (patch)
tree32cde975c3b3f15fd01a31f4481b9d89c412e217
parentcb906e78c1e1c179403fa332323fa081a4d4c32d (diff)
[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
-rw-r--r--target/linux/omap/Makefile4
1 files changed, 2 insertions, 2 deletions
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 <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))