mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-03-09 00:17:31 +00:00
core/linux-raspberrypi4 to 5.10.78-1
This commit is contained in:
parent
d9127ef3c8
commit
88c227e403
1 changed files with 6 additions and 6 deletions
|
@ -7,11 +7,11 @@
|
|||
buildarch=12
|
||||
|
||||
pkgbase=linux-raspberrypi4
|
||||
_commit=ef073f6a5205cd98aea2474bc4a59e7fb0f3476c
|
||||
_commit=b2c047ab7e17a4ed702d313581620e826c58cc3c
|
||||
_srcname=linux-${_commit}
|
||||
_kernelname=${pkgbase#linux}
|
||||
_desc="RPi 3/4/400"
|
||||
pkgver=5.10.77
|
||||
pkgver=5.10.78
|
||||
pkgrel=1
|
||||
pkgdesc='Linux'
|
||||
url="http://www.kernel.org/"
|
||||
|
@ -23,23 +23,23 @@ makedepends=(
|
|||
options=('!strip')
|
||||
source_armv7h=('config' 'config.txt')
|
||||
source_aarch64=('config8' 'config8.txt')
|
||||
source=("https://github.com/raspberrypi/linux/archive/${_commit}.tar.gz"
|
||||
source=("linux-$pkgver-$pkgrel-${_commit:0:10}.tar.gz::https://github.com/raspberrypi/linux/archive/${_commit}.tar.gz"
|
||||
cmdline.txt
|
||||
0001-Make-proc-cpuinfo-consistent-on-arm64-and-arm.patch
|
||||
linux.preset
|
||||
60-linux.hook
|
||||
90-linux.hook
|
||||
)
|
||||
md5sums=('a7894d909204e04bc726d6f8191a99f3'
|
||||
md5sums=('6c86ea63f7dd6978d50aeb681191cb0f'
|
||||
'31c02f4518d46deb5f0c2ad1f8b083cd'
|
||||
'f66a7ea3feb708d398ef57e4da4815e9'
|
||||
'86d4a35722b5410e3b29fc92dae15d4b'
|
||||
'0a5f16bfec6ad982a2f6782724cca8ba'
|
||||
'441ec084c47cddc53e592fb0cbce4edf')
|
||||
md5sums_armv7h=('b4b1e43f274564a18afdb2c73b568e25'
|
||||
'9669d916a5929a2eedbd64477f83d99e')
|
||||
'e302936d860e78ca8e965459e64b2e5b')
|
||||
md5sums_aarch64=('05b1db704734c0d18b98c06c2df9da70'
|
||||
'9669d916a5929a2eedbd64477f83d99e')
|
||||
'e302936d860e78ca8e965459e64b2e5b')
|
||||
|
||||
# setup vars
|
||||
if [[ $CARCH == "armv7h" ]]; then
|
||||
|
|
Loading…
Reference in a new issue