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