summaryrefslogtreecommitdiffstats
path: root/release/pc98
diff options
context:
space:
mode:
authorbrian <brian@FreeBSD.org>1999-11-20 10:54:57 +0000
committerbrian <brian@FreeBSD.org>1999-11-20 10:54:57 +0000
commit62c4e5d19a561994a894ad6ce8de37870ebd8493 (patch)
tree7d443ec0fdde4017adde196827814d99a6f9ecc5 /release/pc98
parent1adcecffd93c2f4536a5031426a753b1218ed88a (diff)
downloadFreeBSD-src-62c4e5d19a561994a894ad6ce8de37870ebd8493.zip
FreeBSD-src-62c4e5d19a561994a894ad6ce8de37870ebd8493.tar.gz
Add options NETGRAPH, NETGRAPH_PPPOE and NETGRAPH_SOCKET
to the release kernel.
Diffstat (limited to 'release/pc98')
-rwxr-xr-xrelease/pc98/dokern.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/release/pc98/dokern.sh b/release/pc98/dokern.sh
index da9b6f2..f810bfb 100755
--- a/release/pc98/dokern.sh
+++ b/release/pc98/dokern.sh
@@ -18,3 +18,6 @@ echo "maxusers 5"
echo "options NFS_NOSERVER"
echo "options SCSI_NO_OP_STRINGS"
echo "options SCSI_NO_SENSE_STRINGS"
+echo "options NETGRAPH"
+echo "options NETGRAPH_PPPOE"
+echo "options NETGRAPH_SOCKET"
OpenPOWER on IntegriCloud