atheros: add fstype to combined image file name
authorNicolas Thill <nico@openwrt.org>
Tue, 17 Nov 2009 21:53:50 +0000 (21:53 +0000)
committerNicolas Thill <nico@openwrt.org>
Tue, 17 Nov 2009 21:53:50 +0000 (21:53 +0000)
SVN-Revision: 18443

target/linux/atheros/image/Makefile

index 223c9f79512a29de6efb330df4ec2fb248e126c5..ee265547e89e06f8cfe2651eec0d03f3b2f8e9c7 100644 (file)
@@ -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