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 | 8c027356bc164c2f3c1ad526d9f0e5e2baa66c20 (patch) | |
tree | a28124d34f9974cb5387a3cdc0e8938b2709622f /target/linux/ar71xx/patches-3.18 | |
parent | a88c590d46abcd3e96f94e05b01fe5f8c54512b3 (diff) | |
download | upstream-8c027356bc164c2f3c1ad526d9f0e5e2baa66c20.tar.gz upstream-8c027356bc164c2f3c1ad526d9f0e5e2baa66c20.tar.bz2 upstream-8c027356bc164c2f3c1ad526d9f0e5e2baa66c20.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>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@45314 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/ar71xx/patches-3.18')
-rw-r--r-- | target/linux/ar71xx/patches-3.18/404-mtd-cybertan-trx-parser.patch | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/ar71xx/patches-3.18/404-mtd-cybertan-trx-parser.patch b/target/linux/ar71xx/patches-3.18/404-mtd-cybertan-trx-parser.patch index 7995abbb45..f4dbb92237 100644 --- a/target/linux/ar71xx/patches-3.18/404-mtd-cybertan-trx-parser.patch +++ b/target/linux/ar71xx/patches-3.18/404-mtd-cybertan-trx-parser.patch @@ -12,7 +12,7 @@ + config MTD_MYLOADER_PARTS tristate "MyLoader partition parsing" - depends on ADM5120 || ATHEROS_AR231X || ATHEROS_AR71XX || ATH79 + depends on ADM5120 || ATH25 || ATH79 --- a/drivers/mtd/Makefile +++ b/drivers/mtd/Makefile @@ -16,6 +16,7 @@ obj-$(CONFIG_MTD_AR7_PARTS) += ar7part.o |