mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
parent
0356333280
commit
1e79426afb
1 changed files with 3 additions and 3 deletions
|
@ -15,7 +15,7 @@
|
||||||
# XXX: KEEP IN SYNC WITH rpi5-kernel
|
# XXX: KEEP IN SYNC WITH rpi5-kernel
|
||||||
pkgname=rpi-kernel
|
pkgname=rpi-kernel
|
||||||
version=6.6.69
|
version=6.6.69
|
||||||
revision=1
|
revision=2
|
||||||
_githash=a40c744db5c0eee3ffb3fdc2e2da5e877f64f361
|
_githash=a40c744db5c0eee3ffb3fdc2e2da5e877f64f361
|
||||||
archs="aarch64* armv6l* armv7l*"
|
archs="aarch64* armv6l* armv7l*"
|
||||||
hostmakedepends="perl kmod uboot-mkimage openssl-devel bc bison flex xz pahole
|
hostmakedepends="perl kmod uboot-mkimage openssl-devel bc bison flex xz pahole
|
||||||
|
@ -213,9 +213,9 @@ do_install() {
|
||||||
|
|
||||||
mkdir -p ${hdrdest}/arch/${arch}/kernel
|
mkdir -p ${hdrdest}/arch/${arch}/kernel
|
||||||
cp arch/${arch}/Makefile ${hdrdest}/arch/${arch}
|
cp arch/${arch}/Makefile ${hdrdest}/arch/${arch}
|
||||||
|
mkdir -p ${hdrdest}/arch/arm64/kernel
|
||||||
|
cp arch/${arch}/kernel/asm-offsets.s ${hdrdest}/arch/${arch}/kernel
|
||||||
if [ "$arch" = "arm64" ]; then
|
if [ "$arch" = "arm64" ]; then
|
||||||
mkdir -p ${hdrdest}/arch/arm64/kernel
|
|
||||||
cp arch/arm64/kernel/asm-offsets.s ${hdrdest}/arch/arm64/kernel
|
|
||||||
cp -a arch/arm64/kernel/vdso ${hdrdest}/arch/arm64/kernel/
|
cp -a arch/arm64/kernel/vdso ${hdrdest}/arch/arm64/kernel/
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue