diff options
author | Hauke Mehrtens <hauke@openwrt.org> | 2009-03-19 13:02:06 +0000 |
---|---|---|
committer | Hauke Mehrtens <hauke@openwrt.org> | 2009-03-19 13:02:06 +0000 |
commit | 1b15bd6d80dfe90f625ab7e6a7e3529c078e5618 (patch) | |
tree | 70d88bfa253b75720324d0b7a555cbfde5099fd4 /target/linux/x86/image | |
parent | 65370d0c403b4a4f96e4ace7920039dd0798a112 (diff) | |
download | upstream-1b15bd6d80dfe90f625ab7e6a7e3529c078e5618.tar.gz upstream-1b15bd6d80dfe90f625ab7e6a7e3529c078e5618.tar.bz2 upstream-1b15bd6d80dfe90f625ab7e6a7e3529c078e5618.zip |
[x86] The image was selected from a wrong location.
Fixes bug #4618
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@14948 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/x86/image')
-rw-r--r-- | target/linux/x86/image/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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' \ |