John Crispin 
							
						 
					 
					
						
						
							
						
						12cc29265c 
					 
					
						
						
							
							ucentral-schema: update to latest HEAD  
						
						... 
						
						
						
						5a4cacb ipv6: default ipv6_prefix to 64 on downstream interfaces
Signed-off-by: John Crispin <john@phrozen.org > 
						
						
							
						
					 
					
						2021-11-09 15:35:51 +01:00 
						 
				 
			
				
					
						
							
							
								Sharadanand Karanjkar 
							
						 
					 
					
						
						
							
						
						34a6f06bd9 
					 
					
						
						
							
							hostapd: Added control for co-location enable and disable in config.  
						
						... 
						
						
						
						Re-enabling support for enabling configuring rnr_beacon and he_co_locate flag in hostapd config files.
Signed-off-by: Sharadanand Karanjkar <sk@simonwunderlich.de > 
						
						
							
						
					 
					
						2021-11-09 15:35:51 +01:00 
						 
				 
			
				
					
						
							
							
								John Crispin 
							
						 
					 
					
						
						
							
						
						c343d5e629 
					 
					
						
						
							
							docker: install clang-12 to speedup the build jobs  
						
						... 
						
						
						
						Signed-off-by: John Crispin <john@phrozen.org > 
						
						
							
						
					 
					
						2021-11-09 13:10:09 +01:00 
						 
				 
			
				
					
						
							
							
								John Crispin 
							
						 
					 
					
						
						
							
						
						501907eeda 
					 
					
						
						
							
							ucentral-schema: update to latest HEAD  
						
						... 
						
						
						
						4caf81b renderer: setting the dns server was broken on static upstream interfaces
Signed-off-by: John Crispin <john@phrozen.org > 
						
						
							
						
					 
					
						2021-11-09 12:54:39 +01:00 
						 
				 
			
				
					
						
							
							
								John Crispin 
							
						 
					 
					
						
						
							
						
						ba406fe01b 
					 
					
						
						
							
							hostapd: add radius based wispr/bandwidth control  
						
						... 
						
						
						
						Fixes: WIFI-4888
Signed-off-by: John Crispin <john@phrozen.org > 
						
						
							
						
					 
					
						2021-11-09 12:50:31 +01:00 
						 
				 
			
				
					
						
							
							
								John Crispin 
							
						 
					 
					
						
						
							
						
						d61d5cd35e 
					 
					
						
						
							
							ucentral-client: update to latest HEAD  
						
						... 
						
						
						
						This adds a connection watchdog.
Signed-off-by: John Crispin <john@phrozen.org > 
						
						
							
						
					 
					
						2021-11-08 09:15:42 +01:00 
						 
				 
			
				
					
						
							
							
								Paul Spooren 
							
						 
					 
					
						
						
							
						
						68d544c9af 
					 
					
						
						
							
							scripts: gen_config allow explicit warning message  
						
						... 
						
						
						
						Instead of generically mentioning a missing dependency the host
dependency can also be explained by defining a `warning`.
Warning messages are collected and printed at the end.
Signed-off-by: Paul Spooren <mail@aparcar.org > 
						
						
							
						
					 
					
						2021-11-08 09:15:42 +01:00 
						 
				 
			
				
					
						
							
							
								Paul Spooren 
							
						 
					 
					
						
						
							
						
						5d86871253 
					 
					
						
						
							
							profiles: qosify add explicit host dependency warning  
						
						... 
						
						
						
						If the host dependency is missing be explicit about the increasd build
time of more than an hour.
Signed-off-by: Paul Spooren <mail@aparcar.org > 
						
						
							
						
					 
					
						2021-11-08 09:15:42 +01:00 
						 
				 
			
				
					
						
							
							
								John Crispin 
							
						 
					 
					
						
						
							
						
						460785cbe3 
					 
					
						
						
							
							maverick: keep firstcontact and ucentral-client running while in maverick  
						
						... 
						
						
						
						Fixes: WIFI-5439
Signed-off-by: John Crispin <john@phrozen.org > 
						
						
							
						
					 
					
						2021-11-05 14:46:32 +01:00 
						 
				 
			
				
					
						
							
							
								Paul Spooren 
							
						 
					 
					
						
						
							
						
						1cace058c5 
					 
					
						
						
							
							profiles: swich ucentral ap's to qosify profile  
						
						... 
						
						
						
						Instead of installing the package directly use the qosify profile which
