mirror of
https://codeberg.org/leana8959/.files.git
synced 2025-12-06 06:39:14 +00:00
vanadium: patch wpa_supplicant
This commit is contained in:
parent
522de0a6b8
commit
bca90ff205
1 changed files with 10 additions and 0 deletions
|
|
@ -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=";
|
||||||
|
})
|
||||||
|
];
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue