summaryrefslogtreecommitdiff
path: root/packages
diff options
context:
space:
mode:
authorChristian Poessinger <christian@poessinger.com>2021-01-08 17:18:28 +0100
committerChristian Poessinger <christian@poessinger.com>2021-01-08 17:18:42 +0100
commit8433c389888c85b034edd605bade8bc53f13a57e (patch)
treeeb7144eb82051b2256676ef061e77b48e97002b6 /packages
parenteb1b0f04dabb5be75bfc049798acfa7c276a613c (diff)
downloadvyos-build-8433c389888c85b034edd605bade8bc53f13a57e.tar.gz
vyos-build-8433c389888c85b034edd605bade8bc53f13a57e.zip
Kernel: T3197: Update Linux Kernel to v4.19.165
Diffstat (limited to 'packages')
-rw-r--r--packages/linux-kernel/.gitignore1
-rw-r--r--packages/linux-kernel/Jenkinsfile2
2 files changed, 2 insertions, 1 deletions
diff --git a/packages/linux-kernel/.gitignore b/packages/linux-kernel/.gitignore
index 7e514b4e..01124e7f 100644
--- a/packages/linux-kernel/.gitignore
+++ b/packages/linux-kernel/.gitignore
@@ -1,5 +1,6 @@
/linux/
/wireguard/
+/wireguard-linux-compat/
/accel-ppp/
/intel-qat/
*.deb
diff --git a/packages/linux-kernel/Jenkinsfile b/packages/linux-kernel/Jenkinsfile
index 556977e6..fb5686dc 100644
--- a/packages/linux-kernel/Jenkinsfile
+++ b/packages/linux-kernel/Jenkinsfile
@@ -92,7 +92,7 @@ pipeline {
doGenerateSubmoduleConfigurations: false,
extensions: [[$class: 'CleanCheckout'],
[$class: 'CloneOption', depth: 1, noTags: false, reference: '', shallow: true]],
- branches: [[name: 'v4.19.142' ]],
+ branches: [[name: 'v4.19.165' ]],
userRemoteConfigs: [[credentialsId: 'GitHub-vyosbot', url: 'https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git']]])
}
}