diff options
author | John Crispin <john@openwrt.org> | 2015-03-16 07:40:09 +0000 |
---|---|---|
committer | John Crispin <john@openwrt.org> | 2015-03-16 07:40:09 +0000 |
commit | fb78ebb813abcefbbec3c824d09357428ff3b848 (patch) | |
tree | 17d1b5d12b3039e71085e754710d8b4f4eff2d9e /target/linux/ar71xx/patches-3.14/405-mtd-tp-link-partition-parser.patch | |
parent | de04a1d843cc0cc797c42e6541907ba5555de898 (diff) | |
download | mtk-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/405-mtd-tp-link-partition-parser.patch')
-rw-r--r-- | target/linux/ar71xx/patches-3.14/405-mtd-tp-link-partition-parser.patch | 25 |
1 files changed, 0 insertions, 25 deletions
diff --git a/target/linux/ar71xx/patches-3.14/405-mtd-tp-link-partition-parser.patch b/target/linux/ar71xx/patches-3.14/405-mtd-tp-link-partition-parser.patch deleted file mode 100644 index c43c505..0000000 --- a/target/linux/ar71xx/patches-3.14/405-mtd-tp-link-partition-parser.patch +++ /dev/null @@ -1,25 +0,0 @@ ---- a/drivers/mtd/Kconfig -+++ b/drivers/mtd/Kconfig -@@ -206,6 +206,12 @@ config MTD_MYLOADER_PARTS - You will still need the parsing functions to be called by the driver - for your particular device. It won't happen automatically. - -+config MTD_TPLINK_PARTS -+ tristate "TP-Link AR7XXX/AR9XXX partitioning support" -+ depends on ATH79 -+ ---help--- -+ TBD. -+ - comment "User Modules And Translation Layers" - - # ---- 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_TPLINK_PARTS) += tplinkpart.o - obj-$(CONFIG_MTD_WRT160NL_PARTS) += cybertan_part.o - - # 'Users' - code which presents functionality to userspace. |