1
1
openwrt/package
Joshua Klinesmith b178e05d9b wifi-scripts: fix ucode erp_domain and fils_cache_id values
The ucode path generates different erp_domain and fils_cache_id
values than the legacy shell path due to three mismatches:

1. erp_domain md5 input missing trailing newline (echo adds \n)
2. erp_domain output truncated to 4 chars instead of 8 (shell
   uses head -c 8)
3. fils_cache_id md5 input missing trailing newline
4. erp_domain missing fallback to mobility_domain

Same bug pattern as mobility_domain fixed in commit b1dc2736db.

Fixes: #21768
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Signed-off-by: Joshua Klinesmith <joshuaklinesmith@gmail.com>
Link: https://github.com/openwrt/openwrt/pull/22677
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
2026-04-04 00:18:31 +02:00
..
base-files base-files: MAJOR/MINOR not sequential, use DISKSEQ instead 2026-04-03 20:40:49 +02:00
boot uboot-envtools: add u-boot-env for EX5601/WX5600 2026-04-01 14:17:21 +02:00
devel gdb: add CPPFLAGS 2026-02-17 22:16:58 +01:00
firmware qualcommax: ipq60xx: add Link NN6000v1/v2 support 2026-03-21 22:22:39 +01:00
kernel mt76: pass LED define via ccflags-y 2026-04-03 19:13:17 +02:00
libs wolfssl: allow enabling RISC-V assembler optimization 2026-04-01 14:13:11 +02:00
network wifi-scripts: fix ucode erp_domain and fils_cache_id values 2026-04-04 00:18:31 +02:00
system procd: add support for multiple arguments to procd_add_reload_data_trigger 2026-03-27 20:04:04 +01:00
utils ucode: nl80211: fix HE MCS parsing 2026-03-23 10:57:16 +01:00
Makefile build: propagate errors when generating apk indexes 2026-02-13 21:17:21 +01:00