From f9c580ee46c94a41826e7966f8ec37d936a989ce Mon Sep 17 00:00:00 2001 From: Josip Ponjavic Date: Tue, 5 Apr 2022 13:43:37 +0200 Subject: [PATCH] sync with arch: switch crda to wireless-regdb --- PKGBUILD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PKGBUILD b/PKGBUILD index 3d8de4f..975ba83 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -304,7 +304,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' 'modprobed-db: Keeps track of EVERY kernel module that has ever been probed - useful for those of us who make localmodconfig') provides=(VIRTUALBOX-GUEST-MODULES WIREGUARD-MODULE KSMBD-MODULE)