This repository has been archived by the owner on Apr 13, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 211
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Move the PPP drivers into drivers/net/ppp/ and make the necessary Kconfig and Makefile changes. CC: Paul Mackerras <[email protected]> CC: Frank Cusack <[email protected]> CC: Michal Ostrowski <[email protected]> CC: Michal Ostrowski <[email protected]> CC: Dmitry Kozlov <[email protected]> Signed-off-by: Jeff Kirsher <[email protected]>
- Loading branch information
Jeff Kirsher
committed
Aug 27, 2011
1 parent
aab3ac2
commit 224cf5a
Showing
15 changed files
with
203 additions
and
181 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 |
---|---|---|
|
@@ -5066,7 +5066,7 @@ PPP PROTOCOL DRIVERS AND COMPRESSORS | |
M: Paul Mackerras <[email protected]> | ||
L: [email protected] | ||
S: Maintained | ||
F: drivers/net/ppp_* | ||
F: drivers/net/ppp/ppp_* | ||
|
||
PPP OVER ATM (RFC 2364) | ||
M: Mitchell Blank Jr <[email protected]> | ||
|
@@ -5077,8 +5077,8 @@ F: include/linux/atmppp.h | |
PPP OVER ETHERNET | ||
M: Michal Ostrowski <[email protected]> | ||
S: Maintained | ||
F: drivers/net/pppoe.c | ||
F: drivers/net/pppox.c | ||
F: drivers/net/ppp/pppoe.c | ||
F: drivers/net/ppp/pppox.c | ||
|
||
PPP OVER L2TP | ||
M: James Chapman <[email protected]> | ||
|
@@ -5099,7 +5099,7 @@ PPTP DRIVER | |
M: Dmitry Kozlov <[email protected]> | ||
L: [email protected] | ||
S: Maintained | ||
F: drivers/net/pptp.c | ||
F: drivers/net/ppp/pptp.c | ||
W: http://sourceforge.net/projects/accel-pptp | ||
|
||
PREEMPTIBLE KERNEL | ||
|
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
Oops, something went wrong.