mirror of
https://github.com/openwrt/openwrt.git
synced 2025-01-19 03:06:35 +00:00
52e8ee0666
SVN-Revision: 33513
14 lines
277 B
INI
14 lines
277 B
INI
@SERIAL_CONFIG@
|
|
@TERMINAL_CONFIG@
|
|
|
|
set default="0"
|
|
set timeout="@TIMEOUT@"
|
|
set root='(hd0,msdos1)'
|
|
|
|
menuentry "OpenWrt" {
|
|
linux /boot/vmlinuz @CMDLINE@ noinitrd reboot=bios
|
|
}
|
|
menuentry "OpenWrt (failsafe)" {
|
|
linux /boot/vmlinuz failsafe=true @CMDLINE@ noinitrd reboot=bios
|
|
}
|