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/base-files | |
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/base-files')
-rw-r--r-- | target/linux/ar71xx/base-files/etc/diag.sh | 3 | ||||
-rwxr-xr-x | target/linux/ar71xx/base-files/lib/ar71xx.sh | 3 | ||||
-rwxr-xr-x | target/linux/ar71xx/base-files/lib/upgrade/platform.sh | 3 |
3 files changed, 1 insertions, 8 deletions
diff --git a/target/linux/ar71xx/base-files/etc/diag.sh b/target/linux/ar71xx/base-files/etc/diag.sh index 0d0ebdcd6f..9cad8995db 100644 --- a/target/linux/ar71xx/base-files/etc/diag.sh +++ b/target/linux/ar71xx/base-files/etc/diag.sh @@ -423,9 +423,6 @@ get_status_led() { tl-wdr6500-v2) status_led="tp-link:white:system" ;; - tlt-rut900) - status_led="tlt:green:status" - ;; tube2h) status_led="alfa:green:signal4" ;; diff --git a/target/linux/ar71xx/base-files/lib/ar71xx.sh b/target/linux/ar71xx/base-files/lib/ar71xx.sh index 8ee17f43c8..a751c64a3a 100755 --- a/target/linux/ar71xx/base-files/lib/ar71xx.sh +++ b/target/linux/ar71xx/base-files/lib/ar71xx.sh @@ -1154,9 +1154,6 @@ ar71xx_board_detect() { *"TL-WR941ND") name="tl-wr941nd" ;; - *"TLT-RUT900") - name="tlt-rut900" - ;; *"Tube2H") name="tube2h" ;; diff --git a/target/linux/ar71xx/base-files/lib/upgrade/platform.sh b/target/linux/ar71xx/base-files/lib/upgrade/platform.sh index 1bc993450d..e246f35add 100755 --- a/target/linux/ar71xx/base-files/lib/upgrade/platform.sh +++ b/target/linux/ar71xx/base-files/lib/upgrade/platform.sh @@ -443,8 +443,7 @@ platform_check_image() { tl-wr941nd-v5|\ tl-wr941nd-v6|\ tl-wr940n-v4|\ - tl-wr941nd|\ - tlt-rut900) + tl-wr941nd) local magic_ver="0100" case "$board" in |