mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-03-09 00:17:31 +00:00
core/linux-rpi: optdepends cleanup
Switch crda to wireless-regdb and remove reference to kernel26
This commit is contained in:
parent
cf49e17c32
commit
a51abe52cd
1 changed files with 3 additions and 3 deletions
|
@ -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')
|
||||
|
|
Loading…
Reference in a new issue