including backport of mtd patches. 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 by nbd168 added the required mtd read operations for supporting ZBT-WG3526-32M: https://github.com/lede-project/source/commit/22d982e#diff-3835f027e16e6416090c1833bc732af3
		
			
				
	
	
		
			40 lines
		
	
	
		
			608 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			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'
 |