diff options
| author | Pavel Kalchanau <pavel.kolchanov@gmail.com> | 2025-10-09 16:19:17 +0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-10-09 16:19:17 +0300 |
| commit | cf623b3097b0dbe99420be120276e5e7d2f6a2aa (patch) | |
| tree | 9ce71097888ea247a11fe396b1914962be1d66b8 /doc/installation | |
| parent | 328aee7bbec7ff3ec66b2c9f10760bbcb613076d (diff) | |
| download | accel-ppp.github.io-cf623b3097b0dbe99420be120276e5e7d2f6a2aa.tar.gz accel-ppp.github.io-cf623b3097b0dbe99420be120276e5e7d2f6a2aa.zip | |
Update debian.rst
Added description to -DMODULES_KDIR option
Diffstat (limited to 'doc/installation')
| -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** |
