move INET6 option from GENERIC to LINT.
Thanks for Brian Fundakowski Feldman and Dag-Erling Smorgrav, to give me the comment and the patch. Submitted by:Dag-Erling Smorgrav
This commit is contained in:
parent
38224dcd59
commit
51f4c15279
@ -29,7 +29,6 @@ maxusers 32
|
||||
|
||||
options MATH_EMULATE #Support for x87 emulation
|
||||
options INET #InterNETworking
|
||||
#options "INET6" #IPv6
|
||||
options FFS #Berkeley Fast Filesystem
|
||||
options FFS_ROOT #FFS usable as root device [keep this!]
|
||||
options MFS #Memory Filesystem
|
||||
|
@ -366,6 +366,7 @@ options ROOTDEVNAME=\"da0s2e\"
|
||||
# value.
|
||||
#
|
||||
options INET #Internet communications protocols
|
||||
options INET6 #IPv6 communications protocols
|
||||
|
||||
options IPX #IPX/SPX communications protocols
|
||||
options IPXIP #IPX in IP encapsulation (not available)
|
||||
|
@ -29,7 +29,6 @@ maxusers 32
|
||||
|
||||
options MATH_EMULATE #Support for x87 emulation
|
||||
options INET #InterNETworking
|
||||
#options "INET6" #IPv6
|
||||
options FFS #Berkeley Fast Filesystem
|
||||
options FFS_ROOT #FFS usable as root device [keep this!]
|
||||
options MFS #Memory Filesystem
|
||||
|
@ -366,6 +366,7 @@ options ROOTDEVNAME=\"da0s2e\"
|
||||
# value.
|
||||
#
|
||||
options INET #Internet communications protocols
|
||||
options INET6 #IPv6 communications protocols
|
||||
|
||||
options IPX #IPX/SPX communications protocols
|
||||
options IPXIP #IPX in IP encapsulation (not available)
|
||||
|
@ -366,6 +366,7 @@ options ROOTDEVNAME=\"da0s2e\"
|
||||
# value.
|
||||
#
|
||||
options INET #Internet communications protocols
|
||||
options INET6 #IPv6 communications protocols
|
||||
|
||||
options IPX #IPX/SPX communications protocols
|
||||
options IPXIP #IPX in IP encapsulation (not available)
|
||||
|
Loading…
Reference in New Issue
Block a user