mirror of
https://git.openwrt.org/openwrt/openwrt.git
synced 2024-11-18 22:43:53 +01:00
Use wildcards to copy grub stage files, will cover both i386-pc and i386-openwrt directory names
SVN-Revision: 13963
This commit is contained in:
parent
a455323221
commit
e0440fefb6
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user