vanadium: patch wpa_supplicant

This commit is contained in:
Primrose 2025-09-18 11:00:49 +08:00
parent 522de0a6b8
commit bca90ff205
Signed by: primrose
GPG key ID: 4E887A4CA9714ADA

View file

@ -62,4 +62,14 @@ in
./patches/fcitx5-chinese-addons/disable-fullwidth.patch ./patches/fcitx5-chinese-addons/disable-fullwidth.patch
# Note: disabling pinyin helper breaks canjie # Note: disabling pinyin helper breaks canjie
]; ];
# Patch before upstream does
# Doesn't seem like it's backported
wpa_supplicant.__output.patches.__append = [
(final.fetchpatch {
name = "ensure-full-key-match";
url = "https://git.w1.fi/cgit/hostap/patch/?id=1ce37105da371c8b9cf3f349f78f5aac77d40836";
hash = "sha256-leCk0oexNBZyVK5Q5gR4ZcgWxa0/xt/aU+DssTa0UwE=";
})
];
} }