X-Git-Url: https://git.rohieb.name/openwrt.git/blobdiff_plain/d4641bd34dcc4fd0eab0b68c5b1d3a2b9ea3a9d2..b158fa0badfb05d1d5ddcdeca98b19101de0f1fe:/include/image.mk?ds=sidebyside diff --git a/include/image.mk b/include/image.mk index 54f0e8b6b..ba3cfb8af 100644 --- a/include/image.mk +++ b/include/image.mk @@ -47,7 +47,7 @@ ifneq ($(CONFIG_TARGET_ROOTFS_INITRAMFS),y) ifeq ($(CONFIG_TARGET_ROOTFS_EXT2FS),y) define Image/mkfs/ext2 - genext2fs -q -b 4096 -I 1500 -d $(BUILD_DIR)/root/ $(KDIR)/root.ext2 + $(STAGING_DIR)/bin/genext2fs -q -b 4096 -I 1500 -d $(BUILD_DIR)/root/ $(KDIR)/root.ext2 $(call Image/Build,ext2) endef endif @@ -87,7 +87,7 @@ compile-targets: install-targets: clean-targets: -source: +download: prepare: compile: compile-targets install: compile install-targets