aboutsummaryrefslogtreecommitdiffstats
path: root/package/boot
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
commitc8bd3fe0c11dfc48fe914353004b41129685fb30 (patch)
tree41969852fe5b7e4e3b1b427d6f5d35e3c92f65ca /package/boot
parentf3a9a639e21cc0bb0cfd82ce2bd6aba0e0318a1d (diff)
downloadmaster-187ad058-c8bd3fe0c11dfc48fe914353004b41129685fb30.tar.gz
master-187ad058-c8bd3fe0c11dfc48fe914353004b41129685fb30.tar.bz2
master-187ad058-c8bd3fe0c11dfc48fe914353004b41129685fb30.zip
grub2: switch back to installing to STAGING_DIR_HOST
Signed-off-by: Felix Fietkau <nbd@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@48424 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/boot')
-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 \