From 66e38969f14783a10248a80b1c4b14281bb4253d Mon Sep 17 00:00:00 2001
From: j1nx
Date: Tue, 6 Apr 2021 11:35:45 +0200
Subject: [PATCH] Disable systemd-vconsole Was only needed for Weston and had
some quircks in the first place
---
buildroot-external/configs/rpi4_64-gui_defconfig | 1 +
1 file changed, 1 insertion(+)
diff --git a/buildroot-external/configs/rpi4_64-gui_defconfig b/buildroot-external/configs/rpi4_64-gui_defconfig
index e9121687..449aac6e 100644
--- a/buildroot-external/configs/rpi4_64-gui_defconfig
+++ b/buildroot-external/configs/rpi4_64-gui_defconfig
@@ -474,6 +474,7 @@ BR2_PACKAGE_SYSTEMD_POLKIT=y
BR2_PACKAGE_SYSTEMD_RANDOMSEED=y
BR2_PACKAGE_SYSTEMD_REPART=y
# BR2_PACKAGE_SYSTEMD_RESOLVED is not set
+# BR2_PACKAGE_SYSTEMD_VCONSOLE is not set
BR2_PACKAGE_SYSTEMD_BOOTCHART=y
BR2_PACKAGE_TAR=y
BR2_PACKAGE_UTIL_LINUX_BINARIES=y