aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/ar71xx/base-files/lib/ar71xx.sh
diff options
context:
space:
mode:
authorJohn Crispin <blogic@openwrt.org>2015-07-14 07:32:33 +0000
committerJohn Crispin <blogic@openwrt.org>2015-07-14 07:32:33 +0000
commit324f13e54e22d982c847065e0fcb3b4ca3811cf0 (patch)
treed67a057957698397f8c94b94aff808554de1aa2a /target/linux/ar71xx/base-files/lib/ar71xx.sh
parent9d9fa2f14739eb0e51d87b43d06966875da3fb51 (diff)
downloadmaster-187ad058-324f13e54e22d982c847065e0fcb3b4ca3811cf0.tar.gz
master-187ad058-324f13e54e22d982c847065e0fcb3b4ca3811cf0.tar.bz2
master-187ad058-324f13e54e22d982c847065e0fcb3b4ca3811cf0.zip
ar71xx: add support for the devolo dLAN pro 500 Wireless+
Signed-off-by: Günther Kelleter <guenther.kelleter@devolo.de> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@46338 3c298f89-4303-0410-b956-a3cf2f4a3e73
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"
;;