From 126f0dfa3aace1ae6f6bfd8f49eeb1f879566d4f Mon Sep 17 00:00:00 2001 From: Scott Long Date: Wed, 5 Nov 2003 06:38:14 +0000 Subject: [PATCH] Hook the udf_iconv module up to the kernel build. Submitted by: imura@ryu16.org --- sys/conf/NOTES | 1 + sys/conf/files | 1 + sys/conf/options | 1 + 3 files changed, 3 insertions(+) diff --git a/sys/conf/NOTES b/sys/conf/NOTES index b8be57bd43fe..368852b5f1b0 100644 --- a/sys/conf/NOTES +++ b/sys/conf/NOTES @@ -796,6 +796,7 @@ device random options CD9660_ICONV options MSDOSFS_ICONV options NTFS_ICONV +options UDF_ICONV ##################################################################### diff --git a/sys/conf/files b/sys/conf/files index 7c07802154a0..8c0c95cde077 100644 --- a/sys/conf/files +++ b/sys/conf/files @@ -940,6 +940,7 @@ fs/smbfs/smbfs_subr.c optional smbfs fs/smbfs/smbfs_vfsops.c optional smbfs fs/smbfs/smbfs_vnops.c optional smbfs fs/specfs/spec_vnops.c standard +fs/udf/udf_iconv.c optional udf_iconv fs/udf/udf_vfsops.c optional udf fs/udf/udf_vnops.c optional udf fs/udf/osta.c optional udf diff --git a/sys/conf/options b/sys/conf/options index 271a289f694e..b2187288c6f9 100644 --- a/sys/conf/options +++ b/sys/conf/options @@ -202,6 +202,7 @@ NFSSERVER opt_nfs.h CD9660_ICONV opt_dontuse.h MSDOSFS_ICONV opt_dontuse.h NTFS_ICONV opt_dontuse.h +UDF_ICONV opt_dontuse.h # If you are following the conditions in the copyright, # you can enable soft-updates which will speed up a lot of thigs