The ubinized filesystems should be used for generating the final images, so store them in KDIR instead.

Signed-off-by: Imre Kaloz <kaloz@openwrt.org>

SVN-Revision: 43778
This commit is contained in:
Imre Kaloz
2014-12-26 13:33:22 +00:00
parent fa3cb9fa5c
commit f3755f5758
2 changed files with 2 additions and 2 deletions

View File

@@ -154,7 +154,7 @@ ifneq ($(CONFIG_NAND_SUPPORT),)
define Image/Build/UbinizeImage
sh $(TOPDIR)/scripts/ubinize-image.sh $(2) \
"$(KDIR)/root.$(3)" \
"$(BIN_DIR)/$(IMG_PREFIX)-$(1)-$(3)-ubinized.bin" \
"$(KDIR)/$(IMG_PREFIX)-$(1)-$(3)-ubinized.bin" \
$(4)
endef