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:
parent
2d5ad32455
commit
8330d2a552
1 changed files with 2 additions and 1 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue