diff options
author | Gabor Juhos <juhosg@openwrt.org> | 2012-01-22 18:43:39 +0000 |
---|---|---|
committer | Gabor Juhos <juhosg@openwrt.org> | 2012-01-22 18:43:39 +0000 |
commit | 835626f8de08aee412899ac7f093bdc832c93e8a (patch) | |
tree | 23f5e28dae11c9b06683fe4fa81804341ef584db | |
parent | 16b4bf4bc9425cb2a83f4181b2df5ad78de95839 (diff) | |
download | upstream-835626f8de08aee412899ac7f093bdc832c93e8a.tar.gz upstream-835626f8de08aee412899ac7f093bdc832c93e8a.tar.bz2 upstream-835626f8de08aee412899ac7f093bdc832c93e8a.zip |
generic: 3.2: allow to build myloader mtd parser for ATH79
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@29860 3c298f89-4303-0410-b956-a3cf2f4a3e73
-rw-r--r-- | target/linux/generic/patches-3.2/430-mtd_myloader_partition_parser.patch | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/generic/patches-3.2/430-mtd_myloader_partition_parser.patch b/target/linux/generic/patches-3.2/430-mtd_myloader_partition_parser.patch index 37d5830aee..179288afdd 100644 --- a/target/linux/generic/patches-3.2/430-mtd_myloader_partition_parser.patch +++ b/target/linux/generic/patches-3.2/430-mtd_myloader_partition_parser.patch @@ -6,7 +6,7 @@ +config MTD_MYLOADER_PARTS + tristate "MyLoader partition parsing" -+ depends on ADM5120 || ATHEROS_AR231X || ATHEROS_AR71XX ++ depends on ADM5120 || ATHEROS_AR231X || ATHEROS_AR71XX || ATH79 + ---help--- + MyLoader is a bootloader which allows the user to define partitions + in flash devices, by putting a table in the second erase block |