From f24764a37211d2068889186d7c5e08978ef13dc3 Mon Sep 17 00:00:00 2001 From: Imre Kaloz Date: Wed, 6 Jul 2011 12:48:17 +0000 Subject: [PATCH] fix myloader patch, thanks KanjiMonster SVN-Revision: 27490 --- .../generic/patches-3.0/430-mtd_myloader_partition_parser.patch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/target/linux/generic/patches-3.0/430-mtd_myloader_partition_parser.patch b/target/linux/generic/patches-3.0/430-mtd_myloader_partition_parser.patch index 785b3e7e34..cf1c62a822 100644 --- a/target/linux/generic/patches-3.0/430-mtd_myloader_partition_parser.patch +++ b/target/linux/generic/patches-3.0/430-mtd_myloader_partition_parser.patch @@ -6,7 +6,7 @@ +config MTD_MYLOADER_PARTS + tristate "MyLoader partition parsing" -+ depends on MTD_PARTITIONS && (ADM5120 || ATHEROS_AR231X || ATHEROS_AR71XX) ++ depends on ADM5120 || ATHEROS_AR231X || 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 -- 2.25.1