Hook the udf_iconv module up to the kernel build.
Submitted by: imura@ryu16.org
This commit is contained in:
parent
396c3653e4
commit
126f0dfa3a
@ -796,6 +796,7 @@ device random
|
||||
options CD9660_ICONV
|
||||
options MSDOSFS_ICONV
|
||||
options NTFS_ICONV
|
||||
options UDF_ICONV
|
||||
|
||||
|
||||
#####################################################################
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user