diff options
author | Simon Paterson <simon.paterson.nz@gmail.com> | 2018-04-30 11:05:42 +1200 |
---|---|---|
committer | John Crispin <john@phrozen.org> | 2018-04-30 09:01:12 +0200 |
commit | 264feab1e735296022b4fb306f038fbc56d72a03 (patch) | |
tree | 4942cc79917451cdc90cf4245d4a1474f212be8a /target/linux/ar71xx/base-files/lib | |
parent | 3435dbdc1c75c2098a3d7ca987d8b4bdeb0d6632 (diff) | |
download | upstream-264feab1e735296022b4fb306f038fbc56d72a03.tar.gz upstream-264feab1e735296022b4fb306f038fbc56d72a03.tar.bz2 upstream-264feab1e735296022b4fb306f038fbc56d72a03.zip |
ar71xx: Add userspace support for Mikrotik rb-2011iLS
Kernel support already present.
Patch adds userspace for the 'iLS' suffix model of the RB2011 family.
Enables correct initial switch settings, sysupgrade, etc.
https://mikrotik.com/product/RB2011iLS-IN
Signed-off-by: Simon Paterson <simon.paterson.nz@gmail.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 7249cb6151..95314a2881 100755 --- a/target/linux/ar71xx/base-files/lib/ar71xx.sh +++ b/target/linux/ar71xx/base-files/lib/ar71xx.sh @@ -944,6 +944,9 @@ ar71xx_board_detect() { *"RouterBOARD 2011iL") name="rb-2011il" ;; + *"RouterBOARD 2011iLS") + name="rb-2011ils" + ;; *"RouterBOARD 2011L") name="rb-2011l" ;; diff --git a/target/linux/ar71xx/base-files/lib/upgrade/platform.sh b/target/linux/ar71xx/base-files/lib/upgrade/platform.sh index 376984a14a..702d97a8ed 100755 --- a/target/linux/ar71xx/base-files/lib/upgrade/platform.sh +++ b/target/linux/ar71xx/base-files/lib/upgrade/platform.sh @@ -550,6 +550,7 @@ platform_check_image() { rb-951ui-2hnd|\ rb-2011l|\ rb-2011il|\ + rb-2011ils|\ rb-2011uas|\ rb-2011uas-2hnd|\ rb-2011uias|\ @@ -843,6 +844,7 @@ platform_do_upgrade() { rb-951g-2hnd|\ rb-951ui-2hnd|\ rb-2011il|\ + rb-2011ils|\ rb-2011l|\ rb-2011uas|\ rb-2011uas-2hnd|\ |