Bugfix - we don't hardcode mainline kernel source since we went to use mirrors (#3552)

This commit is contained in:
Igor Pečovnik
2022-03-21 16:13:24 +01:00
committed by GitHub
parent 8be441448c
commit fbfde88d40

View File

@@ -50,8 +50,7 @@ case $BRANCH in
if [[ $BOARD == station-p2 || $BOARD == station-m2 || $BOARD == quartz64a ]]; then
SKIP_BOOTSPLASH="yes"
EXTRAWIFI="no"
KERNELSOURCE='https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git'
KERNELBRANCH='tag:v5.17-rc8'
KERNELBRANCH='tag:v5.17'
KERNELPATCHDIR='station-p2-'$BRANCH
LINUXFAMILY=station-p2
LINUXCONFIG='linux-station-p2-'$BRANCH