pseudo-device -> device in kernel config.
Reviewed by: joerg, dd
This commit is contained in:
parent
dfc0eb7336
commit
7e0835e7db
@ -52,7 +52,7 @@
|
||||
|
||||
#ifndef __NetBSD__
|
||||
#if NI4BISPPP == 0
|
||||
# error "You need to define `pseudo-device sppp <N>' with options ISPPP"
|
||||
# error "You need to define `device sppp <N>' with options ISPPP"
|
||||
#endif
|
||||
#endif
|
||||
|
||||
|
@ -4,7 +4,7 @@ Project by Christos Zoulas. It has been ported to FreeBSD by Mark Newton.
|
||||
To use it:
|
||||
|
||||
1. Choose one of:
|
||||
a. Add "pseudo-device streams" to your kernel config file and rebuild,
|
||||
a. Add "device streams" to your kernel config file and rebuild,
|
||||
reboot; or
|
||||
b. Build and install the streams module in /sys/modules/streams
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user