diff options
author | 2013-11-01 13:54:45 +0000 | |
---|---|---|
committer | 2013-11-01 13:54:45 +0000 | |
commit | 46d66abefd47c09435905e7045ac0f23d12e00a7 (patch) | |
tree | 5c482da15c35e7555f05236561dba0b4429ccf55 /sys | |
parent | There is only one Germany nowadays. s/Germany, Fed. Rep. of/Germany/ (diff) | |
download | wireguard-openbsd-46d66abefd47c09435905e7045ac0f23d12e00a7.tar.xz wireguard-openbsd-46d66abefd47c09435905e7045ac0f23d12e00a7.zip |
enable fuse.
ok deraadt@
Diffstat (limited to 'sys')
-rw-r--r-- | sys/conf/GENERIC | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/sys/conf/GENERIC b/sys/conf/GENERIC index cdd31bf7593..cc2d19fcec8 100644 --- a/sys/conf/GENERIC +++ b/sys/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.204 2013/10/21 12:07:47 reyk Exp $ +# $OpenBSD: GENERIC,v 1.205 2013/11/01 13:54:45 syl Exp $ # # Machine-independent option; used by all architectures for their # GENERIC kernel @@ -45,6 +45,7 @@ option CD9660 # ISO 9660 + Rock Ridge file system option UDF # UDF (DVD) file system option MSDOSFS # MS-DOS file system option FIFO # FIFOs; RECOMMENDED +option FUSE # FUSE option SOCKET_SPLICE # Socket Splicing for TCP and UDP option TCP_SACK # Selective Acknowledgements for TCP @@ -112,4 +113,6 @@ pseudo-device vlan # IEEE 802.1Q VLAN pseudo-device bio 1 # ioctl multiplexing device +pseudo-device fuse # fuse device + option BOOT_CONFIG # add support for boot -c |