summaryrefslogtreecommitdiff
path: root/target/linux/ar71xx/base-files/lib/ar71xx.sh
diff options
context:
space:
mode:
authorGabor Juhos <juhosg@openwrt.org>2014-07-13 16:25:58 +0000
committerGabor Juhos <juhosg@openwrt.org>2014-07-13 16:25:58 +0000
commit0ffe21c792b9ef5c23aa8e7fca0d799474675e0b (patch)
treef623457f8f47cf1be5e6d9fd8dd58d2a2aa43c5e /target/linux/ar71xx/base-files/lib/ar71xx.sh
parentf089f0db34f1a9a13595263cef58d8a4361a45bf (diff)
downloadmtk-20170518-0ffe21c792b9ef5c23aa8e7fca0d799474675e0b.zip
mtk-20170518-0ffe21c792b9ef5c23aa8e7fca0d799474675e0b.tar.gz
mtk-20170518-0ffe21c792b9ef5c23aa8e7fca0d799474675e0b.tar.bz2
ar71xx: Support for Mikrotik RB2011UiAS
The RB2011UiAS is almost exactly the same as the RB2011UAS, which is already supported. Hardware-wise, it adds a passive power injector on Eth10. Software-wise, Routerboot passes a different board name on the kernel command line. Hence the need for a patch. Not yet working: * touchscreen: doesn't work on RB2011UAS either. The touchscreen itself seems to be driven by an ADS7843-compatible IC, but figuring out which GPIO pins it's connected to is work for the future. * control of power injector: remains off. Probably also GPIO-controlled. Signed-off-by: Soren Harward <stharward@gmail.com> Patchwork: http://patchwork.openwrt.org/patch/5841/ [juhosg: rename and refresh the kernel patch] Signed-off-by: Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 41617
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 dd36962..2d75954 100755
--- a/target/linux/ar71xx/base-files/lib/ar71xx.sh
+++ b/target/linux/ar71xx/base-files/lib/ar71xx.sh
@@ -466,6 +466,9 @@ ar71xx_board_detect() {
*"RouterBOARD 2011UAS")
name="rb-2011uas"
;;
+ *"RouterBOARD 2011UiAS")
+ name="rb-2011uias"
+ ;;
*"RouterBOARD 2011UAS-2HnD")
name="rb-2011uas-2hnd"
;;