summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--recipes-connectivity/wpa-supplicant/wpa-supplicant_%.bbappend4
1 files changed, 4 insertions, 0 deletions
diff --git a/recipes-connectivity/wpa-supplicant/wpa-supplicant_%.bbappend b/recipes-connectivity/wpa-supplicant/wpa-supplicant_%.bbappend
new file mode 100644
index 0000000..2dca5f2
--- /dev/null
+++ b/recipes-connectivity/wpa-supplicant/wpa-supplicant_%.bbappend
@@ -0,0 +1,4 @@
+do_install:append () {
+ # Disable background scan to avoid significant increase in bandwidth
+ sed -i '/update_config/abgscan=""' ${D}${sysconfdir}/wpa_supplicant.conf
+}