mirror of
https://git.openwrt.org/openwrt/openwrt.git
synced 2026-03-14 23:09:45 +01:00
The image was selected from a wrong location. Fixes bug #4618
SVN-Revision: 14948
This commit is contained in:
parent
35df977921
commit
76fe41a8d3
1 changed files with 1 additions and 1 deletions
|
|
@ -93,7 +93,7 @@ endef
|
|||
|
||||
define Image/Build/iso
|
||||
$(CP) \
|
||||
$(STAGING_DIR_HOST)/usr/lib/grub/i386-pc/stage2_eltorito \
|
||||
$(STAGING_DIR_HOST)/usr/lib/grub/i386-openwrt/stage2_eltorito \
|
||||
$(KDIR)/root.grub/boot/grub/stage2_eltorito
|
||||
sed -i \
|
||||
-e 's#@CMDLINE@#$(strip $(call Image/cmdline/$(1))) $(BOOTOPTS)#g' \
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue