From 7bb96070b1686d4adbcba37641534d2f92bb92b3 Mon Sep 17 00:00:00 2001 From: Patrick Yavitz Date: Sun, 19 Jan 2025 13:10:21 -0500 Subject: [PATCH] BananaPI BPI-F3: `Pull branch instead of commit` Signed-off-by: Patrick Yavitz --- config/sources/families/spacemit.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config/sources/families/spacemit.conf b/config/sources/families/spacemit.conf index b4f1290bc591..8da52a7c295e 100644 --- a/config/sources/families/spacemit.conf +++ b/config/sources/families/spacemit.conf @@ -30,8 +30,8 @@ declare -g BOOTCONFIG="k1_defconfig" # Boot with generic SpacemiT K1 config # Linux case "${BRANCH}" in current) - declare -g KERNELSOURCE='https://github.com/jmontleon/linux-bianbu.git' - declare -g KERNELBRANCH='commit:d68e874061433bb36c1d2ed2dafe717b96abc379' + declare -g KERNELSOURCE="https://github.com/jmontleon/linux-bianbu.git" + declare -g KERNELBRANCH="branch:linux-6.6.y" declare -g EXTRAWIFI="no" # WiFi drivers are already included in the kernel declare -g KERNEL_MAJOR_MINOR="6.6" declare -g LINUXCONFIG="linux-${LINUXFAMILY}-current"