diff options
author | Stijn Tintel <stijn@linux-ipv6.be> | 2016-07-18 19:39:57 +0200 |
---|---|---|
committer | Stijn Tintel <stijn@linux-ipv6.be> | 2016-10-27 01:50:42 +0300 |
commit | e3875350f3e4185020b64e0588bba521cd1d6e64 (patch) | |
tree | 55110b8007ef6e10d14fc858b3f4c32bf08b1ca7 /target/linux/ar71xx/base-files/lib/ar71xx.sh | |
parent | 6b0d279ca58bf6173b57c7e9b759be4552eab74a (diff) | |
download | mtk-20170518-e3875350f3e4185020b64e0588bba521cd1d6e64.zip mtk-20170518-e3875350f3e4185020b64e0588bba521cd1d6e64.tar.gz mtk-20170518-e3875350f3e4185020b64e0588bba521cd1d6e64.tar.bz2 |
ar71xx: add support for D-Link DAP-2695 rev. A1
Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be>
Acked-by: John Crispin <john@phrozen.org>
Diffstat (limited to 'target/linux/ar71xx/base-files/lib/ar71xx.sh')
-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 fb375a5..f51d7db 100755 --- a/target/linux/ar71xx/base-files/lib/ar71xx.sh +++ b/target/linux/ar71xx/base-files/lib/ar71xx.sh @@ -511,6 +511,9 @@ ar71xx_board_detect() { *CR5000) name="cr5000" ;; + *"DAP-2695 rev. A1") + name="dap-2695-a1" + ;; *"DB120 reference board") name="db120" ;; |