index
:
openwrt.git
OpenWrt Source Repository
log msg
author
committer
range
feature/odhcpd_odhcp6c_udhcpc-capsdrop
linksys3200ac-master
master
about
summary
refs
log
tree
commit
diff
diff options
context:
1
2
3
4
5
6
7
8
9
10
15
20
25
30
35
40
space:
include
ignore
mode:
unified
ssdiff
stat only
author
Imre Kaloz <kaloz@openwrt.org>
2013-11-18 12:05:11 +0000
committer
Imre Kaloz <kaloz@openwrt.org>
2013-11-18 12:05:11 +0000
commit
d38c28b58c57ac41d5e81db7d501cd3277ce2f59
(
patch
)
tree
6b217a1b81962568517e994ca3afd6220dc3ed1f
parent
bc9043cc531a7fbb67a68ee0fd6d57e28b395edc
(
diff
)
make default packages selected for real
Signed-off-by: Imre Kaloz <kaloz@openwrt.org> SVN-Revision: 38850
Diffstat
-rw-r--r--
target/linux/omap/Makefile
4
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))