summaryrefslogtreecommitdiff
path: root/target/linux/ar71xx/patches-3.14/404-mtd-cybertan-trx-parser.patch
diff options
context:
space:
mode:
authorJohn Crispin <john@openwrt.org>2015-03-16 07:40:09 +0000
committerJohn Crispin <john@openwrt.org>2015-03-16 07:40:09 +0000
commitfb78ebb813abcefbbec3c824d09357428ff3b848 (patch)
tree17d1b5d12b3039e71085e754710d8b4f4eff2d9e /target/linux/ar71xx/patches-3.14/404-mtd-cybertan-trx-parser.patch
parentde04a1d843cc0cc797c42e6541907ba5555de898 (diff)
downloadmtk-20170518-fb78ebb813abcefbbec3c824d09357428ff3b848.zip
mtk-20170518-fb78ebb813abcefbbec3c824d09357428ff3b848.tar.gz
mtk-20170518-fb78ebb813abcefbbec3c824d09357428ff3b848.tar.bz2
ar71xx: drop 3.14 support
Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 44815
Diffstat (limited to 'target/linux/ar71xx/patches-3.14/404-mtd-cybertan-trx-parser.patch')
-rw-r--r--target/linux/ar71xx/patches-3.14/404-mtd-cybertan-trx-parser.patch25
1 files changed, 0 insertions, 25 deletions
diff --git a/target/linux/ar71xx/patches-3.14/404-mtd-cybertan-trx-parser.patch b/target/linux/ar71xx/patches-3.14/404-mtd-cybertan-trx-parser.patch
deleted file mode 100644
index eb7c774..0000000
--- a/target/linux/ar71xx/patches-3.14/404-mtd-cybertan-trx-parser.patch
+++ /dev/null
@@ -1,25 +0,0 @@
---- a/drivers/mtd/Kconfig
-+++ b/drivers/mtd/Kconfig
-@@ -184,6 +184,12 @@ config MTD_BCM47XX_PARTS
- This provides partitions parser for devices based on BCM47xx
- boards.
-
-+config MTD_CYBERTAN_PARTS
-+ tristate "Cybertan partitioning support"
-+ depends on ATH79
-+ ---help---
-+ Cybertan partitioning support
-+
- config MTD_MYLOADER_PARTS
- tristate "MyLoader partition parsing"
- depends on ADM5120 || ATH25 || ATHEROS_AR71XX || ATH79
---- a/drivers/mtd/Makefile
-+++ b/drivers/mtd/Makefile
-@@ -16,6 +16,7 @@ obj-$(CONFIG_MTD_AR7_PARTS) += ar7part.o
- obj-$(CONFIG_MTD_BCM63XX_PARTS) += bcm63xxpart.o
- obj-$(CONFIG_MTD_BCM47XX_PARTS) += bcm47xxpart.o
- obj-$(CONFIG_MTD_MYLOADER_PARTS) += myloader.o
-+obj-$(CONFIG_MTD_CYBERTAN_PARTS) += cybertan_part.o
-
- # 'Users' - code which presents functionality to userspace.
- obj-$(CONFIG_MTD_BLKDEVS) += mtd_blkdevs.o