From 569415276b6a2b711eaadd44e90148c6ae0791a5 Mon Sep 17 00:00:00 2001 From: nico Date: Tue, 17 Nov 2009 21:53:50 +0000 Subject: atheros: add fstype to combined image file name git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18443 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- target/linux/atheros/image/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'target/linux/atheros/image') diff --git a/target/linux/atheros/image/Makefile b/target/linux/atheros/image/Makefile index 15cd99586..fb9afae5c 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 -- cgit v1.2.3