diff options
author | Gabor Juhos <juhosg@openwrt.org> | 2015-04-08 16:21:04 +0000 |
---|---|---|
committer | Gabor Juhos <juhosg@openwrt.org> | 2015-04-08 16:21:04 +0000 |
commit | 1630498e4c4801ec6aa595e40d4b83ad1356a7e3 (patch) | |
tree | 54714acd1789ebca04f71c0363877796bb0a061b /target/linux/generic/patches-3.18 | |
parent | 80971cd0f9f3f97f484384ed31f0dc54b29b9c1b (diff) | |
download | upstream-1630498e4c4801ec6aa595e40d4b83ad1356a7e3.tar.gz upstream-1630498e4c4801ec6aa595e40d4b83ad1356a7e3.tar.bz2 upstream-1630498e4c4801ec6aa595e40d4b83ad1356a7e3.zip |
kernel: remove ATHEROS_AR{231X,71XX} config symbols from the patches
Those don't exist anymore.
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 45314
Diffstat (limited to 'target/linux/generic/patches-3.18')
-rw-r--r-- | target/linux/generic/patches-3.18/430-mtd-add-myloader-partition-parser.patch | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/generic/patches-3.18/430-mtd-add-myloader-partition-parser.patch b/target/linux/generic/patches-3.18/430-mtd-add-myloader-partition-parser.patch index 3cb5fb721a..25e0ecd048 100644 --- a/target/linux/generic/patches-3.18/430-mtd-add-myloader-partition-parser.patch +++ b/target/linux/generic/patches-3.18/430-mtd-add-myloader-partition-parser.patch @@ -6,7 +6,7 @@ +config MTD_MYLOADER_PARTS + tristate "MyLoader partition parsing" -+ depends on ADM5120 || ATH25 || ATHEROS_AR71XX || ATH79 ++ depends on ADM5120 || ATH25 || 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 |