diff options
author | Imre Kaloz <kaloz@openwrt.org> | 2014-11-27 14:27:34 +0000 |
---|---|---|
committer | Imre Kaloz <kaloz@openwrt.org> | 2014-11-27 14:27:34 +0000 |
commit | 974f286261065f972e4af9065e84e5a8c94942cc (patch) | |
tree | a5359120715ed556e5a9f3fe8dd5caf940b5aa25 /target/linux/ar71xx/base-files/lib/ar71xx.sh | |
parent | 200c30b42602a4e1e9444942ea0dc5006f272b8c (diff) | |
download | upstream-974f286261065f972e4af9065e84e5a8c94942cc.tar.gz upstream-974f286261065f972e4af9065e84e5a8c94942cc.tar.bz2 upstream-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-x | target/linux/ar71xx/base-files/lib/ar71xx.sh | 3 |
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" ;; |