atheros: add fstype to combined image file name

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18443 3c298f89-4303-0410-b956-a3cf2f4a3e73
master
Nicolas Thill 2009-11-17 21:53:50 +00:00
parent 8a0ee0652f
commit 3256473238
1 changed files with 1 additions and 1 deletions

View File

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