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 | ef94469a6f09c77808816120d240f7e58c302829 (patch) | |
tree | ae4b11b596c93d6224057ef678ffa8599544370e /target/linux/generic/patches-3.0 | |
parent | 4a1a84515619d2ad1c5ed3dc81bc2495f0dc0782 (diff) | |
download | upstream-ef94469a6f09c77808816120d240f7e58c302829.tar.gz upstream-ef94469a6f09c77808816120d240f7e58c302829.tar.bz2 upstream-ef94469a6f09c77808816120d240f7e58c302829.zip |
[generic/3.0]: fix myloader patch, thanks KanjiMonster
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@27490 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/generic/patches-3.0')
-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 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 |