mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-02-16 23:57:11 +00:00
core/linux-raspberrypi: add WIREGUARD-MODULE to provides
This commit is contained in:
parent
8848247b7d
commit
93129db56d
1 changed files with 1 additions and 1 deletions
|
@ -78,7 +78,7 @@ _package() {
|
||||||
pkgdesc="The Linux Kernel and modules - ${_desc}"
|
pkgdesc="The Linux Kernel and modules - ${_desc}"
|
||||||
depends=('coreutils' 'linux-firmware' 'kmod' 'mkinitcpio>=0.7' 'firmware-raspberrypi')
|
depends=('coreutils' 'linux-firmware' 'kmod' 'mkinitcpio>=0.7' 'firmware-raspberrypi')
|
||||||
optdepends=('crda: to set the correct wireless channels of your country')
|
optdepends=('crda: to set the correct wireless channels of your country')
|
||||||
provides=('kernel26' "linux=${pkgver}")
|
provides=('kernel26' "linux=${pkgver}" 'WIREGUARD-MODULE')
|
||||||
conflicts=('kernel26' 'linux')
|
conflicts=('kernel26' 'linux')
|
||||||
install=${pkgname}.install
|
install=${pkgname}.install
|
||||||
backup=('boot/config.txt' 'boot/cmdline.txt')
|
backup=('boot/config.txt' 'boot/cmdline.txt')
|
||||||
|
|
Loading…
Reference in a new issue