t #2

Closed
lbailly wants to merge 57 commits from CI into main
Showing only changes of commit 71813a1f8f - Show all commits

View file

@ -172,8 +172,7 @@ extraPkgs // {
"CONFIG_LIBNL32=y" "CONFIG_LIBNL32=y"
"CONFIG_PKCS12=y" "CONFIG_PKCS12=y"
"CONFIG_RSN_PREAUTH=y" "CONFIG_RSN_PREAUTH=y"
# Required to read the key material for RADIUS. "CONFIG_TLS=internal"
"CONFIG_TLS=openssl"
]; ];
h = prev.hostapd.overrideAttrs(o: { h = prev.hostapd.overrideAttrs(o: {
extraConfig = ""; extraConfig = "";
@ -184,7 +183,7 @@ extraPkgs // {
${o.configurePhase} ${o.configurePhase}
''; '';
}); });
in h.override { sqlite = null; }; in h.override { openssl = null; sqlite = null; };