From 60447285a75f609e5cefa7c35043dc754756e502 Mon Sep 17 00:00:00 2001 From: Clayton Craft Date: Sat, 24 Jul 2021 17:16:48 -0700 Subject: [PATCH] main/postmarketos-ui-console: fix wifi support (MR 2382) tested with nmtui on a pinebook pro [ci:skip-build] already built successfully in CI --- main/postmarketos-ui-console/APKBUILD | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/main/postmarketos-ui-console/APKBUILD b/main/postmarketos-ui-console/APKBUILD index ed940ee35..35b091edd 100644 --- a/main/postmarketos-ui-console/APKBUILD +++ b/main/postmarketos-ui-console/APKBUILD @@ -1,7 +1,7 @@ # Maintainer: Clayton Craft 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"