mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-03-19 00:21:40 +00:00
core/linux-rpi to 5.10.82-2
This commit is contained in:
parent
d345bb2a7b
commit
22e3984281
1 changed files with 5 additions and 6 deletions
|
@ -7,12 +7,11 @@
|
|||
buildarch=12
|
||||
|
||||
pkgbase=linux-rpi
|
||||
_commit=ef11d943e03f4a62a708c2b8b28093a14b38ae3f
|
||||
_commit=30bb91977d65c22cec3eaeadb06a6ff7f36ecbc5
|
||||
_srcname=linux-${_commit}
|
||||
_kernelname=${pkgbase#linux}
|
||||
_desc="RPi 3/4/400/Zero 2 W"
|
||||
pkgver=5.10.82
|
||||
pkgrel=1
|
||||
pkgrel=2
|
||||
pkgdesc='Linux'
|
||||
url="http://www.kernel.org/"
|
||||
arch=(armv7h aarch64)
|
||||
|
@ -30,7 +29,7 @@ source=("linux-$pkgver-$pkgrel-${_commit:0:10}.tar.gz::https://github.com/raspbe
|
|||
60-linux.hook
|
||||
90-linux.hook
|
||||
)
|
||||
md5sums=('103dc83763ef90d5ee73512ea60bfdcd'
|
||||
md5sums=('723aa7da3214d8198d5b697fcfbc11a8'
|
||||
'31c02f4518d46deb5f0c2ad1f8b083cd'
|
||||
'f66a7ea3feb708d398ef57e4da4815e9'
|
||||
'86d4a35722b5410e3b29fc92dae15d4b'
|
||||
|
@ -74,7 +73,7 @@ build() {
|
|||
}
|
||||
|
||||
_package() {
|
||||
pkgdesc="RPi Foundation patched Linux kernel and modules - ${_desc}"
|
||||
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')
|
||||
|
@ -131,7 +130,7 @@ _package() {
|
|||
}
|
||||
|
||||
_package-headers() {
|
||||
pkgdesc="RPi Foundation header and scripts for building modules for Linux kernel - ${_desc}"
|
||||
pkgdesc="RPi Foundation header and scripts for building modules for Linux kernel"
|
||||
provides=("linux-headers=${pkgver}")
|
||||
conflicts=('linux-headers')
|
||||
replaces=('linux-raspberrypi-latest-headers' 'linux-raspberrypi4-headers')
|
||||
|
|
Loading…
Reference in a new issue