merge: targets: update image generation and targets
[openwrt/staging/jogo.git] / target / linux / x86 / image / grub-iso.cfg
index 32ee687c688338f63625fec7cd4a5343e0763928..3d47a95a4b8209b61c8e0f38165b38b929fdaf08 100644 (file)
@@ -5,6 +5,6 @@ set default="0"
 set timeout="@TIMEOUT@"
 set root='(cd)'
 
-menuentry "LEDE" {
+menuentry "OpenWrt" {
        linux /boot/vmlinuz @CMDLINE@ noinitrd
 }