From d766043deca616bf2b6189635864009c73655919 Mon Sep 17 00:00:00 2001 From: Christian Poessinger Date: Thu, 1 Jul 2021 16:52:36 +0200 Subject: Accel-PPP: T3641: update version which support building for Debian 11 --- packages/linux-kernel/Jenkinsfile | 2 +- packages/linux-kernel/build-accel-ppp.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'packages') diff --git a/packages/linux-kernel/Jenkinsfile b/packages/linux-kernel/Jenkinsfile index 40282046..0ef7cfc1 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': '7f90e753fcc63b658', + ['name': 'accel-ppp', 'scmCommit': 'aa9e2eefe4ad51', 'scmUrl': 'https://github.com/accel-ppp/accel-ppp.git', 'buildCmd': 'cd ..; pwd; ls -al; ./build-accel-ppp.sh'], diff --git a/packages/linux-kernel/build-accel-ppp.sh b/packages/linux-kernel/build-accel-ppp.sh index a434bb16..90808609 100755 --- a/packages/linux-kernel/build-accel-ppp.sh +++ b/packages/linux-kernel/build-accel-ppp.sh @@ -25,7 +25,7 @@ cmake -DBUILD_IPOE_DRIVER=TRUE \ -DLUA=TRUE \ -DLUA=5.3 \ -DMODULES_KDIR=${KERNEL_VERSION}${KERNEL_SUFFIX} \ - -DCPACK_TYPE=Debian10 .. + -DCPACK_TYPE=Debian11 .. make cpack -G DEB -- cgit v1.2.3