patch-2.4.20 linux-2.4.20/fs/nls/Config.in

Next file: linux-2.4.20/fs/nls/Makefile
Previous file: linux-2.4.20/fs/nfsd/vfs.c
Back to the patch index
Back to the overall index

diff -urN linux-2.4.19/fs/nls/Config.in linux-2.4.20/fs/nls/Config.in
@@ -12,7 +12,8 @@
 # msdos and Joliet want NLS
 if [ "$CONFIG_JOLIET" = "y" -o "$CONFIG_FAT_FS" != "n" \
 	-o "$CONFIG_NTFS_FS" != "n" -o "$CONFIG_NCPFS_NLS" = "y" \
-	-o "$CONFIG_SMB_NLS" = "y" ]; then
+	-o "$CONFIG_SMB_NLS" = "y" -o "$CONFIG_JFS_FS" != "n" \
+	-o "$CONFIG_BEFS_FS" != "n" ]; then
   define_bool CONFIG_NLS y
 else
   define_bool CONFIG_NLS n

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)