ath79: add support for D-Link DAP-3320 A1
authorSebastian Schaper <openwrt@sebastianschaper.net>
Mon, 30 Nov 2020 19:09:29 +0000 (20:09 +0100)
committerAdrian Schmutzler <freifunk@adrianschmutzler.de>
Mon, 4 Jan 2021 00:09:32 +0000 (01:09 +0100)
commit8ae2ee99c60382f9f5130009397fd36e40900447
tree89ab34d00861e52d360e447bbdafc94f4c83da48
parent5b58710fad2137eedad874f0fe8fe22082d1edc6
ath79: add support for D-Link DAP-3320 A1

Specifications:
 * QCA9533, 16 MiB Flash, 64 MiB RAM, 802.11n 2T2R
 * 10/100 Ethernet Port, 802.11af PoE
 * IP55 pole-mountable outdoor case

Installation:
 * Factory Web UI is at 192.168.0.50
   login with 'admin' and blank password, flash factory.bin
 * Recovery Web UI is at 192.168.0.50
   connect network cable, hold reset button during power-on and keep it
   pressed until uploading has started (only required when checksum is ok,
   e.g. for reverting back to oem firmware), flash factory.bin

After flashing factory.bin, additional free space can be reclaimed by
flashing sysupgrade.bin, since the factory image requires some padding
to be accepted for upgrading via OEM Web UI.

Signed-off-by: Sebastian Schaper <openwrt@sebastianschaper.net>
target/linux/ath79/dts/qca9533_dlink_dap-3320-a1.dts [new file with mode: 0644]
target/linux/ath79/generic/base-files/etc/board.d/02_network
target/linux/ath79/generic/base-files/etc/hotplug.d/ieee80211/10_fix_wifi_mac
target/linux/ath79/generic/base-files/etc/uci-defaults/09_fix-checksum
target/linux/ath79/image/generic.mk