core/linux-rpi: optdepends cleanup

Switch crda to wireless-regdb and remove reference to kernel26
This commit is contained in:
graysky 2022-07-30 04:47:47 -04:00
parent cf49e17c32
commit a51abe52cd

View file

@ -73,9 +73,9 @@ build() {
_package() {
pkgdesc="RPi Foundation patched Linux kernel and modules"
depends=('coreutils' 'linux-firmware' 'kmod' 'mkinitcpio>=0.7' 'firmware-raspberrypi')
optdepends=('crda: to set the correct wireless channels of your country')
provides=('kernel26' "linux=${pkgver}" 'WIREGUARD-MODULE')
conflicts=('kernel26' 'linux' 'uboot-raspberrypi')
optdepends=('wireless-regdb: to set the correct wireless channels of your country')
provides=("linux=${pkgver}" 'WIREGUARD-MODULE')
conflicts=('linux' 'uboot-raspberrypi')
install=${pkgname}.install
backup=('boot/config.txt' 'boot/cmdline.txt')
replaces=('linux-raspberrypi-latest' 'linux-raspberrypi4')