diff options
author | John Crispin <blogic@openwrt.org> | 2015-07-24 08:58:03 +0000 |
---|---|---|
committer | John Crispin <blogic@openwrt.org> | 2015-07-24 08:58:03 +0000 |
commit | 2acb18ca54103f31ed61f6310ff3ceadeee90eca (patch) | |
tree | 41af4d84f4ec3d2a2a697c439f97a405c6a0930b /target/linux/ar71xx/base-files/lib | |
parent | beb1e2b1edf9d49f1f733236729ab818e604a8ae (diff) | |
download | upstream-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')
-rwxr-xr-x | target/linux/ar71xx/base-files/lib/ar71xx.sh | 3 | ||||
-rwxr-xr-x | target/linux/ar71xx/base-files/lib/upgrade/platform.sh | 1 |
2 files changed, 4 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" ;; diff --git a/target/linux/ar71xx/base-files/lib/upgrade/platform.sh b/target/linux/ar71xx/base-files/lib/upgrade/platform.sh index ade47fb852..15560c4c53 100755 --- a/target/linux/ar71xx/base-files/lib/upgrade/platform.sh +++ b/target/linux/ar71xx/base-files/lib/upgrade/platform.sh @@ -207,6 +207,7 @@ platform_check_image() { dir-615-e4 | \ dir-825-c1 | \ dir-835-a1 | \ + dlan-pro-500-wp | \ dragino2 | \ esr1750 | \ esr900 | \ |