diff options
author | John Crispin <john@openwrt.org> | 2015-09-14 20:11:01 +0000 |
---|---|---|
committer | John Crispin <john@openwrt.org> | 2015-09-14 20:11:01 +0000 |
commit | cbf71651ec2acf1a79655f3fcf03ba2e9014a9ea (patch) | |
tree | e276f52ad2f608267bb32d95f5e495e61d9a1dff /target/linux/ar71xx/base-files/lib | |
parent | aba20334a4bdb557f5b14c28318a974529dd2b70 (diff) | |
download | upstream-cbf71651ec2acf1a79655f3fcf03ba2e9014a9ea.tar.gz upstream-cbf71651ec2acf1a79655f3fcf03ba2e9014a9ea.tar.bz2 upstream-cbf71651ec2acf1a79655f3fcf03ba2e9014a9ea.zip |
ar71xx: add user-space support for the OpenMesh MR1750 board
Signed-off-by: Sven Eckelmann <sven@open-mesh.com>
SVN-Revision: 46927
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 d4959408de..dcf7006d9e 100755 --- a/target/linux/ar71xx/base-files/lib/ar71xx.sh +++ b/target/linux/ar71xx/base-files/lib/ar71xx.sh @@ -514,6 +514,9 @@ ar71xx_board_detect() { *MR600v2) name="mr600v2" ;; + *MR1750) + name="mr1750" + ;; *MR600) name="mr600" ;; |