Messages in this thread Patch in this message |  | | From | jerijian@seas ... | Subject | And yet another small patch (affs config) | Date | Mon, 13 May 1996 23:00:53 -0700 (PDT) |
| |
--- linux-pre2.0.3-noblink/fs/Config.in.orig Mon May 13 22:59:20 1996 +++ linux/fs/Config.in Mon May 13 23:01:46 1996 @@ -35,9 +35,11 @@ tristate 'ISO9660 cdrom filesystem support' CONFIG_ISO9660_FS tristate 'OS/2 HPFS filesystem support (read only)' CONFIG_HPFS_FS tristate 'System V and Coherent filesystem support' CONFIG_SYSV_FS -tristate 'Amiga FFS filesystem support (EXPERIMENTAL)' CONFIG_AFFS_FS -if [ "$CONFIG_AFFS_FS" = "y" -o "$CONFIG_AFFS_FS" = "m" ]; then - define_bool CONFIG_AMIGA_PARTITION y +if [ "$CONFIG_EXPERIMENTAL" = "y" ]; then + tristate 'Amiga FFS filesystem support (EXPERIMENTAL)' CONFIG_AFFS_FS + if [ "$CONFIG_AFFS_FS" != "n" ]; then + define_bool CONFIG_AMIGA_PARTITION y + fi fi tristate 'UFS filesystem support (read only)' CONFIG_UFS_FS if [ "$CONFIG_UFS_FS" != "n" ]; then -- Arthur D. Jerijian | Quote under construction jerijian@seas.ucla.edu | a540adj@helios.math.ucla.edu | adj@ucla.edu |
|  |