summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarkus Volk <f_l_k@t-online.de>2025-07-08 15:29:53 +0200
committerKhem Raj <raj.khem@gmail.com>2025-07-09 09:16:04 -0700
commitc4a023c81afa92b8a42dbb7fe3b169657cdb391f (patch)
treeec113f2b0ed7994a78b7d0f31a7b28daa92c710d
parent65038701de4f339947db906923692c6127eadc95 (diff)
downloadmeta-openembedded-c4a023c81afa92b8a42dbb7fe3b169657cdb391f.tar.gz
iwd: update 3.8 -> 3.9
ver 3.9: Fix issue with Access Point mode and frequency unlocking. Fix issue with network configuration and BSS retry logic. Fix issue with handling busy notification from Access Point. Fix issue with handling P-192, P-224 and P-521 for SAE. Signed-off-by: Markus Volk <f_l_k@t-online.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r--meta-oe/recipes-connectivity/iwd/iwd_3.9.bb (renamed from meta-oe/recipes-connectivity/iwd/iwd_3.8.bb)2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-oe/recipes-connectivity/iwd/iwd_3.8.bb b/meta-oe/recipes-connectivity/iwd/iwd_3.9.bb
index 80e36054bd..3a4cf33e4d 100644
--- a/meta-oe/recipes-connectivity/iwd/iwd_3.8.bb
+++ b/meta-oe/recipes-connectivity/iwd/iwd_3.9.bb
@@ -9,7 +9,7 @@ SRC_URI = "https://www.kernel.org/pub/linux/network/wireless/${BP}.tar.xz \
9 file://0001-build-Use-abs_top_srcdir-instead-of-abs_srcdir-for-e.patch \ 9 file://0001-build-Use-abs_top_srcdir-instead-of-abs_srcdir-for-e.patch \
10 file://iwd \ 10 file://iwd \
11 " 11 "
12SRC_URI[sha256sum] = "c556a5a5376270af68940e04e26765026fbbbe4941668317c274c91042611cdf" 12SRC_URI[sha256sum] = "0cd7dc9b32b9d6809a4a5e5d063b5c5fd279f5ad3a0bf03d7799da66df5cad45"
13 13
14inherit autotools manpages pkgconfig python3native systemd update-rc.d 14inherit autotools manpages pkgconfig python3native systemd update-rc.d
15 15