# Maintainer: graysky # Maintainer: Kevin Mihelich # Maintainer: Oleg Rakhmanov # Maintainer: Dave Higham # Contributer: Jan Alexander Steffens (heftig) pkgbase=linux-rpi _commit=bddcfe4f56f44c14617ed1012b82e71846cf1501 _srcname=linux-${_commit} _kernelname=${pkgbase#linux} _regen= pkgver=6.6.14 pkgrel=1 pkgdesc='Linux' url="https://github.com/raspberrypi/linux" arch=(armv7h aarch64) license=(GPL2) makedepends=( bc kmod inetutils ) options=('!strip') source_armv7h=('config') source_aarch64=('config8') source=("linux-$pkgver-${_commit:0:10}.tar.gz::https://github.com/raspberrypi/linux/archive/${_commit}.tar.gz" cmdline.txt config.txt 0001-Make-proc-cpuinfo-consistent-on-arm64-and-arm.patch linux.preset archarm.diffconfig ) md5sums=('6678d5d6c853e04c11fdc63925c5ba5d' '3bab7426d8c8818dda8353da3892a41f' '16c484af9f72b9275afcf83a6b8eab36' 'f66a7ea3feb708d398ef57e4da4815e9' '86d4a35722b5410e3b29fc92dae15d4b' 'c8f84694321e249492c80149833671d7') md5sums_armv7h=('69113e58cca35d470366316090c24c1c') md5sums_aarch64=('83bf6a0df298c6afbff0095b614a4ebe') # setup vars if [[ $CARCH == "armv7h" ]]; then _kernel=kernel7.img KARCH=arm _image=zImage _config=config elif [[ $CARCH == "aarch64" ]]; then _kernel=kernel8.img KARCH=arm64 _image=Image _config=config8 fi prepare() { cd "${srcdir}/${_srcname}" # consistent behavior of lscpu on arm/arm64 patch -p1 -i ../0001-Make-proc-cpuinfo-consistent-on-arm64-and-arm.patch echo "Setting version..." echo "-$pkgrel" > localversion.10-pkgrel echo "${pkgbase#linux}" > localversion.20-pkgname if [[ $_regen -eq 1 ]]; then # useful on two point releases to keep shit straight echo "Applying custom shit to bcm2711_defconfig" make bcm2711_defconfig cat ../archarm.diffconfig >> .config make oldconfig if [[ $CARCH == "armv7h" ]]; then # https://archlinuxarm.org/forum/viewtopic.php?f=23&t=16373 scripts/config --enable CONFIG_BCM2835_THERMAL # re-enable LRU_GEN by default as the intial observation that it was to blame # for triggering OOM was likely a false positive, see: # https://github.com/raspberrypi/linux/issues/5395#issuecomment-1854410361 # https://archlinuxarm.org/forum/viewtopic.php?f=23&t=16377 scripts/config --enable CONFIG_LRU_GEN_ENABLED fi # bcm2711_defconfig inserts either -v7l or -v8 for CONFIG_LOCALVERSION= so set this to null sed '/^CONFIG_LOCALVERSION=/s,.*$,CONFIG_LOCALVERSION="",' .config >$startdir/newconfig.$_config echo "verify that newconfig.$_config is fit for purpose then redefine $_config" exit else echo "Setting config..." cp ../"$_config" .config make olddefconfig diff -u ../"$_config" .config || : make -s kernelrelease > version echo "Prepared $pkgbase version $(=0.7' ) optdepends=( 'wireless-regdb: to set the correct wireless channels of your country' ) provides=( linux="${pkgver}" WIREGUARD-MODULE ) conflicts=( linux linux-rpi-16k uboot-raspberrypi ) install=${pkgname}.install backup=( boot/config.txt boot/cmdline.txt ) cd "${srcdir}/${_srcname}" local modulesdir="$pkgdir/usr/lib/modules/$(