mirror of
https://github.com/openwrt/openwrt.git
synced 2024-12-23 15:32:33 +00:00
7b5c989ab9
Signed-off-by: Zoltan HERPAI <wigyori@uid0.hu>
14 lines
249 B
INI
14 lines
249 B
INI
@SERIAL_CONFIG@
|
|
@TERMINAL_CONFIG@
|
|
|
|
set default="0"
|
|
set timeout="@TIMEOUT@"
|
|
set root='(@ROOT@)'
|
|
|
|
menuentry "OpenWrt" {
|
|
linux /boot/vmlinuz @CMDLINE@ noinitrd
|
|
}
|
|
menuentry "OpenWrt (failsafe)" {
|
|
linux /boot/vmlinuz failsafe=true @CMDLINE@ noinitrd
|
|
}
|