ixp4xx: Update to 4.9 kernel, refresh patches. Remove kmod-spi-gpio-old usage.
[oweals/openwrt.git] / target / linux / x86 / image / grub.cfg
1 @SERIAL_CONFIG@
2 @TERMINAL_CONFIG@
3
4 set default="0"
5 set timeout="@TIMEOUT@"
6 set root='(@ROOT@)'
7
8 menuentry "LEDE" {
9         linux /boot/vmlinuz @CMDLINE@ noinitrd
10 }
11 menuentry "LEDE (failsafe)" {
12         linux /boot/vmlinuz failsafe=true @CMDLINE@ noinitrd
13 }