X-Git-Url: http://git.ozo.com/?a=blobdiff_plain;f=target%2Flinux%2Fx86%2Fimage%2FMakefile;h=4d766399238170607e84dee4db7c9f3b759b827e;hb=39c762c59467bf6792befddbf9897c8ced5c2d8c;hp=839646e547e96231916f754439cb631f0d5d7fa8;hpb=818a5943dcc3648dc438194a3e16efddee9d4827;p=openwrt-10.03%2F.git diff --git a/target/linux/x86/image/Makefile b/target/linux/x86/image/Makefile index 839646e54..4d7663992 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-*/stage1 \ + $(STAGING_DIR_HOST)/usr/lib/grub/i386-*/stage2 \ + $(STAGING_DIR_HOST)/usr/lib/grub/i386-*/e2fs_stage1_5 \ $(KDIR)/ endef else