diff options
author | Christian Poessinger <christian@poessinger.com> | 2021-05-19 18:23:26 +0000 |
---|---|---|
committer | Christian Poessinger <christian@poessinger.com> | 2021-05-19 20:25:23 +0200 |
commit | 8fb9681c6715bb1b72b62d1daf146c032050d6b2 (patch) | |
tree | 68f4b12ef87c9671b538634a9173531d0ffe9887 | |
parent | fbf794f268bd2b5acf107a6e8f3baad19e4f1bad (diff) | |
download | vyos-build-8fb9681c6715bb1b72b62d1daf146c032050d6b2.tar.gz vyos-build-8fb9681c6715bb1b72b62d1daf146c032050d6b2.zip |
Accel-PPP: T3562: update to latest version
Update to: https://github.com/accel-ppp/accel-ppp/commit/277ad4c3c7af01
-rw-r--r-- | packages/linux-kernel/Jenkinsfile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/linux-kernel/Jenkinsfile b/packages/linux-kernel/Jenkinsfile index 9cd448d4..1cd73c40 100644 --- a/packages/linux-kernel/Jenkinsfile +++ b/packages/linux-kernel/Jenkinsfile @@ -49,7 +49,7 @@ def pkgList = [ 'buildCmd': 'cd ..; ./build-linux-firmware.sh'], // Accel-PPP - ['name': 'accel-ppp', 'scmCommit': '59f8e1bc3f199c8d0d9', + ['name': 'accel-ppp', 'scmCommit': '277ad4c3c7af01b26', 'scmUrl': 'https://github.com/accel-ppp/accel-ppp.git', 'buildCmd': 'cd ..; pwd; ls -al; ./build-accel-ppp.sh'], |