summaryrefslogtreecommitdiff
path: root/recipes-connectivity/wpa-supplicant/wpa-supplicant_%.bbappend
blob: 5f01cac7914895caf5bb06f57bbb282e65f729eb (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
}