Enable CONFIG_OCV build option to fight multi-channel MITM attacks
This commit is contained in:
parent
29bb7b10bc
commit
766c7396d4
@ -77,6 +77,7 @@ cat defconfig | sed \
|
||||
-e '/^#CONFIG_FULL_DYNAMIC_VLAN=y/s/^#//' \
|
||||
-e '/^#CONFIG_LIBNL32=y/s/^#//' \
|
||||
-e '/^#CONFIG_ACS=y/s/^#//' \
|
||||
-e '/^#CONFIG_OCV=y/s/^#//' \
|
||||
-e '/^#CONFIG_OWE=y/s/^#//' \
|
||||
> .config
|
||||
echo "CFLAGS += -I%{_includedir}/libnl3" >> .config
|
||||
@ -186,6 +187,9 @@ fi
|
||||
%{_sysconfdir}/logwatch/scripts/services/%{name}
|
||||
|
||||
%changelog
|
||||
* Wed Jan 19 2022 John W. Linville <linville@redhat.com> - 2.10-2
|
||||
- Enable CONFIG_OCV build option to fight multi-channel MITM attacks
|
||||
|
||||
* Mon Jan 17 2022 John W. Linville <linville@redhat.com> - 2.10-1
|
||||
- Update to version 2.10 from upstream
|
||||
- Enable support for IEEE802.11ax
|
||||
|
Loading…
Reference in New Issue
Block a user