From: Hauke Mehrtens Date: Thu, 19 Mar 2009 13:02:06 +0000 (+0000) Subject: The image was selected from a wrong location. Fixes bug #4618 X-Git-Tag: reboot~24167 X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fopenwrt.git;a=commitdiff_plain;h=76fe41a8d3337c5f1c6753541cc19fa06af036ed The image was selected from a wrong location. Fixes bug #4618 SVN-Revision: 14948 --- diff --git a/target/linux/x86/image/Makefile b/target/linux/x86/image/Makefile index 4d76639923..2bdfba5d0e 100644 --- a/target/linux/x86/image/Makefile +++ b/target/linux/x86/image/Makefile @@ -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' \