wpa_supplicant: add CONFIG_EXT_PASSWORD_FILE=y

This commit is contained in:
dkwo 2023-02-13 21:08:47 -05:00 committed by Leah Neukirchen
parent e21993428f
commit c57015a97f
2 changed files with 2 additions and 2 deletions

View File

@ -531,7 +531,7 @@ CONFIG_WIFI_DISPLAY=y
# External password backend for testing purposes (developer use)
#CONFIG_EXT_PASSWORD_TEST=y
# File-based backend to read passwords from an external file.
#CONFIG_EXT_PASSWORD_FILE=y
CONFIG_EXT_PASSWORD_FILE=y
# Enable Fast Session Transfer (FST)
#CONFIG_FST=y

View File

@ -1,7 +1,7 @@
# Template file for 'wpa_supplicant'
pkgname=wpa_supplicant
version=2.10
revision=1
revision=2
build_wrksrc="$pkgname"
short_desc="WPA/WPA2/IEEE 802.1X Supplicant"
maintainer="Enno Boland <gottox@voidlinux.org>"