main/postmarketos-ui-console: fix wifi support (MR 2382)

tested with nmtui on a pinebook pro

[ci:skip-build] already built successfully in CI
This commit is contained in:
Clayton Craft 2021-07-24 17:16:48 -07:00
parent 79134095a2
commit 60447285a7
No known key found for this signature in database
GPG key ID: 7A3461CA187CEA54

View file

@ -1,7 +1,7 @@
# Maintainer: Clayton Craft <clayton@craftyguy.net>
pkgname=postmarketos-ui-console
pkgver=0.1
pkgrel=0
pkgrel=1
pkgdesc="Console environment, with no graphical/touch UI"
url="https://postmarketos.org/"
arch="noarch"
@ -10,6 +10,7 @@ depends="
dnsmasq
networkmanager
postmarketos-base-ui
wireless-tools
"
options="!check" # No testsuite
install="$pkgname.post-install $pkgname.post-upgrade"