From 5b6b1b8eecda4ca3ba0b0097f7d52e99c20cca0a Mon Sep 17 00:00:00 2001 From: Tobias Powalowski Date: Thu, 31 Mar 2022 06:39:12 +0000 Subject: [PATCH] switch crda to wireless-regdb --- PKGBUILD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PKGBUILD b/PKGBUILD index aa9e2e0..43aad72 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -67,7 +67,7 @@ build() { _package() { pkgdesc="The $pkgdesc kernel and modules" depends=(coreutils kmod initramfs) - optdepends=('crda: to set the correct wireless channels of your country' + optdepends=('wireless-regdb: to set the correct wireless channels of your country' 'linux-firmware: firmware images needed for some devices') provides=(VIRTUALBOX-GUEST-MODULES WIREGUARD-MODULE) replaces=(virtualbox-guest-modules-arch wireguard-arch)