diff options
author | Nicolas Thill <nico@openwrt.org> | 2009-11-17 21:53:50 +0000 |
---|---|---|
committer | Nicolas Thill <nico@openwrt.org> | 2009-11-17 21:53:50 +0000 |
commit | bd412be008dc218f1979d60e2e36a83438d8d3e0 (patch) | |
tree | dd28e4b46a1ca20941bc26c75cb5040826b20bd8 /target/linux/atheros/image | |
parent | 0cd71791657159df1a84288b3b4a6f27cf9b5be6 (diff) | |
download | upstream-bd412be008dc218f1979d60e2e36a83438d8d3e0.tar.gz upstream-bd412be008dc218f1979d60e2e36a83438d8d3e0.tar.bz2 upstream-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/Makefile | 2 |
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 |