From: Nicolas Thill Date: Tue, 17 Nov 2009 21:53:50 +0000 (+0000) Subject: atheros: add fstype to combined image file name X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fsvn-archive%2Farchive.git;a=commitdiff_plain;hb=c9af870204c65c9d2c85a0bf7c1e24caaf321444 atheros: add fstype to combined image file name SVN-Revision: 18443 --- diff --git a/target/linux/atheros/image/Makefile b/target/linux/atheros/image/Makefile index 223c9f7951..ee265547e8 100644 --- a/target/linux/atheros/image/Makefile +++ b/target/linux/atheros/image/Makefile @@ -45,7 +45,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