Partition patch (update)

Russell King (rmk@arm.linux.org.uk)
Sun, 15 Aug 1999 11:25:23 +0100 (BST)


It seems like this got missed in my partition patch. Linus, could
you please apply this to 2.3.14 please?

--- linux/fs/partitions/Config.in.orig Sun Aug 15 11:13:36 1999
+++ linux/fs/partitions/Config.in Sun Aug 15 11:14:47 1999
@@ -3,6 +3,9 @@
#
bool 'Advanced partition selection' CONFIG_PARTITION_ADVANCED
if [ "$CONFIG_PARTITION_ADVANCED" = "n" ]; then
+ if [ "$CONFIG_AFFS_FS" != "n" ]; then
+ define_bool CONFIG_AMIGA_PARTITION y
+ fi
define_bool CONFIG_MSDOS_PARTITION y
if [ "$ARCH" = "alpha" ]; then
define_bool CONFIG_OSF_PARTITION y

_____
|_____| ------------------------------------------------- ---+---+-
| | Russell King rmk@arm.linux.org.uk --- ---
| | | | http://www.arm.linux.org.uk/~rmk/aboutme.html / / |
| +-+-+ --- -+-
/ | THE developer of ARM Linux |+| /|\
/ | | | --- |
+-+-+ ------------------------------------------------- /\\\ |

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.rutgers.edu
Please read the FAQ at http://www.tux.org/lkml/