1
0
mirror of https://git.openwrt.org/openwrt/openwrt.git synced 2024-11-19 06:54:58 +01:00

atheros: add fstype to combined image file name

SVN-Revision: 18443
This commit is contained in:
Nicolas Thill 2009-11-17 21:53:50 +00:00
parent 0cd7179165
commit bd412be008

@ -55,7 +55,7 @@ define Image/Build
-sh $(TOPDIR)/scripts/combined-image.sh \ -sh $(TOPDIR)/scripts/combined-image.sh \
"$(BIN_DIR)/openwrt-$(BOARD)-vmlinux.lzma" \ "$(BIN_DIR)/openwrt-$(BOARD)-vmlinux.lzma" \
"$(BIN_DIR)/openwrt-$(BOARD)-root.$(1)" \ "$(BIN_DIR)/openwrt-$(BOARD)-root.$(1)" \
"$(BIN_DIR)/openwrt-$(BOARD)-combined.img" "$(BIN_DIR)/openwrt-$(BOARD)-combined.$(1).img"
endif endif
endef endef