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 | 342f4def9ab66099b0b44b5767258f291c37004e (patch) | |
tree | 8f114d03efeea98ce10fa31a7ea3f33dbc4e587a /target/linux/generic-2.6/patches-2.6.27 | |
parent | 30b9e9a0c2ac1e62231eb6e886186e48146c898f (diff) | |
download | upstream-342f4def9ab66099b0b44b5767258f291c37004e.tar.gz upstream-342f4def9ab66099b0b44b5767258f291c37004e.tar.bz2 upstream-342f4def9ab66099b0b44b5767258f291c37004e.zip |
[ar71xx] enable Myloader partition parser
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@13257 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/generic-2.6/patches-2.6.27')
-rw-r--r-- | target/linux/generic-2.6/patches-2.6.27/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.27/081-mtd_myloader_partition_parser.patch b/target/linux/generic-2.6/patches-2.6.27/081-mtd_myloader_partition_parser.patch index 90e221958c..e2305089ea 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 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 |