diff options
author | Koen Vandeputte <koen.vandeputte@ncentric.com> | 2019-04-12 11:08:43 +0200 |
---|---|---|
committer | Koen Vandeputte <koen.vandeputte@ncentric.com> | 2019-04-23 13:22:31 +0200 |
commit | e40050d1049ddf8ca0eb49666eafcb69b4a1d374 (patch) | |
tree | 56d5abd7d16fd7350e9728c256b675d38ea1924d /target/linux/ar71xx/base-files/lib | |
parent | 6afe175e5ec72a765848a3b8698d57810e3711bb (diff) | |
download | upstream-e40050d1049ddf8ca0eb49666eafcb69b4a1d374.tar.gz upstream-e40050d1049ddf8ca0eb49666eafcb69b4a1d374.tar.bz2 upstream-e40050d1049ddf8ca0eb49666eafcb69b4a1d374.zip |
ar71xx: add support for Mikrotik RouterBOARD 2011UiAS-2HnD r2
This board got a new hardware revision, without any change in functionality.
Signed-off-by: Koen Vandeputte <koen.vandeputte@ncentric.com>
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 | 2 |
2 files changed, 5 insertions, 0 deletions
diff --git a/target/linux/ar71xx/base-files/lib/ar71xx.sh b/target/linux/ar71xx/base-files/lib/ar71xx.sh index 990683a55b..2ef16fe4f9 100755 --- a/target/linux/ar71xx/base-files/lib/ar71xx.sh +++ b/target/linux/ar71xx/base-files/lib/ar71xx.sh @@ -1024,6 +1024,9 @@ ar71xx_board_detect() { *"RouterBOARD 2011UiAS-2HnD") name="rb-2011uias-2hnd" ;; + *"RouterBOARD 2011UiAS-2HnD r2") + name="rb-2011uias-2hnd-r2" + ;; *"RouterBOARD 411/A/AH") name="rb-411" ;; diff --git a/target/linux/ar71xx/base-files/lib/upgrade/platform.sh b/target/linux/ar71xx/base-files/lib/upgrade/platform.sh index 81735017e5..d0690dbaf4 100755 --- a/target/linux/ar71xx/base-files/lib/upgrade/platform.sh +++ b/target/linux/ar71xx/base-files/lib/upgrade/platform.sh @@ -568,6 +568,7 @@ platform_check_image() { rb-2011uas-2hnd|\ rb-2011uias|\ rb-2011uias-2hnd|\ + rb-2011uias-2hnd-r2|\ rb-sxt2n|\ rb-sxt5n) nand_do_platform_check routerboard $1 @@ -891,6 +892,7 @@ platform_do_upgrade() { rb-2011uas-2hnd|\ rb-2011uias|\ rb-2011uias-2hnd|\ + rb-2011uias-2hnd-r2|\ rb-sxt2n|\ rb-sxt5n|\ wi2a-ac200i|\ |