summaryrefslogtreecommitdiffstats
path: root/package/boot/grub2/Makefile
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2016-01-21 11:46:18 +0000
committerFelix Fietkau <nbd@openwrt.org>2016-01-21 11:46:18 +0000
commit59e3a4714a5154da4103f1d3d3fd8fe2f57eabd5 (patch)
tree745021b1911f01b08161d5e831e959017b88c241 /package/boot/grub2/Makefile
parenta6ec12bb098ecb634871f3401ed77f365f04c47c (diff)
downloadopenwrt-59e3a4714a5154da4103f1d3d3fd8fe2f57eabd5.tar.gz
openwrt-59e3a4714a5154da4103f1d3d3fd8fe2f57eabd5.tar.bz2
openwrt-59e3a4714a5154da4103f1d3d3fd8fe2f57eabd5.zip
grub2: switch back to installing to STAGING_DIR_HOST
Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 48424
Diffstat (limited to 'package/boot/grub2/Makefile')
-rw-r--r--package/boot/grub2/Makefile2
1 files changed, 2 insertions, 0 deletions
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 \