diff options
author | John Crispin <john@openwrt.org> | 2014-11-14 16:54:15 +0000 |
---|---|---|
committer | John Crispin <john@openwrt.org> | 2014-11-14 16:54:15 +0000 |
commit | cfdaa8aefd9f4d726135def66835bcd22a23de02 (patch) | |
tree | 7ad644084a65bbe72ac83f5e9f6d4860ee679d13 /target/linux/ar71xx/base-files/lib | |
parent | 95544f33dd204abe78dac54d4ac62fc19a58b980 (diff) | |
download | upstream-cfdaa8aefd9f4d726135def66835bcd22a23de02.tar.gz upstream-cfdaa8aefd9f4d726135def66835bcd22a23de02.tar.bz2 upstream-cfdaa8aefd9f4d726135def66835bcd22a23de02.zip |
ar71xx: add user-space support for the OpenMesh MR900 board
Signed-off-by: Sven Eckelmann <sven@open-mesh.com>
SVN-Revision: 43259
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 a3cefc5043..7aca600d19 100755 --- a/target/linux/ar71xx/base-files/lib/ar71xx.sh +++ b/target/linux/ar71xx/base-files/lib/ar71xx.sh @@ -392,6 +392,9 @@ ar71xx_board_detect() { *MR600) name="mr600" ;; + *MR900) + name="mr900" + ;; *"My Net N600") name="mynet-n600" ;; |