Remove options FIFO and MULTICAST. They aren't optional.
This commit is contained in:
parent
80b776d037
commit
5d2feb3813
|
@ -2,7 +2,7 @@
|
|||
# Distribution kernel (any model) kernel config file
|
||||
|
||||
#
|
||||
# $NetBSD: GENERIC,v 1.2 1999/09/25 00:03:22 shin Exp $
|
||||
# $NetBSD: GENERIC,v 1.3 1999/10/18 09:42:12 enami Exp $
|
||||
#
|
||||
include "arch/hpcmips/conf/std.hpcmips"
|
||||
|
||||
|
@ -56,7 +56,6 @@ file-system PROCFS # /proc
|
|||
#file-system UMAPFS # NULLFS + uid and gid remapping
|
||||
file-system UNION
|
||||
|
||||
options FIFO # POSIX fifo support (in all filesystems)
|
||||
#options NFSSERVER # Sun NFS-compatible filesystem (server)
|
||||
options QUOTA # UFS quotas
|
||||
|
||||
|
@ -64,7 +63,6 @@ options QUOTA # UFS quotas
|
|||
options INET # Internet protocols
|
||||
#options "TCP_COMPAT_42" # compatibility with 4.2BSD TCP/IP
|
||||
#options GATEWAY # IP packet forwarding
|
||||
options MULTICAST # Multicast support
|
||||
#options MROUTING # Multicast routing support
|
||||
#options ISO # OSI networking
|
||||
#options TPIP # TPIP
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
# Distribution kernel (any model) kernel config file
|
||||
|
||||
#
|
||||
# $NetBSD: GENERIC_JP,v 1.2 1999/09/25 00:03:22 shin Exp $
|
||||
# $NetBSD: GENERIC_JP,v 1.3 1999/10/18 09:42:13 enami Exp $
|
||||
#
|
||||
include "arch/hpcmips/conf/std.hpcmips"
|
||||
|
||||
|
@ -54,7 +54,6 @@ file-system PROCFS # /proc
|
|||
#file-system UMAPFS # NULLFS + uid and gid remapping
|
||||
file-system UNION
|
||||
|
||||
options FIFO # POSIX fifo support (in all filesystems)
|
||||
#options NFSSERVER # Sun NFS-compatible filesystem (server)
|
||||
options QUOTA # UFS quotas
|
||||
|
||||
|
@ -62,7 +61,6 @@ options QUOTA # UFS quotas
|
|||
options INET # Internet protocols
|
||||
#options "TCP_COMPAT_42" # compatibility with 4.2BSD TCP/IP
|
||||
#options GATEWAY # IP packet forwarding
|
||||
options MULTICAST # Multicast support
|
||||
#options MROUTING # Multicast routing support
|
||||
#options ISO # OSI networking
|
||||
#options TPIP # TPIP
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
# Distribution kernel (any model) kernel config file
|
||||
|
||||
#
|
||||
# $NetBSD: RAMDISK,v 1.2 1999/09/25 00:03:22 shin Exp $
|
||||
# $NetBSD: RAMDISK,v 1.3 1999/10/18 09:42:13 enami Exp $
|
||||
#
|
||||
include "arch/hpcmips/conf/std.hpcmips"
|
||||
|
||||
|
@ -56,7 +56,6 @@ file-system PROCFS # /proc
|
|||
#file-system UMAPFS # NULLFS + uid and gid remapping
|
||||
file-system UNION
|
||||
|
||||
options FIFO # POSIX fifo support (in all filesystems)
|
||||
#options NFSSERVER # Sun NFS-compatible filesystem (server)
|
||||
options QUOTA # UFS quotas
|
||||
|
||||
|
@ -64,7 +63,6 @@ options QUOTA # UFS quotas
|
|||
options INET # Internet protocols
|
||||
#options "TCP_COMPAT_42" # compatibility with 4.2BSD TCP/IP
|
||||
#options GATEWAY # IP packet forwarding
|
||||
options MULTICAST # Multicast support
|
||||
#options MROUTING # Multicast routing support
|
||||
#options ISO # OSI networking
|
||||
#options TPIP # TPIP
|
||||
|
|
Loading…
Reference in New Issue