mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
sppp needs slcompress.c nowadays.
PR: 39369
This commit is contained in:
parent
50d0eead10
commit
cd669cef39
2 changed files with 2 additions and 1 deletions
|
|
@ -1015,6 +1015,7 @@ net/route.c standard
|
|||
net/rtsock.c standard
|
||||
net/slcompress.c optional ppp
|
||||
net/slcompress.c optional sl
|
||||
net/slcompress.c optional sppp
|
||||
net/zlib.c optional ppp_deflate
|
||||
net/zlib.c optional ipsec
|
||||
netatalk/aarp.c optional netatalk
|
||||
|
|
|
|||
|
|
@ -3,7 +3,7 @@
|
|||
.PATH: ${.CURDIR}/../../net
|
||||
|
||||
KMOD= sppp
|
||||
SRCS= if_spppsubr.c
|
||||
SRCS= if_spppsubr.c slcompress.c
|
||||
SRCS+= opt_inet.h opt_inet6.h opt_ipx.h
|
||||
|
||||
EXPORT_SYMS= sppp_attach \
|
||||
|
|
|
|||
Loading…
Reference in a new issue