summaryrefslogtreecommitdiff
path: root/recipes-connectivity/wpa-supplicant/wpa-supplicant_%.bbappend
blob: 2dca5f217bf7234c27f0a746362dbcef1aac8a9b (plain)
1
2
3
4
do_install:append () {
    # Disable background scan to avoid significant increase in bandwidth
    sed -i '/update_config/abgscan=""' ${D}${sysconfdir}/wpa_supplicant.conf
}