diff options
author | Gabor Juhos <juhosg@openwrt.org> | 2008-11-17 10:23:54 +0000 |
---|---|---|
committer | Gabor Juhos <juhosg@openwrt.org> | 2008-11-17 10:23:54 +0000 |
commit | 8a0ac9897f892dfa54e2ef76d5745a255613737a (patch) | |
tree | ed3c3b9be74742250bc9787631f77f3e818622e0 /target/linux/generic-2.6/patches-2.6.26 | |
parent | 442db57b96dcf2bcaa8ace560d83d4c045d97a26 (diff) | |
download | upstream-8a0ac9897f892dfa54e2ef76d5745a255613737a.tar.gz upstream-8a0ac9897f892dfa54e2ef76d5745a255613737a.tar.bz2 upstream-8a0ac9897f892dfa54e2ef76d5745a255613737a.zip |
enable Myloader partition parser
SVN-Revision: 13257
Diffstat (limited to 'target/linux/generic-2.6/patches-2.6.26')
-rw-r--r-- | target/linux/generic-2.6/patches-2.6.26/081-mtd_myloader_partition_parser.patch | 2 |
1 files changed, 1 insertions, 1 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 17cd986aee..3095393e53 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 ADM5120 && MTD_PARTITIONS ++ depends on MTD_PARTITIONS && (ADM5120 || 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 |