aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/ramips/base-files/lib
diff options
context:
space:
mode:
authorGeorge Hopkins <george-hopkins@null.net>2017-10-28 14:24:21 +0200
committerJohn Crispin <john@phrozen.org>2018-02-13 11:18:07 +0100
commit13f9e40602707479aaffac0d68a952070f305b7d (patch)
tree3bbc790ad9f611e2febe89059b29c3704bf8796d /target/linux/ramips/base-files/lib
parent520335506273ed248074f7b3d2ba8bec148dddaa (diff)
downloadupstream-13f9e40602707479aaffac0d68a952070f305b7d.tar.gz
upstream-13f9e40602707479aaffac0d68a952070f305b7d.tar.bz2
upstream-13f9e40602707479aaffac0d68a952070f305b7d.zip
ramips: add support for D-Link DAP-1522 A1
D-Link DAP-1522 is a wireless bridge/access point with 4 LAN ports and a dual-band wireless chipset. Specifications: - Ralink RT2880 - 32 MB of RAM - 4 MB of Flash - 4x 10/100/1000 Mbps Ethernet (RTL8366SR) - 802.11abgn (RT2850) Flash Instructions: 1. Download lede-ramips-rt288x-dap-1522-a1-squashfs-factory.bin 2. Open the web interface and upload the image Signed-off-by: George Hopkins <george-hopkins@null.net>
Diffstat (limited to 'target/linux/ramips/base-files/lib')
-rwxr-xr-xtarget/linux/ramips/base-files/lib/ramips.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/target/linux/ramips/base-files/lib/ramips.sh b/target/linux/ramips/base-files/lib/ramips.sh
index 74ed5913b8..9738f01dfe 100755
--- a/target/linux/ramips/base-files/lib/ramips.sh
+++ b/target/linux/ramips/base-files/lib/ramips.sh
@@ -112,6 +112,9 @@ ramips_board_detect() {
*"DAP-1350")
name="dap-1350"
;;
+ *"DAP-1522 A1")
+ name="dap-1522-a1"
+ ;;
*"DB-WRT01")
name="db-wrt01"
;;
0'>190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227