aboutsummaryrefslogtreecommitdiffstats
path: root/package/boot/uboot-mediatek/patches/212-cmd-bootmenu-hack-restore-ansi.patch
blob: cdb1477d42321dfcc2cb0496e4da7d20e4483f83 (plain)
1
2
3
4
5
6
7
8
9
10
11
--- a/common/menu.c
+++ b/common/menu.c
@@ -15,7 +15,7 @@
 
 #include "menu.h"
 
-#define ansi 0
+#define ansi 1
 
 /*
  * Internally, each item in a menu is represented by a struct menu_item.