From eda7fc7283e6304a8ecd338934b2f0989ad9dd60 Mon Sep 17 00:00:00 2001 From: Christian Poessinger Date: Wed, 5 Oct 2022 21:39:51 +0200 Subject: Revert "accel-ppp: T4691: disable LUA as it's unused in VyOS" This reverts commit 719013886df2a324f09217d2fd11feddab330a05. --- packages/linux-kernel/build-accel-ppp.sh | 2 ++ 1 file changed, 2 insertions(+) (limited to 'packages') diff --git a/packages/linux-kernel/build-accel-ppp.sh b/packages/linux-kernel/build-accel-ppp.sh index 508d6a85..90808609 100755 --- a/packages/linux-kernel/build-accel-ppp.sh +++ b/packages/linux-kernel/build-accel-ppp.sh @@ -22,6 +22,8 @@ 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 .. make -- cgit v1.2.3