summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorVladislav Grishenko <themiron@users.noreply.github.com>2026-08-05 10:28:23 +0500
committerGitHub <noreply@github.com>2026-08-05 10:28:23 +0500
commit11271e9019ef1511b127b75e1c69e9c57f9cba49 (patch)
treef7481c524f059adae99c364c8ddb546513563a37 /README.md
parent332daf3705c8f6ec2e04e041261f86ba7b8650a6 (diff)
parent3b08133ee131bca35b10bcc133f6adaf5d125c21 (diff)
downloadaccel-ppp-11271e9019ef1511b127b75e1c69e9c57f9cba49.tar.gz
accel-ppp-11271e9019ef1511b127b75e1c69e9c57f9cba49.zip
Merge pull request #343 from accel-ppp/sstp-ppposeq
sstp: add ppposeq transport to avoid userspace HDLC framing
Diffstat (limited to 'README.md')
-rw-r--r--README.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/README.md b/README.md
index 2ce25b5f..a78cb145 100644
--- a/README.md
+++ b/README.md
@@ -68,6 +68,7 @@ Useful build options:
* BUILD_PPTP_DRIVER=TRUE builds the PPTP kernel module.
* BUILD_IPOE_DRIVER=TRUE builds the IPoE kernel module.
* BUILD_VLAN_MON_DRIVER=TRUE builds the VLAN monitoring kernel module.
+* BUILD_PPPOSEQ_DRIVER=TRUE builds the PPPoSEQ kernel module.
* BUILD_DRIVER_ONLY=TRUE builds only the selected kernel modules.
* KDIR=/path/to/kernel/build sets the kernel build directory.
* RADIUS=FALSE omits RADIUS support.