automatically handles the host dependency clang/llvm.
Signed-off-by: Paul Spooren <mail@aparcar.org > 
						
						
							
						
					 
					
						2021-11-05 14:46:32 +01:00 
						 
				 
			
				
					
						
							
							
								Paul Spooren 
							
						 
					 
					
						
						
							
						
						5aaf734732 
					 
					
						
						
							
							profiles: add qosify profile to use host toolchain  
						
						... 
						
						
						
						In case clang/llvm is available as a host dependency, modify the
configuration to use it. In case it is not available build clang/llvm
(takes ~30min).
Signed-off-by: Paul Spooren <mail@aparcar.org > 
						
						
							
						
					 
					
						2021-11-05 14:46:32 +01:00 
						 
				 
			
				
					
						
							
							
								Paul Spooren 
							
						 
					 
					
						
						
							
						
						9d3768a68d 
					 
					
						
						
							
							scripts: gen_config add host_dependencies option  
						
						... 
						
						
						
						In case a package/image requres specific host dependencies it is
possible to define entries in the `host_dependencies` array. Each entry
is an object containing at least `name` and `which`. The `which` array
contains tools to be checked in the current `PATH`.
Optionally the two options `success_diffconfig` and
`fallback_diffconfig` can be set. The former is optionally added in case
the tool is found. The latter is added if the dependency is not
available.
If the dependecy is not available and no `fallback_diffconfig` is set,
the config generation is considered impossible and stopped.
Signed-off-by: Paul Spooren <mail@aparcar.org > 
						
						
							
						
					 
					
						2021-11-05 10:47:41 +01:00 
						 
				 
			
				
					
						
							
							
								John Crispin 
							
						 
					 
					
						
						
							
						
						975aae507b 
					 
					
						
						
							
							llvm/clang: add support to build llvm/clang  
						
						... 
						
						
						
						Signed-off-by: John Crispin <john@phrozen.org > 
						
						
							
						
					 
					
						2021-11-05 10:47:41 +01:00 
						 
				 
			
				
					
						
							
							
								John Crispin 
							
						 
					 
					
						
						
							
						
						cc0576886a 
					 
					
						
						
							
							ucentral-schema: update to latest HEAD  
						
						... 
						
						
						
						Signed-off-by: John Crispin <john@phrozen.org > 
						
						
							
						
					 
					
						2021-11-04 16:33:04 +01:00 
						 
				 
			
				
					
						
							
							
								John Crispin 
							
						 
					 
					
						
						
							
						
						9c36b155f6 
					 
					
						
						
							
							ucentral-schema: update to latest HEAD  
						
						... 
						
						
						
						dbb2aaf fix dns only classifiers and add missing class-selectors
4d2c297 qos: split class selector into its own yml
728c6f4 qos: add bulk detection support to data-model/renderer
f5a4651 wmm: fix qos_map_set generation
b958719 update qos/fqdn matching
Signed-off-by: John Crispin <john@phrozen.org > 
						
						
							
						
					 
					
						2021-11-04 15:19:56 +01:00 
						 
				 
			
				
					
						
							
							
								John Crispin 
							
						 
					 
					
						
						
							
						
						28ac14ccc4 
					 
					
						
						
							
							udnssnoop: add dns reply snooping package  
						
						... 
						
						
						
						Signed-off-by: John Crispin <john@phrozen.org > 
						
						
							
						
					 
					
						2021-11-04 15:18:59 +01:00 
						 
				 
			
				
					
						
							
							
								John Crispin 
							
						 
					 
					
						
						
							
						
						e18e7fc8f6 
					 
					
						
						
							
							hostapd: update qos_map_set code inside the script-foo  
						
						... 
						
						
						
						Signed-off-by: John Crispin <john@phrozen.org > 
						
						
							
						
					 
					
						2021-11-04 15:18:59 +01:00 
						 
				 
			
				
					
						
							
							
								John Crispin 
							
						 
					 
					
						
						
							
						
						04d78d3334 
					 
					
						
						
							
							qosify: update to latest HEAD  
						
						... 
						
						
						
						Signed-off-by: John Crispin <john@phrozen.org > 
						
						
							
						
					 
					
						2021-11-04 15:18:59 +01:00 
						 
				 
			
				
					
						
							
							
								John Crispin 
							
						 
					 
					
						
						
							
						
						a9fd11ed8a 
					 
					
						
						
							
							ucentral-schema: update to latest HEAD  
						
						... 
						
						
						
						75c0a39 renderer: add wired interfaces to OVS bridge
