mortsgna-distro-features: remove 3g

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 <schnitzeltony@gmail.com>
This commit is contained in:
Andreas Müller
2020-05-10 17:29:13 +02:00
parent d79199c35a
commit 595fbe4d32

View File

@@ -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"