This commit is contained in:
Mario Fetka
2026-05-10 08:25:26 +02:00
parent 7b1ef650cb
commit 33e69cb3d6
38 changed files with 387 additions and 32 deletions

View File

@@ -71,6 +71,9 @@ src_unpack() {
ncpfs_branch="kernel_6.14"
fi
if kernel_is gt 6 16 0; then
ncpfs_branch="kernel_6.16"
fi
if kernel_is gt 6 17 0; then
ncpfs_branch="master"
fi