5e42737 generate-reader.uc: rename ip to uc-ip
Signed-off-by: John Crispin <john@phrozen.org > 
						
						
							
						
					 
					
						2021-11-02 17:39:49 +01:00 
						 
				 
			
				
					
						
							
							
								Stijn Tintel 
							
						 
					 
					
						
						
							
						
						839f43c010 
					 
					
						
						
							
							openflow: sync pending change from openwrt-packages  
						
						... 
						
						
						
						c0daf3aaf openvswitch: bring up member ports
Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be > 
						
						
							
						
					 
					
						2021-11-02 17:35:28 +01:00 
						 
				 
			
				
					
						
							
							
								John Crispin 
							
						 
					 
					
						
						
							
						
						f599a42618 
					 
					
						
						
							
							ucentral-client: update to latest HEAD  
						
						... 
						
						
						
						eabfeaa dynamically start event daemon when we need it
Signed-off-by: John Crispin <john@phrozen.org > 
						
						
							
						
					 
					
						2021-11-02 17:30:46 +01:00 
						 
				 
			
				
					
						
							
							
								John Crispin 
							
						 
					 
					
						
						
							
						
						8bc7bee3bc 
					 
					
						
						
							
							ucentral-schema: update to latest HEAD  
						
						... 
						
						
						
						434f749 renderer: filter out HE160 and HE80+80
Signed-off-by: John Crispin <john@phrozen.org > 
						
						
							
						
					 
					
						2021-11-01 16:04:35 +01:00 
						 
				 
			
				
					
						
							
							
								John Crispin 
							
						 
					 
					
						
						
							
						
						53004cc39c 
					 
					
						
						
							
							ubus: update to latest HEAD  
						
						... 
						
						
						
						Signed-off-by: John Crispin <john@phrozen.org > 
						
						
							
						
					 
					
						2021-11-01 12:07:27 +01:00 
						 
				 
			
				
					
						
							
							
								John Crispin 
							
						 
					 
					
						
						
							
						
						9a1c8cff9f 
					 
					
						
						
							
							ucentral-schema: update to latest HEAD  
						
						... 
						
						
						
						9f8f80e renderer: fix wifi uci config in dual stack mode
Fixes: WIFI-5400
Signed-off-by: John Crispin <john@phrozen.org > 
						
						
							
						
					 
					
						2021-11-01 11:49:50 +01:00 
						 
				 
			
				
					
						
							
							
								John Crispin 
							
						 
					 
					
						
						
							
						
						2d0e2bccbf 
					 
					
						
						
							
							netifd: remove NE dhcp hack  
						
						... 
						
						
						
						Fixes: WIFI-4949
Signed-off-by: John Crispin <john@phrozen.org > 
						
						
							
						
					 
					
						2021-11-01 11:33:09 +01:00 
						 
				 
			
				
					
						
							
							
								John Crispin 
							
						 
					 
					
						
						
							
						
						70c2c36e0f 
					 
					
						
						
							
							qosify: update to latest version  
						
						... 
						
						
						
						This improves bulk traffic detection.
Signed-off-by: John Crispin <john@phrozen.org > 
						
						
							
						
					 
					
						2021-11-01 11:32:13 +01:00 
						 
				 
			
				
					
						
							
							
								John Crispin 
							
						 
					 
					
						
						
							
						
						11ed0b089c 
					 
					
						
						
							
							ipq807x: update BPF backport  
						
						... 
						
						
						
						The patch broke kernel build with lockdep enabled
Signed-off-by: John Crispin <john@phrozen.org > 
						
						
							
						
					 
					
						2021-11-01 11:30:55 +01:00 
						 
				 
			
				
					
						
							
							
								John Crispin 
							
						 
					 
					
						
						
							
						
						29058df59b 
					 
					
						
						
							
							luci-mod-ucentral: the continue button was grey when trying to flash an image  
						
						... 
						
						
						
						Fixes: WIFI-5072
Signed-off-by: John Crispin <john@phrozen.org > 
						
						
							
						
					 
					
						2021-11-01 07:58:30 +01:00 
						 
				 
			
				
					
						
							
							
								John Crispin 
							
						 
					 
					
						
						
							
						
						e840bab8cc 
					 
					
						
						
							
							ucentral-schema: update to latest HEAD  
						
						... 
						
						
						
						17fefd3 pass-point: domain_name should be a ',' and not ':' seperated list
