diff options
author | John Crispin <john@openwrt.org> | 2016-03-10 19:07:26 +0000 |
---|---|---|
committer | John Crispin <john@openwrt.org> | 2016-03-10 19:07:26 +0000 |
commit | 346b1905fbafda6a9857232a25597bfcc8f1db43 (patch) | |
tree | b8ec958b2eabb815acafcda3611115a57722abf2 /target/linux/ar71xx/base-files/lib | |
parent | 63c9caaa91d2e6a2616078fdf131508e94add5dd (diff) | |
download | mtk-20170518-346b1905fbafda6a9857232a25597bfcc8f1db43.zip mtk-20170518-346b1905fbafda6a9857232a25597bfcc8f1db43.tar.gz mtk-20170518-346b1905fbafda6a9857232a25597bfcc8f1db43.tar.bz2 |
ar71xx: add support for the Telldus TellStick ZNet Lite
Signed-off-by: Micke Prag <micke.prag@telldus.se>
SVN-Revision: 48977
Diffstat (limited to 'target/linux/ar71xx/base-files/lib')
-rwxr-xr-x | target/linux/ar71xx/base-files/lib/ar71xx.sh | 6 | ||||
-rwxr-xr-x | target/linux/ar71xx/base-files/lib/upgrade/platform.sh | 1 |
2 files changed, 7 insertions, 0 deletions
diff --git a/target/linux/ar71xx/base-files/lib/ar71xx.sh b/target/linux/ar71xx/base-files/lib/ar71xx.sh index 804f622..46f1685 100755 --- a/target/linux/ar71xx/base-files/lib/ar71xx.sh +++ b/target/linux/ar71xx/base-files/lib/ar71xx.sh @@ -120,6 +120,9 @@ tplink_board_detect() { "120000"*) model="MERCURY MAC1200R" ;; + "007260"*) + model="TellStick ZNet Lite" + ;; "3C0001"*) model="OOLITE" ;; @@ -749,6 +752,9 @@ ar71xx_board_detect() { "Smart Electronics Black Swift board"*) name="bsb" ;; + *"Telldus TellStick ZNet Lite") + name="tellstick-znet-lite" + ;; *TEW-632BRP) name="tew-632brp" ;; diff --git a/target/linux/ar71xx/base-files/lib/upgrade/platform.sh b/target/linux/ar71xx/base-files/lib/upgrade/platform.sh index 8a70502..d410819 100755 --- a/target/linux/ar71xx/base-files/lib/upgrade/platform.sh +++ b/target/linux/ar71xx/base-files/lib/upgrade/platform.sh @@ -336,6 +336,7 @@ platform_check_image() { onion-omega | \ oolite | \ smart-300 | \ + tellstick-znet-lite | \ tl-mr10u | \ tl-mr11u | \ tl-mr12u | \ |