diff options
author | John Crispin <john@openwrt.org> | 2014-11-14 16:55:04 +0000 |
---|---|---|
committer | John Crispin <john@openwrt.org> | 2014-11-14 16:55:04 +0000 |
commit | 104be9f8032dcfbce78729a2d515b4e4567b4e18 (patch) | |
tree | 6775e44cf33387294a15529495216370ac67c1f9 /target/linux/ar71xx/base-files/lib | |
parent | bc333d53993935ad168578cc5d02ca27f325727f (diff) | |
download | mtk-20170518-104be9f8032dcfbce78729a2d515b4e4567b4e18.zip mtk-20170518-104be9f8032dcfbce78729a2d515b4e4567b4e18.tar.gz mtk-20170518-104be9f8032dcfbce78729a2d515b4e4567b4e18.tar.bz2 |
ar71xx: add user-space support for OpenMesh MR900v2
Signed-off-by: Sven Eckelmann <sven@open-mesh.com>
SVN-Revision: 43266
Diffstat (limited to 'target/linux/ar71xx/base-files/lib')
-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 7aca600..0f22618 100755 --- a/target/linux/ar71xx/base-files/lib/ar71xx.sh +++ b/target/linux/ar71xx/base-files/lib/ar71xx.sh @@ -395,6 +395,9 @@ ar71xx_board_detect() { *MR900) name="mr900" ;; + *MR900v2) + name="mr900v2" + ;; *"My Net N600") name="mynet-n600" ;; |