lkml.org 
[lkml]   [1999]   [Aug]   [16]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
SubjectRe: Partition patch (update)
From
Date
>>>>> "Russell" == Russell King <rmk@arm.linux.org.uk> writes:

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

Actually this one is better as far as I know - the original patch
didn't even mention the Atari partition code. Well it was in the
Makefile but not in the Config.in file.

Jes

--- tmp/2.3.14-pre1/fs/partitions/Config.in Sun Aug 15 11:52:59 1999
+++ linux-m68k/fs/partitions/Config.in Sun Aug 15 11:56:35 1999
@@ -7,6 +7,9 @@
if [ "$ARCH" = "alpha" ]; then
define_bool CONFIG_OSF_PARTITION y
fi
+ if [ "$CONFIG_AMIGA" = "y" ]; then
+ define_bool CONFIG_AMIGA_PARTITION y
+ fi
if [ "$CONFIG_ARM" = "y" ]; then
if [ "$CONFIG_ARCH_ACORN" = "y" ]; then
define_bool CONFIG_ACORN_PARTITION y
@@ -16,6 +19,9 @@
define_bool CONFIG_ACORN_PARTITION_POWERTEC y
define_bool CONFIG_ACORN_PARTITION_RISCIX y
fi
+ fi
+ if [ "$CONFIG_ATARI" = "y" ]; then
+ define_bool CONFIG_ATARI_PARTITION y
fi
bool 'SMD disklabel (Sun partition tables) support' CONFIG_SMD_DISKLABEL
if [ "$ARCH" = "sparc" -o "$CONFIG_SMD_DISKLABEL" = "y" ]; then


-
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/

\
 
 \ /
  Last update: 2005-03-22 13:53    [W:0.029 / U:0.276 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site