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:
zador-blood-stained
2017-10-24 15:19:13 +03:00
parent 1bdcdba9ff
commit f738d7cc84
9 changed files with 8 additions and 11 deletions

View File

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