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 | 3256473238e5db12dc2f6c69e22f5a418c3f6218 (patch) | |
tree | 2087604ed7d99045a3cfdc4423a26c4d48ce71ba | |
parent | 8a0ee0652faf8bf6066d7c4c259974fbcaaa824b (diff) | |
download | upstream-3256473238e5db12dc2f6c69e22f5a418c3f6218.tar.gz upstream-3256473238e5db12dc2f6c69e22f5a418c3f6218.tar.bz2 upstream-3256473238e5db12dc2f6c69e22f5a418c3f6218.zip |
atheros: add fstype to combined image file name
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18443 3c298f89-4303-0410-b956-a3cf2f4a3e73
-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 |