aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/ar71xx/base-files/lib/ar71xx.sh
diff options
context:
space:
mode:
authorJohn Crispin <blogic@openwrt.org>2015-07-24 08:58:03 +0000
committerJohn Crispin <blogic@openwrt.org>2015-07-24 08:58:03 +0000
commit2acb18ca54103f31ed61f6310ff3ceadeee90eca (patch)
tree41af4d84f4ec3d2a2a697c439f97a405c6a0930b /target/linux/ar71xx/base-files/lib/ar71xx.sh
parentbeb1e2b1edf9d49f1f733236729ab818e604a8ae (diff)
downloadupstream-2acb18ca54103f31ed61f6310ff3ceadeee90eca.tar.gz
upstream-2acb18ca54103f31ed61f6310ff3ceadeee90eca.tar.bz2
upstream-2acb18ca54103f31ed61f6310ff3ceadeee90eca.zip
ar71xx: add support for the devolo dLAN pro 500 Wireless+
Backport of r46338 Signed-off-by: Günther Kelleter <guenther.kelleter@devolo.de> git-svn-id: svn://svn.openwrt.org/openwrt/branches/chaos_calmer@46442 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 8f4bb409ff..c899bdad4e 100755
--- a/target/linux/ar71xx/base-files/lib/ar71xx.sh
+++ b/target/linux/ar71xx/base-files/lib/ar71xx.sh
@@ -414,6 +414,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"
;;