summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--recipes-core/systemd/systemd_%.bbappend3
1 files changed, 3 insertions, 0 deletions
diff --git a/recipes-core/systemd/systemd_%.bbappend b/recipes-core/systemd/systemd_%.bbappend
index 8ebb6cc..a602985 100644
--- a/recipes-core/systemd/systemd_%.bbappend
+++ b/recipes-core/systemd/systemd_%.bbappend
@@ -3,3 +3,6 @@ FILESEXTRAPATHS_prepend := "${THISDIR}/systemd:"
SRC_URI += " \
file://0001-systemd-udevd.service.in-set-MountFlags-shared.patch \
"
+
+# systemd-rfkill disables RF by default.
+PACKAGECONFIG_remove = "rfkill"