diff options
author | Phil Blundell <philb@gnu.org> | 2004-10-18 18:25:22 +0000 |
---|---|---|
committer | Phil Blundell <philb@gnu.org> | 2004-10-18 18:25:22 +0000 |
commit | 820bbf704d8d29372399f809e42a36b30ebcf786 (patch) | |
tree | daebac4fb06e47c2be53753d54f7c4eb989d8a75 | |
parent | 88f15744be406027ae82b79dbf650508130e3213 (diff) |
enable Mac partition support, requested by dc_
BKrev: 41740a92MsRLUqbzww08U4QRqurwUA
-rw-r--r-- | linux/linux-epia-2.6.8.1/epia_defconfig | 16 | ||||
-rw-r--r-- | linux/linux-epia_2.6.8.1.oe | 2 |
2 files changed, 16 insertions, 2 deletions
diff --git a/linux/linux-epia-2.6.8.1/epia_defconfig b/linux/linux-epia-2.6.8.1/epia_defconfig index 18827ebbf6..53202b6c19 100644 --- a/linux/linux-epia-2.6.8.1/epia_defconfig +++ b/linux/linux-epia-2.6.8.1/epia_defconfig @@ -1382,8 +1382,22 @@ CONFIG_SUNRPC=y # # Partition Types # -# CONFIG_PARTITION_ADVANCED is not set +CONFIG_PARTITION_ADVANCED=y +# CONFIG_ACORN_PARTITION is not set +# CONFIG_OSF_PARTITION is not set +# CONFIG_AMIGA_PARTITION is not set +# CONFIG_ATARI_PARTITION is not set +CONFIG_MAC_PARTITION=y CONFIG_MSDOS_PARTITION=y +# CONFIG_BSD_DISKLABEL is not set +# CONFIG_MINIX_SUBPARTITION is not set +# CONFIG_SOLARIS_X86_PARTITION is not set +# CONFIG_UNIXWARE_DISKLABEL is not set +# CONFIG_LDM_PARTITION is not set +# CONFIG_SGI_PARTITION is not set +# CONFIG_ULTRIX_PARTITION is not set +# CONFIG_SUN_PARTITION is not set +# CONFIG_EFI_PARTITION is not set # # Native Language Support diff --git a/linux/linux-epia_2.6.8.1.oe b/linux/linux-epia_2.6.8.1.oe index ddb84baef6..800348d5d3 100644 --- a/linux/linux-epia_2.6.8.1.oe +++ b/linux/linux-epia_2.6.8.1.oe @@ -1,7 +1,7 @@ SECTION = "kernel" DESCRIPTION = "Linux kernel for VIA EPiA" LICENSE = "GPL" -PR = "r11" +PR = "r13" SRC_URI = "ftp://ftp.kernel.org/pub/linux/kernel/v2.6/linux-${PV}.tar.bz2 \ http://www.epiawiki.org/files/epia_kernel/patch-2.6.8.1-epia1.bz2;patch=1 \ |