From: Felix Fietkau Date: Thu, 21 Jan 2016 11:46:18 +0000 (+0000) Subject: grub2: switch back to installing to STAGING_DIR_HOST X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=59e3a4714a5154da4103f1d3d3fd8fe2f57eabd5;p=openwrt%2Fstaging%2Fluka.git grub2: switch back to installing to STAGING_DIR_HOST Signed-off-by: Felix Fietkau SVN-Revision: 48424 --- diff --git a/package/boot/grub2/Makefile b/package/boot/grub2/Makefile index 3601dd86a9..92e2ba8143 100644 --- a/package/boot/grub2/Makefile +++ b/package/boot/grub2/Makefile @@ -48,6 +48,8 @@ define Package/grub2-editenv/description Edit grub2 environment files. endef +HOST_BUILD_PREFIX := $(STAGING_DIR_HOST) + CONFIGURE_ARGS += \ --target=$(REAL_GNU_TARGET_NAME) \ --disable-werror \