This commit is contained in:
Mario Fetka
2024-03-12 20:41:02 +01:00
parent 6efca6afa2
commit a14b80a8cf
74 changed files with 887 additions and 778 deletions

View File

@@ -7,7 +7,8 @@ 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/EnzephaloN/ncpfs-module.git"
EGIT_REPO_URI="https://github.com/hundertzwei/ncpfs-module.git"
LICENSE="GPL-2"
SLOT="0"
@@ -44,8 +45,17 @@ src_unpack() {
EGIT_BRANCH="kernel_6.3"
fi
if kernel_is gt 6 5 0; then
EGIT_BRANCH="kernel_6.5"
fi
if kernel_is gt 6 6 0; then
EGIT_BRANCH="master"
fi
if kernel_is gt 6 7 0; then
EGIT_BRANCH="master"
fi
if kernel_is gt 6 8 0; then
EGIT_BRANCH="patch-1"
fi
git-r3_src_unpack
}