aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/x86/image/menu.lst
diff options
context:
space:
mode:
authorJo-Philipp Wich <jow@openwrt.org>2010-02-12 19:04:12 +0000
committerJo-Philipp Wich <jow@openwrt.org>2010-02-12 19:04:12 +0000
commite0fc8fb6aa2ae71c146e70e5b803ea8638e36e01 (patch)
tree0b2463119d0ec28244618a975778d38183b00ad8 /target/linux/x86/image/menu.lst
parente48f324dc0df2d84e6663e95a8234888ebf4bbb1 (diff)
downloadupstream-e0fc8fb6aa2ae71c146e70e5b803ea8638e36e01.tar.gz
upstream-e0fc8fb6aa2ae71c146e70e5b803ea8638e36e01.tar.bz2
upstream-e0fc8fb6aa2ae71c146e70e5b803ea8638e36e01.zip
make console port editable through menuconfig, gzip ext2 images, add suitable defaults for Xen
SVN-Revision: 19612
Diffstat (limited to 'target/linux/x86/image/menu.lst')
-rw-r--r--target/linux/x86/image/menu.lst4
1 files changed, 2 insertions, 2 deletions
diff --git a/target/linux/x86/image/menu.lst b/target/linux/x86/image/menu.lst
index cb306cc443..e09177c96e 100644
--- a/target/linux/x86/image/menu.lst
+++ b/target/linux/x86/image/menu.lst
@@ -6,10 +6,10 @@ timeout 5
title OpenWrt
root (hd0,0)
-kernel /boot/vmlinuz @CMDLINE@ noinitrd console=tty0 console=ttyS0,@BAUDRATE@n8 reboot=bios
+kernel /boot/vmlinuz @CMDLINE@ noinitrd console=tty0 console=@CONSOLE@,@BAUDRATE@n8 reboot=bios
boot
title OpenWrt (failsafe)
root (hd0,0)
-kernel /boot/vmlinuz failsafe=true @CMDLINE@ noinitrd console=tty0 console=ttyS0,@BAUDRATE@n8 reboot=bios
+kernel /boot/vmlinuz failsafe=true @CMDLINE@ noinitrd console=tty0 console=@CONSOLE@,@BAUDRATE@n8 reboot=bios
boot