diff options
author | John Crispin <blogic@openwrt.org> | 2015-09-14 20:11:01 +0000 |
---|---|---|
committer | John Crispin <blogic@openwrt.org> | 2015-09-14 20:11:01 +0000 |
commit | ff4d50ac72a53c8ec8c64f38248fa6729f6d08cc (patch) | |
tree | 02545a01df76f95e0098ca5fe8c80cb39db10fe9 /target/linux/ar71xx/base-files/lib | |
parent | 74de0cb5174903b5963f2a8726679a085771b6cf (diff) | |
download | master-187ad058-ff4d50ac72a53c8ec8c64f38248fa6729f6d08cc.tar.gz master-187ad058-ff4d50ac72a53c8ec8c64f38248fa6729f6d08cc.tar.bz2 master-187ad058-ff4d50ac72a53c8ec8c64f38248fa6729f6d08cc.zip |
ar71xx: add user-space support for the OpenMesh MR1750 board
Signed-off-by: Sven Eckelmann <sven@open-mesh.com>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@46927 3c298f89-4303-0410-b956-a3cf2f4a3e73
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" ;; |