core/linux-rpi to 6.1.66-3

This commit is contained in:
graysky 2023-12-11 05:31:58 -05:00
parent 2a589ab9ce
commit ecd6a621f0

View file

@ -10,9 +10,9 @@ _srcname=linux-${_commit}
_kernelname=${pkgbase#linux}
_regen=
pkgver=6.1.66
pkgrel=2
pkgrel=3
pkgdesc='Linux'
url="https://www.kernel.org/"
url="https://github.com/raspberrypi/linux"
arch=(armv7h aarch64)
license=(GPL2)
makedepends=(
@ -113,12 +113,9 @@ _package() {
)
conflicts=(
linux
linux-rpi-16k
uboot-raspberrypi
)
replaces=(
linux-raspberrypi-latest
linux-raspberrypi4
)
install=${pkgname}.install
backup=(
boot/config.txt
@ -174,8 +171,7 @@ _package() {
_package-headers() {
pkgdesc="Headers and scripts for building modules for Linux kernel"
provides=("linux-headers=${pkgver}")
conflicts=('linux-headers')
replaces=('linux-raspberrypi-latest-headers' 'linux-raspberrypi4-headers')
conflicts=('linux-headers' 'linux-rpi-16k-headers')
cd ${_srcname}
local builddir="$pkgdir/usr/lib/modules/$(<version)/build"
@ -265,3 +261,5 @@ for _p in ${pkgname[@]}; do
_package${_p#${pkgbase}}
}"
done
# vim:set ts=8 sts=2 sw=2 et: