2002-07-28 11:46:45

by Greg Banks

[permalink] [raw]
Subject: PATCH 2.5: kconfig LDM broke xconfig in 2.5.29

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.