summaryrefslogtreecommitdiff
path: root/target/linux/ar71xx/base-files/lib/ar71xx.sh
diff options
context:
space:
mode:
authorRon Angeles <ronangeles@gmail.com>2017-03-27 18:55:48 -0700
committerPiotr Dymacz <pepe2k@gmail.com>2017-04-03 12:29:07 +0200
commit156d9255f2c621ffe58321d73b737613f70e0503 (patch)
tree8b672c6ccf58b543289c800824abe1431df1226a /target/linux/ar71xx/base-files/lib/ar71xx.sh
parent539e2a78f08860ea37442639d52b5d3c62cdfb67 (diff)
downloadmtk-20170518-156d9255f2c621ffe58321d73b737613f70e0503.zip
mtk-20170518-156d9255f2c621ffe58321d73b737613f70e0503.tar.gz
mtk-20170518-156d9255f2c621ffe58321d73b737613f70e0503.tar.bz2
ar71xx: add userspace support for Mikrotik RB2011iL
Kernel/hardware support for this board has been implemented since Chaos Calmer. This set of patches is to get the board identified in userland. This will allow support for things like sysupgrade, configuring initial LED state, configuring initial switch state, etc. Signed-off-by: Ron Angeles <ronangeles@gmail.com>
Diffstat (limited to 'target/linux/ar71xx/base-files/lib/ar71xx.sh')
-rwxr-xr-xtarget/linux/ar71xx/base-files/lib/ar71xx.sh3
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 25f6b01..547e0e4 100755
--- a/target/linux/ar71xx/base-files/lib/ar71xx.sh
+++ b/target/linux/ar71xx/base-files/lib/ar71xx.sh
@@ -824,6 +824,9 @@ ar71xx_board_detect() {
*"Rocket M XW")
name="rocket-m-xw"
;;
+ *"RouterBOARD 2011iL")
+ name="rb-2011il"
+ ;;
*"RouterBOARD 2011L")
name="rb-2011l"
;;