diff options
author | Gabor Juhos <juhosg@openwrt.org> | 2008-11-22 19:43:26 +0000 |
---|---|---|
committer | Gabor Juhos <juhosg@openwrt.org> | 2008-11-22 19:43:26 +0000 |
commit | c27b9bf6db7c1a9ac0593ff8ffcbff10816b9fd0 (patch) | |
tree | 6e34d46327c73875edd7c2de7d08d7c66b99d48e /target/linux/generic-2.6 | |
parent | 6113df909539729a6da81f6054bfcec8e5cba89b (diff) | |
download | upstream-c27b9bf6db7c1a9ac0593ff8ffcbff10816b9fd0.tar.gz upstream-c27b9bf6db7c1a9ac0593ff8ffcbff10816b9fd0.tar.bz2 upstream-c27b9bf6db7c1a9ac0593ff8ffcbff10816b9fd0.zip |
enable MyLoader partition parser
SVN-Revision: 13317
Diffstat (limited to 'target/linux/generic-2.6')
-rw-r--r-- | target/linux/generic-2.6/patches-2.6.26/081-mtd_myloader_partition_parser.patch | 2 | ||||
-rw-r--r-- | target/linux/generic-2.6/patches-2.6.27/081-mtd_myloader_partition_parser.patch | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/target/linux/generic-2.6/patches-2.6.26/081-mtd_myloader_partition_parser.patch b/target/linux/generic-2.6/patches-2.6.26/081-mtd_myloader_partition_parser.patch index 3095393e53..dcf243a482 100644 --- a/target/linux/generic-2.6/patches-2.6.26/081-mtd_myloader_partition_parser.patch +++ b/target/linux/generic-2.6/patches-2.6.26/081-mtd_myloader_partition_parser.patch @@ -6,7 +6,7 @@ +config MTD_MYLOADER_PARTS + tristate "MyLoader partition parsing" -+ depends on MTD_PARTITIONS && (ADM5120 || ATHEROS_AR71XX) ++ depends on MTD_PARTITIONS && (ADM5120 || ATHEROS || ATHEROS_AR71XX) + ---help--- + MyLoader is a bootloader which allows the user to define partitions + in flash devices, by putting a table in the second erase block diff --git a/target/linux/generic-2.6/patches-2.6.27/081-mtd_myloader_partition_parser.patch b/target/linux/generic-2.6/patches-2.6.27/081-mtd_myloader_partition_parser.patch index e2305089ea..7a5addd63c 100644 --- a/target/linux/generic-2.6/patches-2.6.27/081-mtd_myloader_partition_parser.patch +++ b/target/linux/generic-2.6/patches-2.6.27/081-mtd_myloader_partition_parser.patch @@ -6,7 +6,7 @@ +config MTD_MYLOADER_PARTS + tristate "MyLoader partition parsing" -+ depends on MTD_PARTITIONS && (ADM5120 || ATHEROS_AR71XX) ++ depends on MTD_PARTITIONS && (ADM5120 || ATHEROS || ATHEROS_AR71XX) + ---help--- + MyLoader is a bootloader which allows the user to define partitions + in flash devices, by putting a table in the second erase block |