ttcn3-ggsn-test-kernel-latest-net-next: update net-next branch

The branch of net-next is now called main. By using the old name, the
jenkins job was checking out a 6.3 kernel, we are now at 6.9 rcs.

Related: https://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-next.git/
Change-Id: Ieee448c514bc0ff457b9d17c8b12ee00953995d2
This commit is contained in:
Oliver Smith 2024-04-03 11:28:04 +02:00
parent 1555ba0772
commit b093d2f933
1 changed files with 1 additions and 1 deletions

View File

@ -285,7 +285,7 @@
export KERNEL_BUILD=1
export KERNEL_URL="https://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-next.git"
export KERNEL_REMOTE_NAME="net-next"
export KERNEL_BRANCH="master"
export KERNEL_BRANCH="main"
;;
ttcn3-ggsn-test-kernel-latest-torvalds)
DIR="ttcn3-ggsn-test"