postmarketos-base: nl80211 before wext in wpa_supplicant (!264)

Fixes wifi on htc-vision.
This commit is contained in:
Matthias Berndt 2019-03-08 20:29:17 +01:00 committed by Oliver Smith
parent 9150a7c966
commit 83bdddad4c
No known key found for this signature in database
GPG key ID: 5AE7F5513E0885CB
2 changed files with 2 additions and 2 deletions

View file

@ -1,6 +1,6 @@
pkgname=postmarketos-base pkgname=postmarketos-base
pkgver=3 pkgver=3
pkgrel=22 pkgrel=23
pkgdesc="Meta package for minimal postmarketOS base" pkgdesc="Meta package for minimal postmarketOS base"
url="https://postmarketos.org" url="https://postmarketos.org"
arch="noarch" arch="noarch"

View file

@ -60,7 +60,7 @@ write_unless_modified() {
# Change wpa_supplicant into dbus mode and enable both drivers # Change wpa_supplicant into dbus mode and enable both drivers
{ {
echo 'wpa_supplicant_args="-u -Dwext,nl80211"' echo 'wpa_supplicant_args="-u -Dnl80211,wext"'
} | write_unless_modified /etc/conf.d/wpa_supplicant } | write_unless_modified /etc/conf.d/wpa_supplicant
touch /etc/wpa_supplicant/wpa_supplicant.conf touch /etc/wpa_supplicant/wpa_supplicant.conf