aboutsummaryrefslogtreecommitdiffstats
path: root/target
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2006-10-09 03:50:48 +0000
committerFelix Fietkau <nbd@openwrt.org>2006-10-09 03:50:48 +0000
commit239268f5d84af9e76040150c7820173cf8a8d440 (patch)
tree21e87233849cf596203c850b215837bf672cab60 /target
parent0d0af43ea495bccd4650fd33b4647a385051bebc (diff)
downloadmaster-187ad058-239268f5d84af9e76040150c7820173cf8a8d440.tar.gz
master-187ad058-239268f5d84af9e76040150c7820173cf8a8d440.tar.bz2
master-187ad058-239268f5d84af9e76040150c7820173cf8a8d440.zip
add reboot=bios to x86 grub images to fix reboot issue on wrap
git-svn-id: svn://svn.openwrt.org/openwrt/branches/buildroot-ng/openwrt@4979 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target')
-rw-r--r--target/image/x86/grub/menu.lst2
1 files changed, 1 insertions, 1 deletions
diff --git a/target/image/x86/grub/menu.lst b/target/image/x86/grub/menu.lst
index 39803c5bb0..590a7d5e3a 100644
--- a/target/image/x86/grub/menu.lst
+++ b/target/image/x86/grub/menu.lst
@@ -6,6 +6,6 @@ timeout 5
title OpenWrt
root (hd0,0)
-kernel /boot/vmlinuz @CMDLINE@ noinitrd console=ttyS0,@BAUDRATE@n8
+kernel /boot/vmlinuz @CMDLINE@ noinitrd console=ttyS0,@BAUDRATE@n8 reboot=bios
boot