mirror of
https://github.com/armbian/build
synced 2025-09-24 19:47:06 +07:00
Remove the MAINLINE_KERNEL_BRANCH variable
Updating the kernel branch for all sources at once may break things since it takes time to update patches and configuration
This commit is contained in:
@@ -42,8 +42,6 @@ if [[ $USE_MAINLINE_GOOGLE_MIRROR == yes ]]; then
|
||||
else
|
||||
MAINLINE_KERNEL_SOURCE='git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable.git'
|
||||
fi
|
||||
|
||||
MAINLINE_KERNEL_BRANCH='branch:linux-4.13.y'
|
||||
MAINLINE_KERNEL_DIR='linux-mainline'
|
||||
|
||||
if [[ $USE_GITHUB_UBOOT_MIRROR == yes ]]; then
|
||||
|
||||
Reference in New Issue
Block a user