diff options
author | Sven Eckelmann <sven.eckelmann@open-mesh.com> | 2016-05-19 20:20:46 +0200 |
---|---|---|
committer | Sven Eckelmann <sven@narfation.org> | 2016-09-21 18:16:54 +0200 |
commit | 4643507288f47caf1d3088f48d0cdf52703defa7 (patch) | |
tree | 025d2963acaf341e5d9da8cd7c4818fc46ddc888 /target/linux/ar71xx/base-files/lib | |
parent | 579c3580e373b3caeaebb461083c103c00fc826f (diff) | |
download | upstream-4643507288f47caf1d3088f48d0cdf52703defa7.tar.gz upstream-4643507288f47caf1d3088f48d0cdf52703defa7.tar.bz2 upstream-4643507288f47caf1d3088f48d0cdf52703defa7.zip |
ar71xx: add user-space support for the OpenMesh MR1750 board
Signed-off-by: Sven Eckelmann <sven.eckelmann@open-mesh.com>
Backport of r46927
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 dab4d2c7c9..7af29dba55 100755 --- a/target/linux/ar71xx/base-files/lib/ar71xx.sh +++ b/target/linux/ar71xx/base-files/lib/ar71xx.sh @@ -518,6 +518,9 @@ ar71xx_board_detect() { *MR600v2) name="mr600v2" ;; + *MR1750) + name="mr1750" + ;; *MR600) name="mr600" ;; |