diff options
author | Oleksandr Kravchuk <open.source@oleksandr-kravchuk.com> | 2021-12-10 07:31:42 +0100 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2021-12-10 09:11:56 -0800 |
commit | b2f5154f2f47fa17ddaace65f8f4b8728d7bc06b (patch) | |
tree | be84270c666d5d94afe4ab1eee0118be11329bf7 /meta-oe/recipes-connectivity | |
parent | e6502e4d93d28d2027cffeca498a00d5fee15194 (diff) | |
download | meta-openembedded-b2f5154f2f47fa17ddaace65f8f4b8728d7bc06b.tar.gz |
iwd: update to 1.20
Changelog:
- Fix issue with handling Hotspot 2.0 requirements.
- Add support for evict_nocarrier setting during roaming.
- Add support for experimental NetworkConfigurationAgent API.
Signed-off-by: Oleksandr Kravchuk <open.source@oleksandr-kravchuk.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-oe/recipes-connectivity')
-rw-r--r-- | meta-oe/recipes-connectivity/iwd/iwd_1.20.bb (renamed from meta-oe/recipes-connectivity/iwd/iwd_1.19.bb) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-oe/recipes-connectivity/iwd/iwd_1.19.bb b/meta-oe/recipes-connectivity/iwd/iwd_1.20.bb index 219dffe09..c8f5bb12b 100644 --- a/meta-oe/recipes-connectivity/iwd/iwd_1.19.bb +++ b/meta-oe/recipes-connectivity/iwd/iwd_1.20.bb | |||
@@ -8,7 +8,7 @@ DEPENDS = "ell" | |||
8 | SRC_URI = "https://www.kernel.org/pub/linux/network/wireless/${BP}.tar.xz \ | 8 | 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 | " | 10 | " |
11 | SRC_URI[sha256sum] = "dd65a8795f6127fb1b9e29f2092686b0590a0d3738c2b90c792ccd320deaf966" | 11 | SRC_URI[sha256sum] = "7d51e2ccabe7c500e44061ac725dbd4f6b0fb518b5e3de1681063d0f15d3050f" |
12 | 12 | ||
13 | inherit autotools manpages pkgconfig python3native systemd | 13 | inherit autotools manpages pkgconfig python3native systemd |
14 | 14 | ||