summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Poessinger <christian@poessinger.com>2022-10-05 21:43:36 +0200
committerChristian Poessinger <christian@poessinger.com>2022-10-05 21:44:34 +0200
commit7149a2aa2e51abe6ffb2d81db4ff58da825f0da8 (patch)
treec8eb48ff95fec1f12389d28ec1c41b8b4f07ee8f
parenteda7fc7283e6304a8ecd338934b2f0989ad9dd60 (diff)
downloadvyos-build-7149a2aa2e51abe6ffb2d81db4ff58da825f0da8.tar.gz
vyos-build-7149a2aa2e51abe6ffb2d81db4ff58da825f0da8.zip
accel-ppp: T4691: adjust to changes in CMake build system
Specifying -DLUA=True results in selection of the Lua language version 5.1 - we need 5.3.
-rwxr-xr-xpackages/linux-kernel/build-accel-ppp.sh1
1 files changed, 0 insertions, 1 deletions
diff --git a/packages/linux-kernel/build-accel-ppp.sh b/packages/linux-kernel/build-accel-ppp.sh
index 90808609..45c3494e 100755
--- a/packages/linux-kernel/build-accel-ppp.sh
+++ b/packages/linux-kernel/build-accel-ppp.sh
@@ -22,7 +22,6 @@ cmake -DBUILD_IPOE_DRIVER=TRUE \
-DBUILD_VLAN_MON_DRIVER=TRUE \
-DCMAKE_INSTALL_PREFIX=/usr \
-DKDIR=${KERNEL_DIR} \
- -DLUA=TRUE \
-DLUA=5.3 \
-DMODULES_KDIR=${KERNEL_VERSION}${KERNEL_SUFFIX} \
-DCPACK_TYPE=Debian11 ..