aboutsummaryrefslogtreecommitdiffstats
path: root/package/boot/uboot-mediatek/patches/212-cmd-bootmenu-hack-restore-ansi.patch
diff options
context:
space:
mode:
Diffstat (limited to 'package/boot/uboot-mediatek/patches/212-cmd-bootmenu-hack-restore-ansi.patch')
-rw-r--r--package/boot/uboot-mediatek/patches/212-cmd-bootmenu-hack-restore-ansi.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/package/boot/uboot-mediatek/patches/212-cmd-bootmenu-hack-restore-ansi.patch b/package/boot/uboot-mediatek/patches/212-cmd-bootmenu-hack-restore-ansi.patch
new file mode 100644
index 0000000000..cdb1477d42
--- /dev/null
+++ b/package/boot/uboot-mediatek/patches/212-cmd-bootmenu-hack-restore-ansi.patch
@@ -0,0 +1,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.