-
Notifications
You must be signed in to change notification settings - Fork 234
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bring Solaris port back up to date (#525)
- Updated READMEs - Disabled MPPE support for Solaris - Fixed compilation error in ccp.c with MPPE disabled - Use OS-provided drivers and associated include files - Tested on OpenIndiana Hipster (Illumos) Signed-off-by: James Carlson <[email protected]> Signed-off-by: Paul Mackerras <[email protected]> Co-authored-by: James Carlson <[email protected]>
- Loading branch information
1 parent
d540579
commit ff28c30
Showing
11 changed files
with
74 additions
and
1,212 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -35,6 +35,12 @@ Linux distributions. The Linux kernel code supports using PPP over | |
things other than serial ports, such as PPP over Ethernet and PPP over | ||
ATM. | ||
|
||
Similarly, the kernel code for Solaris is no longer distributed with | ||
this package. See the Illumos web site for pointers to the kernel | ||
module source code and build environment. | ||
|
||
https://www.illumos.org/ | ||
|
||
|
||
Installation. | ||
************* | ||
|
@@ -172,7 +178,7 @@ to [email protected], or report them to the maintainer for the | |
port for the operating system you are using: | ||
|
||
Linux Paul Mackerras <[email protected]> | ||
Solaris James Carlson <carlson@workingcode.com> | ||
Solaris James Carlson <carlsonj@workingcode.com> | ||
|
||
|
||
Copyrights: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,6 @@ | ||
EXTRA_HEADERS = \ | ||
linux/ppp-comp.h \ | ||
linux/ppp_defs.h \ | ||
net/ppp-comp.h \ | ||
net/ppp_defs.h \ | ||
net/pppio.h \ | ||
net/vjcompress.h | ||
linux/ppp_defs.h | ||
|
||
EXTRA_DIST = \ | ||
$(EXTRA_HEADERS) |
Oops, something went wrong.