Fixes: WIFI-4869
Signed-off-by: John Crispin <john@phrozen.org > 
						
						
							
						
					 
					
						2021-11-01 07:11:26 +01:00 
						 
				 
			
				
					
						
							
							
								John Crispin 
							
						 
					 
					
						
						
							
						
						e3e3c9ea72 
					 
					
						
						
							
							qosify: disable automatic bulk detection until it is in the data-model  
						
						... 
						
						
						
						Signed-off-by: John Crispin <john@phrozen.org > 
						
						
							
 
						
					 
					
						2021-10-30 08:39:47 +02:00 
						 
				 
			
				
					
						
							
							
								John Crispin 
							
						 
					 
					
						
						
							
						
						a3125e6ab2 
					 
					
						
						
							
							ipq807x: fix vlan offload support in v5.10 eBPF backport  
						
						... 
						
						
						
						Signed-off-by: John Crispin <john@phrozen.org > 
						
						
							
						
					 
					
						2021-10-30 08:39:39 +02:00 
						 
				 
			
				
					
						
							
							
								John Crispin 
							
						 
					 
					
						
						
							
						
						63e8b90656 
					 
					
						
						
							
							qosify: update to latest bpf-headers ABI  
						
						... 
						
						
						
						Signed-off-by: John Crispin <john@phrozen.org > 
						
						
							
						
					 
					
						2021-10-29 19:49:34 +02:00 
						 
				 
			
				
					
						
							
							
								John Crispin 
							
						 
					 
					
						
						
							
						
						70f231d948 
					 
					
						
						
							
							bpf-headers: more ABI fixes  
						
						... 
						
						
						
						Signed-off-by: John Crispin <john@phrozen.org > 
						
						
							
						
					 
					
						2021-10-29 19:48:56 +02:00 
						 
				 
			
				
					
						
							
							
								John Crispin 
							
						 
					 
					
						
						
							
						
						2983d9ca2b 
					 
					
						
						
							
							ath11k-wifi: add trailing '\' in Makefile  
						
						... 
						
						
						
						This caused image to pop up builds with no BDF in the image.
Fixes: 1a305421john@phrozen.org > 
						
						
							
 
						
					 
					
						2021-10-29 08:36:21 +02:00 
						 
				 
			
				
					
						
							
							
								John Crispin 
							
						 
					 
					
						
						
							
						
						2283a64e57 
					 
					
						
						
							
							ipq807x: backport eBPF layer from v5.10 kernel  
						
						... 
						
						
						
						Signed-off-by: John Crispin <john@phrozen.org > 
						
						
							
 
						
					 
					
						2021-10-28 19:40:05 +02:00 
						 
				 
			
				
					
						
							
							
								John Crispin 
							
						 
					 
					
						
						
							
						
						1a3054218f 
					 
					
						
						
							
							ipq807x: add support for wallystech dr6018  
						
						... 
						
						
						
						Signed-off-by: John Crispin <john@phrozen.org > 
						
						
							
						
					 
					
						2021-10-28 19:40:05 +02:00 
						 
				 
			
				
					
						
							
							
								John Crispin 
							
						 
					 
					
						
						
							
						
						7d26b55cb5 
					 
					
						
						
							
							Dockerfile: install llvm/clang  
						
						... 
						
						
						
						This is required by the bpf-header compat package.
Signed-off-by: John Crispin <john@phrozen.org > 
						
						
							
						
					 
					
						2021-10-28 19:40:05 +02:00 
						 
				 
			
				
					
						
							
							
								John Crispin 
							
						 
					 
					
						
						
							
						
						cd85723609 
					 
					
						
						
							
							ipq807x: fix v4.4 kernel-headers for BPF  
						
						... 
						
						
						
						Signed-off-by: John Crispin <john@phrozen.org > 
						
						
							
						
					 
					
						2021-10-28 10:15:58 +02:00 
						 
				 
			
				
					
						
							
							
								John Crispin 
							
						 
					 
					
						
						
							
						
						6d922da9b8 
					 
					
						
						
							
							backports: add iproute2 compile fix  
						
						... 
						
						
						
						Signed-off-by: John Crispin <john@phrozen.org > 
						
						
							
						
					 
					
						2021-10-28 10:15:58 +02:00 
						 
				 
			
				
					
						
							
							
								John Crispin 
							
						 
					 
					
						
						
							
						
						6b81555bb2 
					 
					
						
						
							
							backports: add bpf-headers compat layer  
						
						... 
						
						
						
						Signed-off-by: John Crispin <john@phrozen.org > 
						
						
							
						
					 
					
						2021-10-28 10:15:58 +02:00 
						 
				 
			
				
					
						
							
							
								John Crispin 
							
						 
					 
					
						
						
							
						
						267157563e 
					 
					
						
						
							
							ucentral-schema: update to latest HEAD  
						
						... 
						
						
						
						1bdc8de update the qos scheme/renderer
