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, 0 insertions, 11 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
deleted file mode 100644
index cdb1477d42..0000000000
--- a/package/boot/uboot-mediatek/patches/212-cmd-bootmenu-hack-restore-ansi.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- 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.