From 6a6e1b4dc8d0e925c6604c061031a700969aa854 Mon Sep 17 00:00:00 2001 From: Thomas Glanzmann Date: Sun, 11 Dec 2022 22:39:16 +0100 Subject: [PATCH] only use big fonts; upgrade m1n1 --- bootstrap.sh | 2 +- config-16k.txt | 2 -- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/bootstrap.sh b/bootstrap.sh index ab20b34..5640e97 100755 --- a/bootstrap.sh +++ b/bootstrap.sh @@ -45,7 +45,7 @@ build_m1n1() cd m1n1 git fetch -a -t # https://github.com/AsahiLinux/PKGBUILDs/blob/main/m1n1/PKGBUILD - git reset --hard v1.2.2; git clean -f -x -d &> /dev/null + git reset --hard v1.2.3; git clean -f -x -d &> /dev/null make -j `nproc` ) } diff --git a/config-16k.txt b/config-16k.txt index bae9ca1..d9a26b3 100644 --- a/config-16k.txt +++ b/config-16k.txt @@ -10762,8 +10762,6 @@ CONFIG_GENERIC_GETTIMEOFDAY=y CONFIG_GENERIC_VDSO_TIME_NS=y CONFIG_FONT_SUPPORT=y CONFIG_FONTS=y -CONFIG_FONT_8x8=y -CONFIG_FONT_8x16=y # CONFIG_FONT_6x11 is not set # CONFIG_FONT_7x14 is not set # CONFIG_FONT_PEARL_8x8 is not set -- 2.39.2