diff options
| author | Imre Kaloz <kaloz@openwrt.org> | 2011-07-06 12:48:17 +0000 |
|---|---|---|
| committer | Imre Kaloz <kaloz@openwrt.org> | 2011-07-06 12:48:17 +0000 |
| commit | f24764a37211d2068889186d7c5e08978ef13dc3 (patch) | |
| tree | 1bcf3c4deeae1f6ed558f54bbe8ad9b362bbabf3 /target/linux | |
| parent | d42f0c9a1bf08ae9ff057ffc4b440b5acfad0662 (diff) | |
| download | upstream-f24764a37211d2068889186d7c5e08978ef13dc3.tar.gz upstream-f24764a37211d2068889186d7c5e08978ef13dc3.tar.bz2 upstream-f24764a37211d2068889186d7c5e08978ef13dc3.zip | |
fix myloader patch, thanks KanjiMonster
SVN-Revision: 27490
Diffstat (limited to 'target/linux')
| -rw-r--r-- | target/linux/generic/patches-3.0/430-mtd_myloader_partition_parser.patch | 2 |
1 files changed, 1 insertions, 1 deletions
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 785b3e7e340..cf1c62a822f 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 |
