opkg

statically linked package installer
git clone anongit@rnpnr.xyz:opkg.git
Log | Files | Refs | Feed | Submodules | README | LICENSE

Commit: eb852833185a6866bf810393dc2509fef38a62ac
Parent: 1a0cc05867a9a0ab7dd7cacf657e44a8bd6c8fe2
Author: Michael Forney
Date:   Tue, 17 Mar 2026 07:07:26 +0000

linux-headers: Add missing unistd_64.h on arm64

Diffstat:
Mpkg/devel/linux-headers/arm64.lua | 8+++++++-
Mpkg/devel/linux-headers/fetch.sh | 1+
Mpkg/devel/linux-headers/ver | 2+-
3 files changed, 9 insertions(+), 2 deletions(-)

diff --git a/pkg/devel/linux-headers/arm64.lua b/pkg/devel/linux-headers/arm64.lua @@ -19,7 +19,13 @@ return { 'asm/sve_context.h', 'asm/ucontext.h', 'asm/unistd.h', - unistd={}, + unistd={ + { + dst='unistd_64.h', + src='scripts/syscall.tbl', + abi='common|64|renameat|rlimit|memfd_secret', + }, + }, generic={ -- <awk '$1 == "generic-y" {printf "\\t\\t'\'%s\'',\\n", $3}' src/arch/arm64/include/uapi/asm/Kbuild 'kvm_para.h', diff --git a/pkg/devel/linux-headers/fetch.sh b/pkg/devel/linux-headers/fetch.sh @@ -20,6 +20,7 @@ sh "$OLDPWD/scripts/extract.sh" "$archive" -s ',^[^/]*,src,' \ 'linux-*/arch/*/include/uapi/' \ 'linux-*/arch/*/entry/syscalls/' \ 'linux-*/include/uapi/' \ + 'linux-*/scripts/syscall.tbl' \ 'linux-*/scripts/unifdef.c' if [ -d patch ] ; then diff --git a/pkg/devel/linux-headers/ver b/pkg/devel/linux-headers/ver @@ -1 +1 @@ -6.12 r0 +6.12 1