summaryrefslogtreecommitdiffstats
path: root/target/linux/ar71xx/base-files/lib/ar71xx.sh
diff options
context:
space:
mode:
authorImre Kaloz <kaloz@openwrt.org>2014-11-27 14:27:34 +0000
committerImre Kaloz <kaloz@openwrt.org>2014-11-27 14:27:34 +0000
commit974f286261065f972e4af9065e84e5a8c94942cc (patch)
treea5359120715ed556e5a9f3fe8dd5caf940b5aa25 /target/linux/ar71xx/base-files/lib/ar71xx.sh
parent200c30b42602a4e1e9444942ea0dc5006f272b8c (diff)
downloadmaster-31e0f0ae-974f286261065f972e4af9065e84e5a8c94942cc.tar.gz
master-31e0f0ae-974f286261065f972e4af9065e84e5a8c94942cc.tar.bz2
master-31e0f0ae-974f286261065f972e4af9065e84e5a8c94942cc.zip
add D-link DGL-5500 A1 support
Signed-off-by: Imre Kaloz <kaloz@openwrt.org> SVN-Revision: 43401
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 a802258817..483a8ded87 100755
--- a/target/linux/ar71xx/base-files/lib/ar71xx.sh
+++ b/target/linux/ar71xx/base-files/lib/ar71xx.sh
@@ -342,6 +342,9 @@ ar71xx_board_detect() {
*"DB120 reference board")
name="db120"
;;
+ *"DGL-5500 rev. A1")
+ name="dgl-5500-a1"
+ ;;
*"DHP-1565 rev. A1")
name="dhp-1565-a1"
;;