diff --git a/config/sources/families/include/meson64_common.inc b/config/sources/families/include/meson64_common.inc index 9655f84dfb..b7a5b92b65 100644 --- a/config/sources/families/include/meson64_common.inc +++ b/config/sources/families/include/meson64_common.inc @@ -39,15 +39,11 @@ GOVERNOR=${GOVERNOR:-ondemand} case $BRANCH in current) - declare -g KERNEL_MAJOR_MINOR="6.1" # Major and minor versions of this kernel. For mainline caching. - KERNELBRANCH='branch:linux-6.1.y' - KERNELPATCHDIR='meson64-current' + declare -g KERNEL_MAJOR_MINOR="6.1" ;; edge) - declare -g KERNEL_MAJOR_MINOR="6.6" # Major and minor versions of this kernel. For mainline caching. - KERNELBRANCH='branch:linux-6.6.y' - KERNELPATCHDIR='meson64-edge' + declare -g KERNEL_MAJOR_MINOR="6.6" ;; esac diff --git a/patch/kernel/meson64-current b/patch/kernel/meson64-current deleted file mode 120000 index 9aba77bc7b..0000000000 --- a/patch/kernel/meson64-current +++ /dev/null @@ -1 +0,0 @@ -archive/meson64-6.1 \ No newline at end of file diff --git a/patch/kernel/meson64-edge b/patch/kernel/meson64-edge deleted file mode 120000 index dee0571818..0000000000 --- a/patch/kernel/meson64-edge +++ /dev/null @@ -1 +0,0 @@ -archive/meson64-6.6 \ No newline at end of file