main/postmarketos-base: add dependency on wireless-regdb (MR 1974)

CRDA in the kernel requires a regulatory database to be available
to configure the WiFi card correctly following the regulations in
each possible environment.
This commit is contained in:
Dylan Van Assche 2021-02-22 18:24:27 +01:00 committed by Martijn Braam
parent 2d5ad32455
commit 8330d2a552
No known key found for this signature in database
GPG key ID: C4280ACB000B060F

View file

@ -1,5 +1,5 @@
pkgname=postmarketos-base
pkgver=9
pkgver=10
pkgrel=0
pkgdesc="Meta package for minimal postmarketOS base"
url="https://postmarketos.org"
@ -20,6 +20,7 @@ depends="
sudo
util-linux
wpa_supplicant
wireless-regdb
"
install="$pkgname.post-install $pkgname.pre-upgrade $pkgname.post-upgrade"
triggers="$pkgname.trigger=/etc"