From bd412be008dc218f1979d60e2e36a83438d8d3e0 Mon Sep 17 00:00:00 2001
From: Nicolas Thill <nico@openwrt.org>
Date: Tue, 17 Nov 2009 21:53:50 +0000
Subject: [PATCH] atheros: add fstype to combined image file name

SVN-Revision: 18443
---
 target/linux/atheros/image/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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
 
-- 
GitLab