summaryrefslogtreecommitdiffstats
path: root/sys/conf/files.powerpc
diff options
context:
space:
mode:
authoryar <yar@FreeBSD.org>2006-03-05 22:52:17 +0000
committeryar <yar@FreeBSD.org>2006-03-05 22:52:17 +0000
commit66715ad5a3d7d2253ba5215689c262551c691bc6 (patch)
tree42d69dbc46168ef705cc8d1fdd34c38e8020ff20 /sys/conf/files.powerpc
parent5d4e90d7750c8099d9fafe80c202756922b60e01 (diff)
downloadFreeBSD-src-66715ad5a3d7d2253ba5215689c262551c691bc6.zip
FreeBSD-src-66715ad5a3d7d2253ba5215689c262551c691bc6.tar.gz
Retire NETSMBCRYPTO as a kernel option and make its functionality
enabled by default in NETSMB and smbfs.ko. With the most of modern SMB providers requiring encryption by default, there is little sense left in keeping the crypto part of NETSMB optional at the build time. This will also return smbfs.ko to its former properties users are rather accustomed to. Discussed with: freebsd-stable, re (scottl) Not objected by: bp, tjr (silence) MFC after: 5 days
Diffstat (limited to 'sys/conf/files.powerpc')
-rw-r--r--sys/conf/files.powerpc2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/conf/files.powerpc b/sys/conf/files.powerpc
index b10c32e..3494687 100644
--- a/sys/conf/files.powerpc
+++ b/sys/conf/files.powerpc
@@ -71,7 +71,7 @@ powerpc/powerpc/db_hwwatch.c optional ddb
powerpc/powerpc/db_trace.c optional ddb
crypto/blowfish/bf_enc.c optional ipsec ipsec_esp
-crypto/des/des_enc.c optional ipsec ipsec_esp | netsmbcrypto
+crypto/des/des_enc.c optional ipsec ipsec_esp | netsmb
dev/ofw/openfirm.c standard
dev/ofw/ofw_bus_if.m standard
OpenPOWER on IntegriCloud