diff options
author | Sven Eckelmann <sven.eckelmann@open-mesh.com> | 2016-09-23 09:36:43 +0200 |
---|---|---|
committer | John Crispin <john@phrozen.org> | 2017-02-14 12:18:05 +0100 |
commit | 640f9158e2bd49e0ee61d9db3eaa77dc8882aae3 (patch) | |
tree | 4473046cfd711845723b78135a4723b7cd5bf2be /target/linux/ar71xx/base-files/lib | |
parent | 5e61a8331d53e7119ab1e616808476f585220a6d (diff) | |
download | upstream-640f9158e2bd49e0ee61d9db3eaa77dc8882aae3.tar.gz upstream-640f9158e2bd49e0ee61d9db3eaa77dc8882aae3.tar.bz2 upstream-640f9158e2bd49e0ee61d9db3eaa77dc8882aae3.zip |
ar71xx: add user-space support for the OpenMesh A40
Signed-off-by: Sven Eckelmann <sven.eckelmann@open-mesh.com>
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 4781278948..b8ec325409 100755 --- a/target/linux/ar71xx/base-files/lib/ar71xx.sh +++ b/target/linux/ar71xx/base-files/lib/ar71xx.sh @@ -382,6 +382,9 @@ ar71xx_board_detect() { *"Oolite V1.0") name="oolite" ;; + *"A40") + name="a40" + ;; *"A60") name="a60" ;; |