gluon/targets/ramips-mt7621
CodeFetch 3f4e77a3f4 ramips-mt7621: Add support for ZBT-WG3526-32M
The general flash issue (32MB) was discussed [here](https://gist.github.com/dmke/d389bc364b3f73f525076eaee0019dc1).
The resulting patch was the following:
http://lists.infradead.org/pipermail/linux-mtd/2016-December/070889.html

[Another patch](lede-project/source@22d982e#diff-3835f027e16e6416090c1833bc732af3)
by nbd168 added the required mtd read operations for supporting ZBT-WG3526-32M and Digineo AC1200 Pro.

The patches needed to be adjusted slightly.
2018-02-04 16:15:34 +01:00

40 lines
608 B
Plaintext

# BROKEN: No AP+IBSS support (plus individual issues)
if [ "$BROKEN" ]; then
## D-Link
device d-link-dir-860l-b1 dir-860l-b1 # BROKEN: 2.4 GHz Mesh unreliable
## Netgear
device netgear-wndr3700v5 wndr3700v5 # BROKEN: Untested
factory
## ZBT
device zbt-wg3526-16m zbt-wg3526-16M # BROKEN: Untested
factory
manifest_alias zbt-wg3526
device zbt-wg3526-32m zbt-wg3526-32M # BROKEN: Untested
factory
fi
# Devices without WLAN
## Ubiquiti
device ubnt-erx ubnt-erx
packages '-hostapd-mini'
factory
sysupgrade '.tar'
device ubnt-erx-sfp ubnt-erx-sfp
packages '-hostapd-mini'
factory
sysupgrade '.tar'