summaryrefslogtreecommitdiffstats
path: root/target/linux/atheros/image
diff options
context:
space:
mode:
authorNicolas Thill <nico@openwrt.org>2009-11-17 21:53:50 +0000
committerNicolas Thill <nico@openwrt.org>2009-11-17 21:53:50 +0000
commitbd412be008dc218f1979d60e2e36a83438d8d3e0 (patch)
treedd28e4b46a1ca20941bc26c75cb5040826b20bd8 /target/linux/atheros/image
parent0cd71791657159df1a84288b3b4a6f27cf9b5be6 (diff)
downloadmaster-31e0f0ae-bd412be008dc218f1979d60e2e36a83438d8d3e0.tar.gz
master-31e0f0ae-bd412be008dc218f1979d60e2e36a83438d8d3e0.tar.bz2
master-31e0f0ae-bd412be008dc218f1979d60e2e36a83438d8d3e0.zip
atheros: add fstype to combined image file name
SVN-Revision: 18443
Diffstat (limited to 'target/linux/atheros/image')
-rw-r--r--target/linux/atheros/image/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/atheros/image/Makefile b/target/linux/atheros/image/Makefile
index 15cd995865..fb9afae5c8 100644
--- 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