mirror of
https://github.com/Telecominfraproject/wlan-ap.git
synced 2025-10-29 17:42:41 +00:00
Fix EXTRA_DEPENDS to use correct version format with 'r' prefix (e.g., 2023.09.08~e5ccbfc6-r4 instead of 2023.09.08~e5ccbfc6-4) to match OpenWrt 24.10's package versioning scheme. This resolves the dependency resolution failure where wpad-openssl couldn't find the matching hostapd-common version. Signed-off-by: John Crispin <john@phrozen.org>