From 99eb8e8dbe682bfd41d811e041eaa77bbc8fd091 Mon Sep 17 00:00:00 2001 From: Lars-Peter Clausen Date: Wed, 13 Jan 2010 14:38:51 +0100 Subject: [PATCH] Revert "as long as the host-build of ubifs-utils is not available, use them installed on the host" This reverts commit 023227da444bf91b1b4903cf6cab0df3c70d1842. --- include/image.mk | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/include/image.mk b/include/image.mk index 126da7f97..ac8093704 100644 --- a/include/image.mk +++ b/include/image.mk @@ -89,9 +89,9 @@ ifneq ($(CONFIG_TARGET_ROOTFS_INITRAMFS),y) ifeq ($(CONFIG_TARGET_ROOTFS_UBIFS),y) define Image/mkfs/ubifs $(CP) ./ubinize.cfg $(KDIR) - mkfs.ubifs $(UBIFS_OPTS) -o $(KDIR)/root.ubifs -d $(TARGET_DIR) + $(STAGING_DIR_HOST)/bin/mkfs.ubifs $(UBIFS_OPTS) -o $(KDIR)/root.ubifs -d $(TARGET_DIR) (cd $(KDIR); \ - ubinize $(UBINIZE_OPTS) -o $(BIN_DIR)/openwrt-$(BOARD)-rootfs.ubi ubinize.cfg) + $(STAGING_DIR_HOST)/bin/ubinize $(UBINIZE_OPTS) -o $(BIN_DIR)/openwrt-$(BOARD)-rootfs.ubi ubinize.cfg) endef endif else