diff options
author | Vyacheslav Pedash <vyacheslav.pedash@globallogic.com> | 2023-04-20 16:49:32 +0300 |
---|---|---|
committer | Vyacheslav Pedash <vyacheslav.pedash@globallogic.com> | 2023-04-20 17:03:49 +0300 |
commit | 1d4a5746f45253408ad99aec881b4eabb067425e (patch) | |
tree | e4e67a758244a18ce3cf7dbc7be35de654e44c85 /recipes-connectivity | |
parent | 881ecd4383a0af7fc12caa7b35b8e5fb50409d29 (diff) | |
download | meta-mlinux-1d4a5746f45253408ad99aec881b4eabb067425e.tar.gz meta-mlinux-1d4a5746f45253408ad99aec881b4eabb067425e.tar.bz2 meta-mlinux-1d4a5746f45253408ad99aec881b4eabb067425e.zip |
MTX-4918 Enable WEP support for hostapd
Diffstat (limited to 'recipes-connectivity')
-rw-r--r-- | recipes-connectivity/hostapd/files/defconfig | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/recipes-connectivity/hostapd/files/defconfig b/recipes-connectivity/hostapd/files/defconfig index 3a447c6..cff9c01 100644 --- a/recipes-connectivity/hostapd/files/defconfig +++ b/recipes-connectivity/hostapd/files/defconfig @@ -146,3 +146,5 @@ CONFIG_IEEE80211AC=y # This can be used to reduce the size of the hostapd considerably if debugging # code is not needed. #CONFIG_NO_STDOUT_DEBUG=y + +CONFIG_WEP=y |