diff options
author | Gabor Juhos <juhosg@openwrt.org> | 2012-11-18 09:32:35 +0000 |
---|---|---|
committer | Gabor Juhos <juhosg@openwrt.org> | 2012-11-18 09:32:35 +0000 |
commit | c3174179b73e49e9ce32740d0bc65d138b959ada (patch) | |
tree | 8298922cbb2d5403e42f1539c4efa140f83cf7cd /target/linux/ar71xx/base-files/lib | |
parent | 8d4857d677489d66554fbde5fdae5c63b50c6d0a (diff) | |
download | mtk-20170518-c3174179b73e49e9ce32740d0bc65d138b959ada.zip mtk-20170518-c3174179b73e49e9ce32740d0bc65d138b959ada.tar.gz mtk-20170518-c3174179b73e49e9ce32740d0bc65d138b959ada.tar.bz2 |
ar71xx: add user-space support for the OpenMesh MR600 board
Signed-off-by: Marek Lindner <lindner_marek@yahoo.de>
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 34232
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 2f5d6e7..22eae94 100755 --- a/target/linux/ar71xx/base-files/lib/ar71xx.sh +++ b/target/linux/ar71xx/base-files/lib/ar71xx.sh @@ -228,6 +228,9 @@ ar71xx_board_detect() { *LS-SR71) name="ls-sr71" ;; + *MR600) + name="mr600" + ;; *MZK-W04NU) name="mzk-w04nu" ;; |