Просмотр исходного кода

atheros: add fstype to combined image file name

SVN-Revision: 18443
Nicolas Thill 16 лет назад
Родитель
Сommit
bd412be008
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      target/linux/atheros/image/Makefile

+ 1 - 1
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