summaryrefslogtreecommitdiffstats
path: root/target/linux/ar71xx/base-files/lib/ar71xx.sh
diff options
context:
space:
mode:
authorJohn Crispin <john@openwrt.org>2015-07-14 07:32:33 +0000
committerJohn Crispin <john@openwrt.org>2015-07-14 07:32:33 +0000
commit02984a6e09416230d929c17e5dc738c09127934c (patch)
tree92e0b230961c0d997dc6820afb176d652cc3af3b /target/linux/ar71xx/base-files/lib/ar71xx.sh
parenta06c1c810ebd6a89ae04ca4cd4c2229e0ec335a0 (diff)
downloadmaster-31e0f0ae-02984a6e09416230d929c17e5dc738c09127934c.tar.gz
master-31e0f0ae-02984a6e09416230d929c17e5dc738c09127934c.tar.bz2
master-31e0f0ae-02984a6e09416230d929c17e5dc738c09127934c.zip
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-xtarget/linux/ar71xx/base-files/lib/ar71xx.sh3
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 dd13948c40..f323ec3612 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"
;;