Fix IWD 3.10 download: add explicit PKG_URL override

The base package.mk expands PKG_URL with PKG_VERSION=3.9 before our
override changes it to 3.10. Adding explicit PKG_URL ensures the
correct version is downloaded.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
Douglas Teles
2026-04-17 19:55:10 -03:00
parent 0fc989a2e9
commit e566092a21
@@ -5,6 +5,7 @@
PKG_VERSION="3.10"
PKG_SHA256="640bff22540e1714f71772a83123aff6f810b7eb9d7d6df1e10fb2695beb5115"
PKG_URL="https://www.kernel.org/pub/linux/network/wireless/iwd-${PKG_VERSION}.tar.xz"
pre_configure_target() {
export LIBS="-lncurses -ltinfo"