John Crispin
c6e0384f21
ucentral-client: update to latest HEAD
...
68fe6c2 fix the ping command
Signed-off-by: John Crispin <john@phrozen.org >
2022-06-23 14:06:26 +02:00
John Crispin
708cf2dec6
ucentral-schema: update to latest HEAD
...
fc8fdcf point radsec proxy at the correct radius accounting server
886a650 Add missing paramters to uC state schema
c8b15b7 chain the radius vendor attributes inside a single AVP
Fixes: WIFI-7687
Fixes: WIFI-9620
Signed-off-by: John Crispin <john@phrozen.org >
2022-06-22 11:06:35 +02:00
John Crispin
a95745d95b
ucentral-client: update to latest HEAD
...
62efd45 add radius-proxy RX path
Fixes: WIFI-9620
Signed-off-by: John Crispin <john@phrozen.org >
2022-06-22 11:06:21 +02:00
John Crispin
83ccea0abf
radius-gw-proxy: add RX path support
...
Fixes: WIFI-9620
Signed-off-by: John Crispin <john@phrozen.org >
2022-06-22 11:02:16 +02:00
John Crispin
bfeaf89238
ucentral-schema: update to latest HEAD
...
548ce37 point radsec proxy at the correct radius accounting server
c49ce29 Add missing paramters to uC state schema
1c55872 chain the radius vendor attributes inside a single AVP
Signed-off-by: John Crispin <john@phrozen.org >
2022-06-20 19:24:29 +02:00
John Crispin
ae2377f4d2
ucentral-schema: update to latest HEAD
...
4df0373 renderer: quote wireless encryption key
Fixes: WIFI-9630
Signed-off-by: John Crispin <john@phrozen.org >
2022-06-16 16:37:37 +02:00
John Crispin
b81d0aaf0e
ipq40xx: add dual boot support for ecw5211
...
Fixes: WIFI-7712
Signed-off-by: John Crispin <john@phrozen.org >
2022-06-16 12:47:13 +02:00
John Crispin
1546bef93f
ucentral-schema: update to latest HEAD
...
1d7e565 optimize the bridge/uci config for gre tunnels
Signed-off-by: John Crispin <john@phrozen.org >
2022-06-16 12:44:53 +02:00
Stijn Tintel
32b1aade42
ipq807x: force ext4 creation in emmc_do_upgrade
...
Running mkfs.ext4 on a partition that already contains an ext4
filesystem asks for input:
mke2fs 1.45.6 (20-Mar-2020)
/dev/mmcblk0p9 contains a ext4 file system
created on Sat Jun 11 12:23:42 2022
Proceed anyway? (y,N) y
This breaks the ability to run sysupgrade non-interactively. Add the -F
switch to force ext4 creation to fix this.
Fixes: WIFI-9419
Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be >
2022-06-15 12:42:34 +02:00
Stijn Tintel
2a92b75fe1
ipq807x: silence dd errors in do_flash_emmc
...
Running dd if=/dev/zero to a partition will always throw an ENOSPC error
when reaching the end of the partition. Silence those errors to avoid
confusion.
Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be >
2022-06-15 12:42:34 +02:00
John Crispin
cb30d9e20a
ipq807x: add motorola q14 support
...
Fixes: WIFI-8040
Signed-off-by: John Crispin <john@phrozen.org >
2022-06-15 12:42:34 +02:00
John Crispin
588206b93b
ucentral-schema: update to latest HEAD
...
417fcc4 fix selection of radius proxy ip
Fixes: WIFI-9461
Signed-off-by: John Crispin <john@phrozen.org >
2022-06-13 14:57:48 +02:00
John Crispin
6399649038
ipq807x: improve dual boot on eap101/2
...
inverse the logic that figures out if we want to set upgrade_available.
Fixes: WIFI-7712
Signed-off-by: John Crispin <john@phrozen.org >
2022-06-13 14:57:48 +02:00
John Crispin
aa3cb95233
wireguard-tools: do not select the kernel module
...
unetd will select the correct kernel module.
Fixes: WIFI-7571
Signed-off-by: John Crispin <john@phrozen.org >
2022-06-13 14:57:48 +02:00
John Crispin
3ea06dac40
dhcpsnoop: update code
...
* Update to latest version of dhcpsnoop
* always snoop all upstream interfaces
* add snooped leases to state
Fixes: WIFI-7838
Signed-off-by: John Crispin <john@phrozen.org >
2022-06-13 14:57:21 +02:00
John Crispin
a01f1add81
ipq807x: disable Q14 image generation
...
Fixes: WIFI-7570
Signed-off-by: John Crispin <john@phrozen.org >
2022-06-09 14:06:39 +02:00
Felix Fietkau
57849591d7
ipq807x: backport act_mirred changes
...
Fixes: WIFI-7838
Signed-off-by: Felix Fietkau <nbd@nbd.name >
2022-06-09 14:06:25 +02:00
John Crispin
b4a09e7167
ucentral-schema: update to latest HEAD
...
96324e2 fix a typo inside the state handler
Fixes: WIFI-7838
Signed-off-by: John Crispin <john@phrozen.org >
2022-06-09 14:05:34 +02:00
John Crispin
96bb8b1372
ucentral-schema: update to latest HEAD
...
6974baa add data model support for wireguard overlay networks
Fixes: WIFI-7571
Signed-off-by: John Crispin <john@phrozen.org >
2022-06-09 14:05:24 +02:00
John Crispin
99ea9da785
ipq807x: add kmod-wireguard backport package
...
Fixes: WIFI-7571
Signed-off-by: John Crispin <john@phrozen.org >
2022-06-09 14:05:00 +02:00
John Crispin
bfe7fadfc5
ucentral-schema: update to latest HEAD
...
Signed-off-by: John Crispin <john@phrozen.org >
2022-06-09 14:04:04 +02:00
John Crispin
ad1dcc4f45
radius-gw-proxy: fix compile error on gcc5
...
Fixes: WIFI-7570
Signed-off-by: John Crispin <john@phrozen.org >
2022-06-09 14:03:53 +02:00
John Crispin
f371c789d0
ipq807x: revert all 11.5 changes
...
Fixes: WIFI-7570
Signed-off-by: John Crispin <john@phrozen.org >
2022-06-09 14:03:42 +02:00
John Crispin
386eca1f65
wifi-ax: revert all ath11.5 changes
...
Fixes: WIFI-7570
Signed-off-by: John Crispin <john@phrozen.org >
2022-06-09 14:03:05 +02:00
John Crispin
8b9047952d
ipq807x: make USB work on wallys-dr6018 and disable sdhci
...
Fixes: WIFI-9306
Signed-off-by: John Crispin <john@phrozen.org >
2022-06-09 14:01:49 +02:00
John Crispin
5a105ef06e
hostapd: make psk2-radius work on wifi-5 devices
...
Signed-off-by: John Crispin <john@phrozen.org >
2022-06-09 13:59:43 +02:00
John Crispin
c60dc1e045
wifi-ax: disable encap offloading in WDS / STA mode
...
Fixes: WIFI-9305
Signed-off-by: John Crispin <john@phrozen.org >
2022-06-09 13:58:06 +02:00
John Crispin
1e1bd19429
ucentral-schema: update to latest HEAD
...
bfa2647 make sure that vxlan tunnels endup inside a bridge
Fixes: WIFI-9121
Signed-off-by: John Crispin <john@phrozen.org >
2022-05-30 08:26:51 +02:00
John Crispin
cfe07f6e15
ipq807x: backport the skb->cb fix from upstream
...
This was causing sporadic proxy_arp failures.
Fixes: WIFI-7154
Signed-off-by: John Crispin <john@phrozen.org >
2022-05-30 06:03:02 +02:00
John Crispin
a64039db20
mac80211-qca: properly rebase a patch
...
The patch had a line skew due to a bad rebase.
Fixes: WIFI-7570
Signed-off-by: John Crispin <john@phrozen.org >
2022-05-29 18:11:58 +02:00
John Crispin
7f81ddb8cc
ucentral-schema: update to latest HEAD
...
27f451b add script command handler
Fixes: WIFI-9120
Signed-off-by: John Crispin <john@phrozen.org >
2022-05-29 18:11:58 +02:00
John Crispin
3c0d495334
ucode: package the uloop library
...
Fixes: WIFI-9120
Signed-off-by: John Crispin <john@phrozen.org >
2022-05-29 17:33:14 +02:00
John Crispin
38a7c54cce
ucentral-client: update to latest HEAD
...
a4671bb fix an error reported by CI
a82c3f0 add handling for the "script" command
Fixes: WIFI-9120
Signed-off-by: John Crispin <john@phrozen.org >
2022-05-29 17:31:00 +02:00
Jianhui Zhao
1aead07444
ath11k-wifi: update GL-AXT1800 BDF
...
Fixes: WIFI-8042
Signed-off-by: Jianhui Zhao <jianhui.zhao@gl-inet.com >
2022-05-29 10:31:54 +02:00
John Crispin
d2f44cbb12
ucentral-schema: update to latest HEAD
...
d1c7ab8 add ip-collide handler
Fixes: WIFI-7830
Fixes: WIFI-7989
Signed-off-by: John Crispin <john@phrozen.org >
2022-05-29 10:30:45 +02:00
John Crispin
43d7ca31d6
wifi-ax/mac80211: make the 11.4 ath11k work inside the v5.4 kernel
...
Fixes: WIFI-7570
Signed-off-by: John Crispin <john@phrozen.org >
2022-05-27 10:05:52 +02:00
John Crispin
0985c573b0
ipq807x: fix MAC assign on cig-wf19* units
...
The mtd offset changed in the v5.4 kernel causing MAC lookup to fail.
Fixes: WIFI-7997
Signed-off-by: John Crispin <john@phrozen.org >
2022-05-27 07:34:07 +02:00
John Crispin
d9ed861c1d
ipq807x: add support for wallytech dr6018(-v4)
...
Fixes: WIFI-7570
Signed-off-by: John Crispin <john@phrozen.org >
2022-05-26 16:20:34 +02:00
John Crispin
8ef9989147
ipq807x: fix a null pointer crash in ip_tunnel
...
Fixes: WIFI-7571
Signed-off-by: John Crispin <john@phrozen.org >
2022-05-26 09:51:07 +02:00
John Crispin
7d5eab4bf3
libnl-tine: update to latest HEAD
...
Fixes: WIFI-7571
Signed-off-by: John Crispin <john@phrozen.org >
2022-05-26 09:50:34 +02:00
John Crispin
5e03e04bbd
unetd: add wireshark overlay service
...
Fixes: WIFI-7571
Signed-off-by: John Crispin <john@phrozen.org >
2022-05-26 09:30:11 +02:00
John Crispin
6fabaeca53
kernel-headers: make sure that the QSDK v5.4 kernel has access to the wireshark headers
...
Fixes: WIFI-7571
Signed-off-by: John Crispin <john@phrozen.org >
2022-05-26 09:28:59 +02:00
John Crispin
be4ca445f5
netifd: update to latest HEAD
...
Fixes: WIFI-7571
Signed-off-by: John Crispin <john@phrozen.org >
2022-05-26 09:28:36 +02:00
John Crispin
e99c8b27e1
libubox: update to latest HEAD
...
Fixes: WIFI-7571
Signed-off-by: John Crispin <john@phrozen.org >
2022-05-26 09:28:11 +02:00
John Crispin
e9055b4f08
ucentral-schema: update to latest HEAD
...
6d83248 add missing radsec features
Fixes: WIFI-7077
Signed-off-by: John Crispin <john@phrozen.org >
2022-05-26 09:13:23 +02:00
John Crispin
cfcafb676b
ipq807x: backport the wireguard patches from the generic folder
...
Signed-off-by: John Crispin <john@phrozen.org >
2022-05-24 17:28:11 +02:00
GL.iNet-Xinfa.Deng
899b4d6bfd
ipq807x: fix gl-ax1800 switch button high active level
...
The active status of the switch button in the DTS configuration
is the opposite of that marked on the product housing.
The switch button should be activated at high GPIO level.
Fixes: WIFI-8042
Signed-off-by: GL.iNet-Xinfa.Deng <xinfa.deng@gl-inet.com >
2022-05-24 15:07:19 +02:00
John Crispin
2003632ddb
ucentral-schema: update to latest HEAD
...
db15ed7 third-party services were not getting shut down properly
Fixes: WIFI-6907
Signed-off-by: John Crispin <john@phrozen.org >
2022-05-24 14:05:14 +02:00
John Crispin
d4a14106b7
radius_gw_proxy: add support for a radius/gateway proxy
...
This will allow the AP to send radius requests via the websocket
to the gateway for routing to the correct AAA.
Fixes: WIFI-7328
Signed-off-by: John Crispin <john@phrozen.org >
2022-05-24 14:05:14 +02:00
John Crispin
85af9d7e0b
ipq807x: add motorola q14 support
...
Fixes: WIFI-8040
Signed-off-by: John Crispin <john@phrozen.org >
2022-05-24 14:05:06 +02:00