diff options
author | Gabor Juhos <juhosg@openwrt.org> | 2013-07-26 07:31:59 +0000 |
---|---|---|
committer | Gabor Juhos <juhosg@openwrt.org> | 2013-07-26 07:31:59 +0000 |
commit | f4d5ecdb9f79f66653b4ea400a37efb9cd407be7 (patch) | |
tree | 6d1aaa9b9048b96d5f5be23c80f7fc2115405ea7 /target/linux/ar71xx/base-files/lib | |
parent | ec7fe3fab7f4687a616dc001460ec9f4d38d1c76 (diff) | |
download | upstream-f4d5ecdb9f79f66653b4ea400a37efb9cd407be7.tar.gz upstream-f4d5ecdb9f79f66653b4ea400a37efb9cd407be7.tar.bz2 upstream-f4d5ecdb9f79f66653b4ea400a37efb9cd407be7.zip |
ar71xx: add user-space support for the TL-MR10U board
Based on andelf's patch:
http://andelf.diandian.com/post/2013-05-22/40050677370
Signed-off-by: Oleg Titov <oleg.titov@gmail.com>
Patchwork: http://patchwork.openwrt.org/patch/3840/
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 37548
Diffstat (limited to 'target/linux/ar71xx/base-files/lib')
-rwxr-xr-x | target/linux/ar71xx/base-files/lib/ar71xx.sh | 3 | ||||
-rwxr-xr-x | target/linux/ar71xx/base-files/lib/upgrade/platform.sh | 1 |
2 files changed, 4 insertions, 0 deletions
diff --git a/target/linux/ar71xx/base-files/lib/ar71xx.sh b/target/linux/ar71xx/base-files/lib/ar71xx.sh index 19f19e7ae7..bb96f63baf 100755 --- a/target/linux/ar71xx/base-files/lib/ar71xx.sh +++ b/target/linux/ar71xx/base-files/lib/ar71xx.sh @@ -450,6 +450,9 @@ ar71xx_board_detect() { *"TL-WR720N v3") name="tl-wr720n-v3" ;; + *"TL-MR10U") + name="tl-mr10u" + ;; *"TL-MR11U") name="tl-mr11u" ;; diff --git a/target/linux/ar71xx/base-files/lib/upgrade/platform.sh b/target/linux/ar71xx/base-files/lib/upgrade/platform.sh index 9542295476..c57e5d5c74 100755 --- a/target/linux/ar71xx/base-files/lib/upgrade/platform.sh +++ b/target/linux/ar71xx/base-files/lib/upgrade/platform.sh @@ -157,6 +157,7 @@ platform_check_image() { ;; archer-c7 | \ + tl-mr10u | \ tl-mr11u | \ tl-mr3020 | \ tl-mr3040 | \ |