projects
/
openwrt
/
staging
/
ansuel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bc9043c
)
make default packages selected for real
author
Imre Kaloz
<kaloz@openwrt.org>
Mon, 18 Nov 2013 12:05:11 +0000
(12:05 +0000)
committer
Imre 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
patch
|
blob
|
history
diff --git
a/target/linux/omap/Makefile
b/target/linux/omap/Makefile
index 78361fc3032a64c13bc10085e8f1c2023e0d34c8..dcab026114ffa35845735f57506a2579b943f1c8 100644
(file)
--- 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))