PATCH 2.5: kconfig LDM broke xconfig in 2.5.29

Greg Banks (gnb@alphalink.com.au)
Sun, 28 Jul 2002 21:48:33 +1000


G'day,

Ivan Gyurdiev wrote:
> [root@cobra linux-2.5]# make xconfig
> [...]
> fs/partitions/Config.in: 28: can't handle dep_bool/dep_mbool/dep_tristate
> condition

trivial fix is:

--- fs/partitions/Config.in.orig Sun Jul 28 21:39:14 2002
+++ fs/partitions/Config.in Sun Jul 28 21:39:16 2002
@@ -25,7 +25,7 @@
bool ' Solaris (x86) partition table support' CONFIG_SOLARIS_X86_PARTITION
bool ' Unixware slices support' CONFIG_UNIXWARE_DISKLABEL
fi
- dep_bool ' Windows Logical Disk Manager (Dynamic Disk) support' CONFIG_LDM_PARTITION
+ bool ' Windows Logical Disk Manager (Dynamic Disk) support' CONFIG_LDM_PARTITION
if [ "$CONFIG_LDM_PARTITION" = "y" ]; then
bool ' Windows LDM extra logging' CONFIG_LDM_DEBUG
fi

Greg.

-- 
the price of civilisation today is a courageous willingness to prevail,
with force, if necessary, against whatever vicious and uncomprehending
enemies try to strike it down.     - Roger Sandall, The Age, 28Sep2001.
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/