projects
/
openwrt
/
staging
/
lynxis.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0cd7179
)
atheros: add fstype to combined image file name
author
Nicolas Thill
<nico@openwrt.org>
Tue, 17 Nov 2009 21:53:50 +0000
(21:53 +0000)
committer
Nicolas Thill
<nico@openwrt.org>
Tue, 17 Nov 2009 21:53:50 +0000
(21:53 +0000)
SVN-Revision: 18443
target/linux/atheros/image/Makefile
patch
|
blob
|
history
diff --git
a/target/linux/atheros/image/Makefile
b/target/linux/atheros/image/Makefile
index 15cd9958654f55cbb145d874a1fee61607d01b9c..fb9afae5c8b05aae1781d6c3c1dee0575944b612 100644
(file)
--- a/
target/linux/atheros/image/Makefile
+++ b/
target/linux/atheros/image/Makefile
@@
-55,7
+55,7
@@
define Image/Build
-sh $(TOPDIR)/scripts/combined-image.sh \
"$(BIN_DIR)/openwrt-$(BOARD)-vmlinux.lzma" \
"$(BIN_DIR)/openwrt-$(BOARD)-root.$(1)" \
- "$(BIN_DIR)/openwrt-$(BOARD)-combined.img"
+ "$(BIN_DIR)/openwrt-$(BOARD)-combined.
$(1).
img"
endif
endef