projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
47a3197
)
[PATCH] enable mac partition label per default on pmac
author
Olaf Hering
<
[email protected]
>
Sun, 30 Jul 2006 10:03:51 +0000
(
03:03
-0700)
committer
Linus Torvalds
<
[email protected]
>
Mon, 31 Jul 2006 20:28:41 +0000
(13:28 -0700)
Enable mac partition table support per default also for a powermac config.
Signed-off-by: Olaf Hering <
[email protected]
>
Cc: Benjamin Herrenschmidt <
[email protected]
>
Signed-off-by: Andrew Morton <
[email protected]
>
Signed-off-by: Linus Torvalds <
[email protected]
>
fs/partitions/Kconfig
patch
|
blob
|
history
diff --git
a/fs/partitions/Kconfig
b/fs/partitions/Kconfig
index c9a478099281711e134b5df8be37b9f1ac0ef5f0..e478f194183147b21169aa91a7b8d81b9415f823 100644
(file)
--- a/
fs/partitions/Kconfig
+++ b/
fs/partitions/Kconfig
@@
-99,7
+99,7
@@
config IBM_PARTITION
config MAC_PARTITION
bool "Macintosh partition map support" if PARTITION_ADVANCED
- default y if
MAC
+ default y if
(MAC || PPC_PMAC)
help
Say Y here if you would like to use hard disks under Linux which
were partitioned on a Macintosh.