mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-28 22:57:37 +00:00
core/linux-rpi to 6.6.9-1
This commit is contained in:
parent
7f444c9f14
commit
a40e138bd4
3 changed files with 717 additions and 409 deletions
|
@ -5,11 +5,11 @@
|
|||
# Contributer: Jan Alexander Steffens (heftig) <heftig@archlinux.org>
|
||||
|
||||
pkgbase=linux-rpi
|
||||
_commit=59da6c10090f413cc66bf41a7bab77d361781eda
|
||||
_commit=e5111c814da4d0be708e38f2bb493ca447c9a970
|
||||
_srcname=linux-${_commit}
|
||||
_kernelname=${pkgbase#linux}
|
||||
_regen=
|
||||
pkgver=6.1.70
|
||||
pkgver=6.6.9
|
||||
pkgrel=1
|
||||
pkgdesc='Linux'
|
||||
url="https://github.com/raspberrypi/linux"
|
||||
|
@ -32,7 +32,7 @@ source=("linux-$pkgver-${_commit:0:10}.tar.gz::https://github.com/raspberrypi/li
|
|||
90-linux.hook
|
||||
archarm.diffconfig
|
||||
)
|
||||
md5sums=('5b1f8c0624789d2eecefa8b89360de40'
|
||||
md5sums=('294b933bcb68b6073a2b179c80010f6e'
|
||||
'3bab7426d8c8818dda8353da3892a41f'
|
||||
'16c484af9f72b9275afcf83a6b8eab36'
|
||||
'f66a7ea3feb708d398ef57e4da4815e9'
|
||||
|
@ -40,8 +40,8 @@ md5sums=('5b1f8c0624789d2eecefa8b89360de40'
|
|||
'0a5f16bfec6ad982a2f6782724cca8ba'
|
||||
'441ec084c47cddc53e592fb0cbce4edf'
|
||||
'c8f84694321e249492c80149833671d7')
|
||||
md5sums_armv7h=('a954b1f30680c7e68614d38e2ff21525')
|
||||
md5sums_aarch64=('e32345896b6cb99021fe0f4e7df70dac')
|
||||
md5sums_armv7h=('1a427832be6d854e0fd279f782eae876')
|
||||
md5sums_aarch64=('02d2cb629d3ebb340a6685014710e729')
|
||||
|
||||
# setup vars
|
||||
if [[ $CARCH == "armv7h" ]]; then
|
||||
|
@ -134,8 +134,8 @@ _package() {
|
|||
make INSTALL_MOD_PATH="$pkgdir/usr" INSTALL_MOD_STRIP=1 \
|
||||
DEPMOD=/doesnt/exist modules_install # Suppress depmod
|
||||
|
||||
# remove build and source links
|
||||
rm "$modulesdir"/{source,build}
|
||||
# remove build link
|
||||
rm -f "$modulesdir"/build
|
||||
|
||||
echo "Installing Arch ARM specific stuff..."
|
||||
mkdir -p "${pkgdir}"/boot
|
||||
|
|
File diff suppressed because it is too large
Load diff
File diff suppressed because it is too large
Load diff
Loading…
Reference in a new issue