summaryrefslogtreecommitdiff
path: root/target/linux/ar71xx/base-files/lib
diff options
context:
space:
mode:
authorGabor Juhos <juhosg@openwrt.org>2013-02-01 15:50:45 +0000
committerGabor Juhos <juhosg@openwrt.org>2013-02-01 15:50:45 +0000
commit2af995ba1d2d55af339651fd84ef682700c975a0 (patch)
tree7e4eef92493980589f2be35c7d08b1cc49ec5abe /target/linux/ar71xx/base-files/lib
parent8837d3a49b41666a02b14a8911df502f3a60550e (diff)
downloadmtk-20170518-2af995ba1d2d55af339651fd84ef682700c975a0.zip
mtk-20170518-2af995ba1d2d55af339651fd84ef682700c975a0.tar.gz
mtk-20170518-2af995ba1d2d55af339651fd84ef682700c975a0.tar.bz2
ar71xx: add user-space support for OpenMesh MR600v2
Signed-off-by: Marek Lindner <marek@open-mesh.com> Signed-off-by: Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 35429
Diffstat (limited to 'target/linux/ar71xx/base-files/lib')
-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 a104375..3fd23d2 100755
--- a/target/linux/ar71xx/base-files/lib/ar71xx.sh
+++ b/target/linux/ar71xx/base-files/lib/ar71xx.sh
@@ -246,6 +246,9 @@ ar71xx_board_detect() {
*LS-SR71)
name="ls-sr71"
;;
+ *MR600v2)
+ name="mr600v2"
+ ;;
*MR600)
name="mr600"
;;