Signed-off-by: John Crispin <john@phrozen.org > 
						
						
							
						
					 
					
						2021-10-28 10:15:58 +02:00 
						 
				 
			
				
					
						
							
							
								John Crispin 
							
						 
					 
					
						
						
							
						
						6505ca0a8f 
					 
					
						
						
							
							hostapd: fix qos_map_set  
						
						... 
						
						
						
						The option was incorrectly masked by iw_enable.
Signed-off-by: John Crispin <john@phrozen.org > 
						
						
							
						
					 
					
						2021-10-28 10:15:58 +02:00 
						 
				 
			
				
					
						
							
							
								John Crispin 
							
						 
					 
					
						
						
							
						
						5cafdaea60 
					 
					
						
						
							
							profiles: add qosify to the ap profile  
						
						... 
						
						
						
						Signed-off-by: John Crispin <john@phrozen.org > 
						
						
							
						
					 
					
						2021-10-28 10:15:58 +02:00 
						 
				 
			
				
					
						
							
							
								John Crispin 
							
						 
					 
					
						
						
							
						
						4a3d4f5609 
					 
					
						
						
							
							qosify: add new QoS package  
						
						... 
						
						
						
						Signed-off-by: John Crispin <john@phrozen.org > 
						
						
							
						
					 
					
						2021-10-28 10:15:58 +02:00 
						 
				 
			
				
					
						
							
							
								John Crispin 
							
						 
					 
					
						
						
							
						
						3085dc78ef 
					 
					
						
						
							
							ucode: update to latest HEAD  
						
						... 
						
						
						
						* adds resolv module
Signed-off-by: John Crispin <john@phrozen.org > 
						
						
							
						
					 
					
						2021-10-27 18:21:02 +02:00 
						 
				 
			
				
					
						
							
							
								John Crispin 
							
						 
					 
					
						
						
							
						
						897ab17137 
					 
					
						
						
							
							ucentral-schema: update to latest HEAD  
						
						... 
						
						
						
						6b3bdb1 force dnsmasq reload after applying a config
Fixes: WIFI-5025
Signed-off-by: John Crispin <john@phrozen.org > 
						
						
							
						
					 
					
						2021-10-22 18:05:38 +02:00 
						 
				 
			
				
					
						
							
							
								John Crispin 
							
						 
					 
					
						
						
							
						
						840319e24f 
					 
					
						
						
							
							udevmand: update to latest HEAD  
						
						... 
						
						
						
						b5a68ca fix wrap around glitch
Signed-off-by: John Crispin <john@phrozen.org > 
						
						
							
						
					 
					
						2021-10-22 10:35:53 +02:00 
						 
				 
			
				
					
						
							
							
								John Crispin 
							
						 
					 
					
						
						
							
						
						00197d703e 
					 
					
						
						
							
							ath11k: fix regdb upload  
						
						... 
						
						
						
						Make ath11k honour latest regdb.
Fixes: WIFI-3256
Signed-off-by: John Crispin <john@phrozen.org > 
						
						
							
						
					 
					
						2021-10-22 10:27:47 +02:00 
						 
				 
			
				
					
						
							
							
								John Crispin 
							
						 
					 
					
						
						
							
						
						a290ad3764 
					 
					
						
						
							
							ucentral-schema: update to latest HEAD  
						
						... 
						
						
						
						d59450b add bssid to radio stats
Signed-off-by: John Crispin <john@phrozen.org > 
						
						
							
						
					 
					
						2021-10-22 08:18:50 +02:00 
						 
				 
			
				
					
						
							
							
								John Crispin 
							
						 
					 
					
						
						
							
						
						972eea34eb 
					 
					
						
						
							
							ucentral-client: update to latest HEAD  
						
						... 
						
						
						
						0179c0f Drop 60s socket timeout
Signed-off-by: John Crispin <john@phrozen.org > 
						
						
							
						
					 
					
						2021-10-22 08:17:48 +02:00