diff options
author | John Crispin <john@phrozen.org> | 2017-05-18 15:31:26 +0200 |
---|---|---|
committer | John Crispin <john@phrozen.org> | 2017-05-18 15:31:47 +0200 |
commit | bad2f9c4dc39ff8a8bdc7ad4bd86f2c068457a5a (patch) | |
tree | 4020fbfbed868597656a331eb2fef2b6a7c4d19d /target/linux/ar71xx/patches-4.4/471-ath79-tlt-rut900-flash-layout.patch | |
parent | eee09bfe01e8cc2db1501f82dde7b9b6bb424faf (diff) | |
download | upstream-bad2f9c4dc39ff8a8bdc7ad4bd86f2c068457a5a.tar.gz upstream-bad2f9c4dc39ff8a8bdc7ad4bd86f2c068457a5a.tar.bz2 upstream-bad2f9c4dc39ff8a8bdc7ad4bd86f2c068457a5a.zip |
Revert "ar71xx: Add support for Teltonika RUT900"
This reverts commit 224e5f5efa22b8a0132522367afd3b22f05d53e1.
pepe2k pointed out that this was not ready to merge
Signed-off-by: John Crispin <john@phrozen.org>
Diffstat (limited to 'target/linux/ar71xx/patches-4.4/471-ath79-tlt-rut900-flash-layout.patch')
-rw-r--r-- | target/linux/ar71xx/patches-4.4/471-ath79-tlt-rut900-flash-layout.patch | 25 |
1 files changed, 0 insertions, 25 deletions
diff --git a/target/linux/ar71xx/patches-4.4/471-ath79-tlt-rut900-flash-layout.patch b/target/linux/ar71xx/patches-4.4/471-ath79-tlt-rut900-flash-layout.patch deleted file mode 100644 index da4e088471..0000000000 --- a/target/linux/ar71xx/patches-4.4/471-ath79-tlt-rut900-flash-layout.patch +++ /dev/null @@ -1,25 +0,0 @@ ---- a/drivers/mtd/Kconfig -+++ b/drivers/mtd/Kconfig -@@ -202,6 +202,12 @@ config MTD_TPLINK_PARTS - ---help--- - TBD. - -+config MTD_TLT_PARTS -+ tristate "Teltonika RUT900 partitioning support" -+ depends on ATH79 -+ ---help--- -+ Teltonika RUT900 partitioning support -+ - comment "User Modules And Translation Layers" - - # ---- a/drivers/mtd/Makefile -+++ b/drivers/mtd/Makefile -@@ -18,6 +18,7 @@ obj-$(CONFIG_MTD_BCM47XX_PARTS) += bcm47 - obj-$(CONFIG_MTD_MYLOADER_PARTS) += myloader.o - obj-$(CONFIG_MTD_TPLINK_PARTS) += tplinkpart.o - obj-$(CONFIG_MTD_CYBERTAN_PARTS) += cybertan_part.o -+obj-$(CONFIG_MTD_TLT_PARTS) += tltpart.o - - # 'Users' - code which presents functionality to userspace. - obj-$(CONFIG_MTD_BLKDEVS) += mtd_blkdevs.o |