This commit is contained in:
Mario Fetka
2023-05-26 12:27:54 +02:00
parent 1f44a2d3b4
commit 9079259fcc
23 changed files with 31 additions and 1360 deletions

View File

@@ -38,6 +38,9 @@ src_unpack() {
EGIT_BRANCH="kernel_5.15"
fi
if kernel_is gt 5 19 0; then
EGIT_BRANCH="kernel_5.19"
fi
if kernel_is gt 6 3 0; then
EGIT_BRANCH="master"
fi