X-Git-Url: http://git.rohieb.name/openwrt.git/blobdiff_plain/144f1efa5a0c4f35c4f09589f0f7ca1f767bb209..45853310d3e84bf1d9a3b691ccb55a49599c01f4:/target/linux/x86/image/Makefile diff --git a/target/linux/x86/image/Makefile b/target/linux/x86/image/Makefile index a740b0b63..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-openwrt/stage1 \ - $(STAGING_DIR_HOST)/usr/lib/grub/i386-openwrt/stage2 \ - $(STAGING_DIR_HOST)/usr/lib/grub/i386-openwrt/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