From b80d4c245f456d9f3da4b32d8118e2929fd5a599 Mon Sep 17 00:00:00 2001 From: Patrick McDermott Date: Mon, 15 Jul 2019 01:10:56 -0400 Subject: patches: Remove extra newline in fonts Kconfig --- diff --git a/patches/01_add-mplus-fonts.patch b/patches/01_add-mplus-fonts.patch index a842494..7de97b5 100644 --- a/patches/01_add-mplus-fonts.patch +++ b/patches/01_add-mplus-fonts.patch @@ -12,7 +12,7 @@ otf2bdf version 3.1 and bdf2fbcon commit 99d28cf as follows: bdf2fbcon: --- include/linux/font.h | 14 - lib/fonts/Kconfig | 49 + lib/fonts/Kconfig | 48 lib/fonts/Makefile | 6 lib/fonts/font_mplus_1m_regular_10x14.c | 4122 +++++++++++ lib/fonts/font_mplus_1m_regular_12x17.c | 4890 +++++++++++++ @@ -21,7 +21,7 @@ bdf2fbcon: lib/fonts/font_mplus_1m_regular_32x44.c |11802 ++++++++++++++++++++++++++++++++ lib/fonts/font_mplus_1m_regular_8x12.c | 3610 +++++++++ lib/fonts/fonts.c | 24 - 10 files changed, 39928 insertions(+), 1 deletion(-) + 10 files changed, 39927 insertions(+), 1 deletion(-) diff -Naurp src.orig/include/linux/font.h src/include/linux/font.h --- src.orig/include/linux/font.h 2019-06-24 23:36:02.000000000 -0400 @@ -57,7 +57,7 @@ diff -Naurp src.orig/include/linux/font.h src/include/linux/font.h diff -Naurp src.orig/lib/fonts/Kconfig src/lib/fonts/Kconfig --- src.orig/lib/fonts/Kconfig 2019-06-24 23:36:02.000000000 -0400 +++ src/lib/fonts/Kconfig 2019-06-30 00:22:46.568889488 -0400 -@@ -109,6 +109,49 @@ config FONT_SUN12x22 +@@ -109,6 +109,48 @@ config FONT_SUN12x22 big letters (like the letters used in the SPARC PROM). If the standard font is unreadable for you, say Y, otherwise say N. @@ -103,11 +103,10 @@ diff -Naurp src.orig/lib/fonts/Kconfig src/lib/fonts/Kconfig + This is a sans-serif font with a sophisticated and relaxed design that + balances natural letterform and high legibility. + -+ config FONT_AUTOSELECT def_bool y depends on !FONT_8x8 -@@ -121,6 +164,12 @@ config FONT_AUTOSELECT +@@ -121,6 +163,12 @@ config FONT_AUTOSELECT depends on !FONT_SUN8x16 depends on !FONT_SUN12x22 depends on !FONT_10x18 -- cgit v0.9.1