aboutsummaryrefslogtreecommitdiffstats
path: root/target
diff options
context:
space:
mode:
authorHauke Mehrtens <hauke@openwrt.org>2009-03-19 13:02:06 +0000
committerHauke Mehrtens <hauke@openwrt.org>2009-03-19 13:02:06 +0000
commit1b15bd6d80dfe90f625ab7e6a7e3529c078e5618 (patch)
tree70d88bfa253b75720324d0b7a555cbfde5099fd4 /target
parent65370d0c403b4a4f96e4ace7920039dd0798a112 (diff)
downloadmaster-187ad058-1b15bd6d80dfe90f625ab7e6a7e3529c078e5618.tar.gz
master-187ad058-1b15bd6d80dfe90f625ab7e6a7e3529c078e5618.tar.bz2
master-187ad058-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')
-rw-r--r--target/linux/x86/image/Makefile2
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' \