diff options
author | John Crispin <blogic@openwrt.org> | 2015-02-13 07:29:03 +0000 |
---|---|---|
committer | John Crispin <blogic@openwrt.org> | 2015-02-13 07:29:03 +0000 |
commit | 5f00ace3c25e4988e94ebfc2b12b3e978bf7d4eb (patch) | |
tree | fd70fef676c70c0582cec465b465888ea1514358 /target/linux/ar71xx/base-files/lib/upgrade | |
parent | 9d5f884a09e6b612ac2695c2f4fe184b1a0a6c6d (diff) | |
download | upstream-5f00ace3c25e4988e94ebfc2b12b3e978bf7d4eb.tar.gz upstream-5f00ace3c25e4988e94ebfc2b12b3e978bf7d4eb.tar.bz2 upstream-5f00ace3c25e4988e94ebfc2b12b3e978bf7d4eb.zip |
ar71xx: Add user-space support for TP-Link MR12U v1
This patch adds user-space support for the TL-MR12U board based on the mr13u patches.
Signed-off-by: Daniel Petre <daniel.petre@gmail.com>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@44426 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/ar71xx/base-files/lib/upgrade')
-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 d2a7d8e58f..f81c0ff72e 100755 --- a/target/linux/ar71xx/base-files/lib/upgrade/platform.sh +++ b/target/linux/ar71xx/base-files/lib/upgrade/platform.sh @@ -302,6 +302,7 @@ platform_check_image() { smart-300 | \ tl-mr10u | \ tl-mr11u | \ + tl-mr12u | \ tl-mr13u | \ tl-mr3020 | \ tl-mr3040 | \ |