Philip Blundell wrote:
> 
> >With philb kernels, It doesn't crash but it ALWAYS defines
> >CONFIG_MSDOS_FS and CONFIG_VFAT_FS, even when CONFIG_FAT_FS is unset
> 
> Does it define them to M or Y?  If the former I suspect this is because
> menuconfig has a different idea about dep_tristate to the other config
> systems, and they need wrapping in a 'if [ $CONFIG_FAT_FS != "n" ]' type
> construct.
> 
> If the latter I've no idea.

I've found the problem. Here is a patch

christophe

--- linux.2.2.1-arm/scripts/Menuconfig.org      Thu Feb 25 09:52:04 1999
+++ linux.2.2.1-arm/scripts/Menuconfig  Thu Feb 25 09:52:31 1999
@@ -190,7 +190,7 @@
        else if [ "$3" = "m" ]; then
            mod_bool "$1" "$2"
        else
-           define_bool "$2" "$n"
+           define_bool "$2" "n"
        fi; fi
 }
unsubscribe: body of `unsubscribe linux-arm' to [EMAIL PROTECTED]

Reply via email to