This commit is contained in:
Mario Fetka
2025-04-20 11:13:30 +02:00
parent ffe1127dcd
commit 7c1ee4ca45
26 changed files with 199 additions and 3872 deletions

View File

@@ -8,7 +8,7 @@ inherit git-r3 linux-info linux-mod
DESCRIPTION="ncpfs kernel module for Linux 4.18+"
HOMEPAGE="https://github.com/EnzephaloN/ncpfs-module"
EGIT_REPO_URI="https://github.com/EnzephaloN/ncpfs-module.git"
#EGIT_REPO_URI="https://github.com/hundertzwei/ncpfs-module.git"
EGIT_REPO_URI="https://github.com/hundertzwei/ncpfs-module.git"
LICENSE="GPL-2"
SLOT="0"
@@ -53,7 +53,7 @@ src_unpack() {
if kernel_is gt 6 8 0; then
EGIT_BRANCH="kernel_6.8"
fi
if kernel_is gt 6 8 0; then
if kernel_is gt 6 12 0; then
EGIT_BRANCH="master"
fi