diff options
author | Gabor Juhos <juhosg@openwrt.org> | 2014-02-19 12:15:34 +0000 |
---|---|---|
committer | Gabor Juhos <juhosg@openwrt.org> | 2014-02-19 12:15:34 +0000 |
commit | 7ec2d80ae3e3207262c799cf560d86f8caa6b2ef (patch) | |
tree | c872a6eb3232b83ecd04d344bfb209f658162025 /target/linux/ar71xx/base-files/lib/upgrade/platform.sh | |
parent | db0e6e264d7c3626772ae889a70eb4a5d14df2ed (diff) | |
download | upstream-7ec2d80ae3e3207262c799cf560d86f8caa6b2ef.tar.gz upstream-7ec2d80ae3e3207262c799cf560d86f8caa6b2ef.tar.bz2 upstream-7ec2d80ae3e3207262c799cf560d86f8caa6b2ef.zip |
ar71xx: add user-space support for TP-Link TL-WDR4900 v2.0 board
Patch-by: TenNinjas <tenninjas@tenninjas.ca>
Patchwork: http://patchwork.openwrt.org/patch/4849/
[juhosg:
- use the Archer C7 specific LED setup instead of adding
identical code]
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 39636
Diffstat (limited to 'target/linux/ar71xx/base-files/lib/upgrade/platform.sh')
-rwxr-xr-x | target/linux/ar71xx/base-files/lib/upgrade/platform.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/target/linux/ar71xx/base-files/lib/upgrade/platform.sh b/target/linux/ar71xx/base-files/lib/upgrade/platform.sh index b2181af5b5..0028e8a584 100755 --- a/target/linux/ar71xx/base-files/lib/upgrade/platform.sh +++ b/target/linux/ar71xx/base-files/lib/upgrade/platform.sh @@ -239,6 +239,7 @@ platform_check_image() { tl-wa901nd-v3 | \ tl-wdr3500 | \ tl-wdr4300 | \ + tl-wdr4900-v2 | \ tl-wr703n | \ tl-wr710n | \ tl-wr720n-v3 | \ |