-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
yaml --- r: 141743 b: refs/heads/master c: 00db8a8 h: refs/heads/master i: 141741: a55c30f 141739: 6c6a945 141735: 5b0fe48 141727: 39ab0fd v: v3
- Loading branch information
Greg Kroah-Hartman
committed
Apr 3, 2009
1 parent
28bc9d4
commit add0b66
Showing
5 changed files
with
13 additions
and
1 deletion.
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 |
---|---|---|
@@ -1,2 +1,2 @@ | ||
--- | ||
refs/heads/master: 5dba0826999683fe39aa8b49480b0e953afd117a | ||
refs/heads/master: 00db8a8ecc91abeb46d1128a788a194018c51e77 |
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 |
---|---|---|
@@ -0,0 +1,8 @@ | ||
config PLAN9AUTH | ||
tristate "Plan 9 style capability device implementation" | ||
default n | ||
help | ||
This module implements the Plan 9 style capability device. | ||
|
||
To compile this driver as a module, choose | ||
M here: the module will be called p9auth. |
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 |
---|---|---|
@@ -0,0 +1 @@ | ||
obj-$(CONFIG_PLAN9AUTH) += p9auth.o |