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/ar71xx.sh | |
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/ar71xx.sh')
-rwxr-xr-x | target/linux/ar71xx/base-files/lib/ar71xx.sh | 3 |
1 files changed, 3 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" ;; |