openwrt/package
Rany Hany 2d7a6017f1 wifi-scripts: ucode: fix bug moving to empty wifi-station config
When transitioning from a config with one or more wifi-stations, to a configuration
that has no wifi-station; the file would not be empty/reset and the old wifi-station
entries would remain.

This is because iface_wpa_stations and iface_sae_stations return early if there
are no wifi-stations present, which is an incorrect behavior as it causes the
file to actually have old entries.

'sae_password_file' and 'wpa_psk_file' are also set by default inside
of iface_auth_type to same path as the one used by wifi-station, so it
is indeed going to be set in the config and would contain the old
entries.

This happens with reload and wifi restart. So the only solution
would be to manually remove the file.

Signed-off-by: Rany Hany <rany_hany@riseup.net>
Link: https://github.com/openwrt/openwrt/pull/20700
Signed-off-by: Robert Marko <robimarko@gmail.com>
2025-11-25 11:46:12 +01:00
..
base-files base-files: allow to skip unwanted scripts 2025-11-20 17:48:18 +01:00
boot ramips: add support for ipTIME AX2002MESH 2025-11-21 01:49:58 +01:00
devel binutils: update to 2.45.1 2025-11-24 09:39:48 +01:00
firmware intel-microcode: update to 2025111 2025-11-15 19:28:03 +01:00
kernel mac80211: fix netns crash 2025-11-21 02:17:53 +01:00
libs libxml2: update to 2.15.1 2025-11-24 09:40:35 +01:00
network wifi-scripts: ucode: fix bug moving to empty wifi-station config 2025-11-25 11:46:12 +01:00
system mtd: add dump command help 2025-11-25 00:43:23 +01:00
utils busybox: backport hexdump fix for Big Endian systems 2025-11-23 17:10:00 +01:00
Makefile package: do not sign individual APK packages 2025-10-09 12:52:43 +02:00