BananaPI BPI-F3: Pull branch instead of commit

Signed-off-by: Patrick Yavitz <pyavitz@gmail.com>
This commit is contained in:
Patrick Yavitz 2025-01-19 13:10:21 -05:00 committed by Igor
parent 09dc5b0d9d
commit 895b8fcc77

View File

@ -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"