From: Jo-Philipp Wich Date: Thu, 8 Jan 2009 16:51:01 +0000 (+0000) Subject: fix grub installation on target images, regression caused by multi-libc support X-Git-Tag: reboot~24830 X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fopenwrt.git;a=commitdiff_plain;h=2273aadfb29b79bc0c52477ad10dfc69b84ca36d fix grub installation on target images, regression caused by multi-libc support SVN-Revision: 13936 --- diff --git a/target/linux/x86/image/Makefile b/target/linux/x86/image/Makefile index 839646e547..a740b0b63c 100644 --- a/target/linux/x86/image/Makefile +++ b/target/linux/x86/image/Makefile @@ -49,9 +49,9 @@ ifneq ($(HOST_OS),Darwin) define Image/Prepare/grub # for the image builder $(CP) \ - $(STAGING_DIR_HOST)/usr/lib/grub/i386-pc/stage1 \ - $(STAGING_DIR_HOST)/usr/lib/grub/i386-pc/stage2 \ - $(STAGING_DIR_HOST)/usr/lib/grub/i386-pc/e2fs_stage1_5 \ + $(STAGING_DIR_HOST)/usr/lib/grub/i386-openwrt/stage1 \ + $(STAGING_DIR_HOST)/usr/lib/grub/i386-openwrt/stage2 \ + $(STAGING_DIR_HOST)/usr/lib/grub/i386-openwrt/e2fs_stage1_5 \ $(KDIR)/ endef else