patch-2.1.77 linux/fs/nls/Config.in
Next file: linux/fs/ntfs/Makefile
Previous file: linux/fs/nfs/dir.c
Back to the patch index
Back to the overall index
- Lines: 27
- Date:
Mon Dec 29 10:22:46 1997
- Orig file:
v2.1.76/linux/fs/nls/Config.in
- Orig date:
Sun Dec 21 16:17:45 1997
diff -u --recursive --new-file v2.1.76/linux/fs/nls/Config.in linux/fs/nls/Config.in
@@ -2,9 +2,6 @@
# Native language support configuration
#
-mainmenu_option next_comment
-comment 'Native Language Support'
-
# msdos and Joliet want NLS
if [ "$CONFIG_JOLIET" = "y" -o "$CONFIG_FAT_FS" != "n" \
-o "$CONFIG_NTFS_FS" != "n" ]; then
@@ -14,6 +11,8 @@
fi
if [ "$CONFIG_NLS" = "y" ]; then
+ mainmenu_option next_comment
+ comment 'Native Language Support'
tristate 'Codepage 437' CONFIG_NLS_CODEPAGE_437
tristate 'Codepage 737' CONFIG_NLS_CODEPAGE_737
tristate 'Codepage 775' CONFIG_NLS_CODEPAGE_775
@@ -40,6 +39,5 @@
tristate 'NLS ISO 8859-8' CONFIG_NLS_ISO8859_8
tristate 'NLS ISO 8859-9' CONFIG_NLS_ISO8859_9
tristate 'NLS KOI8-R' CONFIG_NLS_KOI8_R
+ endmenu
fi
-
-endmenu
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov