summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPatrick McDermott <patrick.mcdermott@libiquity.com>2021-01-11 00:51:16 (EST)
committer Patrick McDermott <patrick.mcdermott@libiquity.com>2021-01-11 00:51:16 (EST)
commit8df854e4e6a43d683b69a76fcbf4dfd69a7ed284 (patch)
tree3ad7bbd018115337df846a23228f846e52729cc9
parentb587d3a0f13d73bca993ea433e1cbc14aed41aae (diff)
linux-libre-4.19: Drop M+ fonts, use upstream 8x16
-rw-r--r--changelog5
-rw-r--r--src/build/linux-libre-4.19_4.19.166+gnu/config10
2 files changed, 10 insertions, 5 deletions
diff --git a/changelog b/changelog
index 170a9f3..576af40 100644
--- a/changelog
+++ b/changelog
@@ -2,6 +2,11 @@ config-x60 (2.6) trunk
* config-linux-libre-4.19-x60: Drop version 4.19.163+gnu files.
* config-linux-libre-4.19-x60: New upstream version 4.19.166+gnu.
+ * config-linux-libre-4.19-x60: Enable upstream 8x16 font and disable
+ custom M+ 1mn fonts. Being converted from vector fonts, they are
+ less legible than hand-drawn bitmap fonts are. Replacing the four
+ M+ fonts with one 8x16 font should also save about 32 KiB
+ uncompressed.
-- Patrick McDermott <patrick.mcdermott@libiquity.com> Mon, 11 Jan 2021 00:40:28 -0500
diff --git a/src/build/linux-libre-4.19_4.19.166+gnu/config b/src/build/linux-libre-4.19_4.19.166+gnu/config
index b5ea6c9..75f7e93 100644
--- a/src/build/linux-libre-4.19_4.19.166+gnu/config
+++ b/src/build/linux-libre-4.19_4.19.166+gnu/config
@@ -2831,7 +2831,7 @@ CONFIG_NLATTR=y
CONFIG_FONT_SUPPORT=y
CONFIG_FONTS=y
# CONFIG_FONT_8x8 is not set
-# CONFIG_FONT_8x16 is not set
+CONFIG_FONT_8x16=y
# CONFIG_FONT_6x11 is not set
# CONFIG_FONT_7x14 is not set
# CONFIG_FONT_PEARL_8x8 is not set
@@ -2841,10 +2841,10 @@ CONFIG_FONTS=y
# CONFIG_FONT_10x18 is not set
# CONFIG_FONT_SUN8x16 is not set
# CONFIG_FONT_SUN12x22 is not set
-CONFIG_FONT_MPLUS_1MN_MEDIUM_10x14=y
-CONFIG_FONT_MPLUS_1MN_REGULAR_12x17=y
-CONFIG_FONT_MPLUS_1MN_REGULAR_14x19=y
-CONFIG_FONT_MPLUS_1MN_REGULAR_16x22=y
+# CONFIG_FONT_MPLUS_1MN_MEDIUM_10x14 is not set
+# CONFIG_FONT_MPLUS_1MN_REGULAR_12x17 is not set
+# CONFIG_FONT_MPLUS_1MN_REGULAR_14x19 is not set
+# CONFIG_FONT_MPLUS_1MN_REGULAR_16x22 is not set
CONFIG_SG_POOL=y
CONFIG_ARCH_HAS_SG_CHAIN=y
CONFIG_SBITMAP=y