From 595fbe4d326aa094848243d1292d5ba467cf89bd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20M=C3=BCller?= Date: Sun, 10 May 2020 17:29:13 +0200 Subject: [PATCH] mortsgna-distro-features: remove 3g MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cellular phones are not our target these days and we don't want to start ofonod on every boot. ofonod fails at least on raspi for missing battery and causes an additional start of systemd-timesyncd and by this delaying our boot. Signed-off-by: Andreas Müller --- conf/distro/include/mortsgna-distro-features.inc | 1 - 1 file changed, 1 deletion(-) diff --git a/conf/distro/include/mortsgna-distro-features.inc b/conf/distro/include/mortsgna-distro-features.inc index 5798152..39986f9 100644 --- a/conf/distro/include/mortsgna-distro-features.inc +++ b/conf/distro/include/mortsgna-distro-features.inc @@ -34,7 +34,6 @@ VIRTUAL-RUNTIME_init_manager = "systemd" # USE-flag like features DISTRO_FEATURES += "tk" DISTRO_FEATURES += "x11" -DISTRO_FEATURES += "3g" DISTRO_FEATURES += "pulseaudio" DISTRO_FEATURES += "ldconfig" DISTRO_FEATURES += "polkit"