From b61726c70f1c846f73bd4217383a85113409a902 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=9D=92=E8=8F=9C=E8=90=9D=20=E5=8D=9C=E5=86=AC=E7=93=9C?= Date: Sun, 22 Dec 2024 21:17:20 +0800 Subject: [PATCH] Update sun50iw10-syterkit.conf --- config/sources/families/sun50iw10-syterkit.conf | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/config/sources/families/sun50iw10-syterkit.conf b/config/sources/families/sun50iw10-syterkit.conf index dd3adf1cec3b..25475468e909 100644 --- a/config/sources/families/sun50iw10-syterkit.conf +++ b/config/sources/families/sun50iw10-syterkit.conf @@ -15,11 +15,9 @@ LINUXFAMILY="sun50iw10-syterkit" case "${BRANCH}" in legacy) - KERNELSOURCE='https://github.com/chainsx/kernel-sun50iw10.git' - # This is Allwinner's new BSP kernel, - # which consists of a specific version of the mainline kernel source code and a folder containing BSP driver source code files. - KERNELBRANCH="branch:master" - declare -g KERNEL_MAJOR_MINOR="5.15" + KERNELSOURCE='https://github.com/chainsx/kernel-bsp-sun50iw10.git' + KERNELBRANCH="branch:main" + declare -g KERNEL_MAJOR_MINOR="4.9" KERNELPATCHDIR="sun50iw10-syterkit-${BRANCH}" LINUXCONFIG="linux-sun50iw10-syterkit-${BRANCH}"