projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
[x86] merge the olpc target with the x86 target, both tested and running
[openwrt.git]
/
target
/
linux
/
atheros
/
image
/
Makefile
diff --git
a/target/linux/atheros/image/Makefile
b/target/linux/atheros/image/Makefile
index
4004489
..
15cd995
100644
(file)
--- a/
target/linux/atheros/image/Makefile
+++ b/
target/linux/atheros/image/Makefile
@@
-51,6
+51,12
@@
define Image/Build
-p0x150000:0x2a0000:::rootfs:$(BIN_DIR)/openwrt-$(BOARD)-root.$(1) \
$(BIN_DIR)/openwrt-$(BOARD)-wpe53g-$(1).bin
-p0x150000:0x2a0000:::rootfs:$(BIN_DIR)/openwrt-$(BOARD)-root.$(1) \
$(BIN_DIR)/openwrt-$(BOARD)-wpe53g-$(1).bin
+ ifeq ($(BOARD),atheros)
+ -sh $(TOPDIR)/scripts/combined-image.sh \
+ "$(BIN_DIR)/openwrt-$(BOARD)-vmlinux.lzma" \
+ "$(BIN_DIR)/openwrt-$(BOARD)-root.$(1)" \
+ "$(BIN_DIR)/openwrt-$(BOARD)-combined.img"
+ endif
endef
$(eval $(call BuildImage))
endef
$(eval $(call BuildImage))
This page took
0.036578 seconds
and
4
git commands to generate.