diff options
author | John Crispin <john@openwrt.org> | 2015-07-14 07:32:33 +0000 |
---|---|---|
committer | John Crispin <john@openwrt.org> | 2015-07-14 07:32:33 +0000 |
commit | 02984a6e09416230d929c17e5dc738c09127934c (patch) | |
tree | 92e0b230961c0d997dc6820afb176d652cc3af3b /target/linux/ar71xx/base-files/lib/ar71xx.sh | |
parent | a06c1c810ebd6a89ae04ca4cd4c2229e0ec335a0 (diff) | |
download | mtk-20170518-02984a6e09416230d929c17e5dc738c09127934c.zip mtk-20170518-02984a6e09416230d929c17e5dc738c09127934c.tar.gz mtk-20170518-02984a6e09416230d929c17e5dc738c09127934c.tar.bz2 |
ar71xx: add support for the devolo dLAN pro 500 Wireless+
Signed-off-by: Günther Kelleter <guenther.kelleter@devolo.de>
SVN-Revision: 46338
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 dd13948..f323ec3 100755 --- a/target/linux/ar71xx/base-files/lib/ar71xx.sh +++ b/target/linux/ar71xx/base-files/lib/ar71xx.sh @@ -423,6 +423,9 @@ ar71xx_board_detect() { *"DIR-835 rev. A1") name="dir-835-a1" ;; + *"dLAN pro 500 Wireless+") + name="dlan-pro-500-wp" + ;; *"Dragino v2") name="dragino2" ;; |