summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorDmitriy Eshenko <dmitriy.eshenko@accel-ppp.org>2026-06-23 18:55:48 +0300
committerGitHub <noreply@github.com>2026-06-23 18:55:48 +0300
commitdc91da696d4b2fb5a3d3eafc078e21a72d741332 (patch)
tree6b2f00388713b55ceeedd387b2a1a593dda4fac6 /doc
parent0a5030ea798d4fc6196d0ea471cb6c13c436d31e (diff)
parentcf623b3097b0dbe99420be120276e5e7d2f6a2aa (diff)
downloadaccel-ppp.github.io-dc91da696d4b2fb5a3d3eafc078e21a72d741332.tar.gz
accel-ppp.github.io-dc91da696d4b2fb5a3d3eafc078e21a72d741332.zip
Merge pull request #2 from pavekolchanov/patch-1HEADmain
Update debian.rst
Diffstat (limited to 'doc')
-rw-r--r--doc/installation/debian.rst1
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**