Parcourir la source

The image was selected from a wrong location. Fixes bug #4618

SVN-Revision: 14948
Hauke Mehrtens il y a 17 ans
Parent
commit
76fe41a8d3
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      target/linux/x86/image/Makefile

+ 1 - 1
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' \