uboot-mediatek: update to v2023.04
[openwrt/staging/dedeckeh.git] / package / boot / uboot-mediatek / patches / 212-cmd-bootmenu-hack-restore-ansi.patch
1 --- a/common/menu.c
2 +++ b/common/menu.c
3 @@ -15,7 +15,7 @@
4
5 #include "menu.h"
6
7 -#define ansi 0
8 +#define ansi 1
9
10 /*
11 * Internally, each item in a menu is represented by a struct menu_item.