From 83bdddad4c5b1cf6896b80256b5da204f89eccd3 Mon Sep 17 00:00:00 2001 From: Matthias Berndt Date: Fri, 8 Mar 2019 20:29:17 +0100 Subject: [PATCH] postmarketos-base: nl80211 before wext in wpa_supplicant (!264) Fixes wifi on htc-vision. --- main/postmarketos-base/APKBUILD | 2 +- main/postmarketos-base/postmarketos-base.post-install | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/main/postmarketos-base/APKBUILD b/main/postmarketos-base/APKBUILD index fa0022ed6..4582e11ac 100644 --- a/main/postmarketos-base/APKBUILD +++ b/main/postmarketos-base/APKBUILD @@ -1,6 +1,6 @@ pkgname=postmarketos-base pkgver=3 -pkgrel=22 +pkgrel=23 pkgdesc="Meta package for minimal postmarketOS base" url="https://postmarketos.org" arch="noarch" diff --git a/main/postmarketos-base/postmarketos-base.post-install b/main/postmarketos-base/postmarketos-base.post-install index fcc7b37f4..b84854d5c 100644 --- a/main/postmarketos-base/postmarketos-base.post-install +++ b/main/postmarketos-base/postmarketos-base.post-install @@ -60,7 +60,7 @@ write_unless_modified() { # 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 touch /etc/wpa_supplicant/wpa_supplicant.conf