1@SERIAL_CONFIG@
2@TERMINAL_CONFIG@
3
4set default="0"
5set timeout="@TIMEOUT@"
6set root='(hd0,msdos1)'
7
8menuentry "OpenWrt" {
9	linux /boot/vmlinuz @CMDLINE@ noinitrd reboot=bios
10}
11menuentry "OpenWrt (failsafe)" {
12	linux /boot/vmlinuz failsafe=true @CMDLINE@ noinitrd reboot=bios
13}
14