diff options
author | Gabor Juhos <juhosg@openwrt.org> | 2008-11-22 19:43:26 +0000 |
---|---|---|
committer | Gabor Juhos <juhosg@openwrt.org> | 2008-11-22 19:43:26 +0000 |
commit | e75ef3e37764a88e9a6687a9f08347091d2209b6 (patch) | |
tree | 83110c684f157d1eda136083afc73f47cf46fc27 /target/linux/generic-2.6/patches-2.6.26 | |
parent | c959129ee359e540f11ea3076e63bdbfc10565d5 (diff) | |
download | upstream-e75ef3e37764a88e9a6687a9f08347091d2209b6.tar.gz upstream-e75ef3e37764a88e9a6687a9f08347091d2209b6.tar.bz2 upstream-e75ef3e37764a88e9a6687a9f08347091d2209b6.zip |
[atheros] enable MyLoader partition parser
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@13317 3c298f89-4303-0410-b956-a3cf2f4a3e73
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 3095393e53..dcf243a482 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 MTD_PARTITIONS && (ADM5120 || ATHEROS_AR71XX) ++ depends on MTD_PARTITIONS && (ADM5120 || ATHEROS || 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 |