diff options
| author | Dmitriy Eshenko <dmitriy.eshenko@accel-ppp.org> | 2026-06-23 18:55:48 +0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-06-23 18:55:48 +0300 |
| commit | dc91da696d4b2fb5a3d3eafc078e21a72d741332 (patch) | |
| tree | 6b2f00388713b55ceeedd387b2a1a593dda4fac6 | |
| parent | 0a5030ea798d4fc6196d0ea471cb6c13c436d31e (diff) | |
| parent | cf623b3097b0dbe99420be120276e5e7d2f6a2aa (diff) | |
| download | accel-ppp.github.io-dc91da696d4b2fb5a3d3eafc078e21a72d741332.tar.gz accel-ppp.github.io-dc91da696d4b2fb5a3d3eafc078e21a72d741332.zip | |
Update debian.rst
| -rw-r--r-- | doc/installation/debian.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/installation/debian.rst b/doc/installation/debian.rst index d81fbcf..91cdabc 100644 --- a/doc/installation/debian.rst +++ b/doc/installation/debian.rst @@ -34,6 +34,7 @@ For building code need we can set next params: * **-DBUILD_IPOE_DRIVER=TRUE** include IPoE module.This module need if you want use accel-ppp as shared interface. * **-DBUILD_VLAN_MON_DRIVER=TRUE** include vlan monitoring module. If you want create vlan automatically on analyse IP headers with regular expression set on accel-ppp config file. (Available for IPoE and PPPoE) * **-DKDIR=/usr/src/linux-headers-`uname -r`** sets path to Linux kernel source code. Need only for build IPOE, VLAN-MON. +* **-DMODULES_KDIR=version** sets path to /lib/modules/**version**. Need for IPOE and VLAN-MON modules installation if target kernel differs, for example before reboot after upgrade. * **-DCMAKE_INSTALL_PREFIX=/usr** path for install executable code. If you build DEB package, not recommended change this. * **-DCPACK_TYPE=Debian10** this arguments for building DEB package. If used debian other version, set it. For example, if used debian 9 set **-DCPACK_TYPE=Debian9** |
