summaryrefslogtreecommitdiff
path: root/scripts/package-build/linux-kernel
diff options
context:
space:
mode:
authorChristian Breunig <christian@breunig.cc>2025-12-21 20:25:52 +0100
committerGitHub <noreply@github.com>2025-12-21 20:25:52 +0100
commitd43a59ebc0a7488d97e3ace27992e91f4e987bae (patch)
tree0e848df0c34b89db615d3b832376ae05b7373a2f /scripts/package-build/linux-kernel
parent70369b494daad83409f32d8d99baf62e731d222a (diff)
parent3d67842c4562fb2b2694416c1d4671fb83da08e1 (diff)
downloadvyos-build-d43a59ebc0a7488d97e3ace27992e91f4e987bae.tar.gz
vyos-build-d43a59ebc0a7488d97e3ace27992e91f4e987bae.zip
Merge pull request #1081 from AndriiFullroot/ACCEL_PPPD_SESSION
T8010: Added the HAVE_SESSION_HOOKS macro to the accel-pppd's build
Diffstat (limited to 'scripts/package-build/linux-kernel')
-rwxr-xr-xscripts/package-build/linux-kernel/build-accel-ppp-ng.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/package-build/linux-kernel/build-accel-ppp-ng.sh b/scripts/package-build/linux-kernel/build-accel-ppp-ng.sh
index b5ca62c7..0f5292b8 100755
--- a/scripts/package-build/linux-kernel/build-accel-ppp-ng.sh
+++ b/scripts/package-build/linux-kernel/build-accel-ppp-ng.sh
@@ -55,6 +55,7 @@ cmake -DBUILD_IPOE_DRIVER=TRUE \
-DLUA=5.3 \
-DMODULES_KDIR=${KERNEL_VERSION}${KERNEL_SUFFIX} \
-DHAVE_VPP=1 \
+ -DHAVE_SESSION_HOOKS=1 \
-DCPACK_TYPE=Debian12 ..
CPATH="${VPP_INCLUDE_PATH}" LIBRARY_PATH="${VPP_LIBRARY_PATH}" make