diff options
author | Felix Fietkau <nbd@nbd.name> | 2023-03-07 10:23:38 +0100 |
---|---|---|
committer | Felix Fietkau <nbd@nbd.name> | 2023-03-07 10:24:05 +0100 |
commit | 635d177ac95e0ba21fc0b4f26dcc9c7bcd516cca (patch) | |
tree | e56547b1c8a852f7f850a0204be092a34953d500 /package/network | |
parent | cf992ca862f271936f61367236378378f0d91b6d (diff) | |
download | upstream-635d177ac95e0ba21fc0b4f26dcc9c7bcd516cca.tar.gz upstream-635d177ac95e0ba21fc0b4f26dcc9c7bcd516cca.tar.bz2 upstream-635d177ac95e0ba21fc0b4f26dcc9c7bcd516cca.zip |
hostapd: enable radius server support
This is useful in combination with the built-in eap server support
Signed-off-by: Felix Fietkau <nbd@nbd.name>
Diffstat (limited to 'package/network')
-rw-r--r-- | package/network/services/hostapd/files/hostapd-full.config | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/network/services/hostapd/files/hostapd-full.config b/package/network/services/hostapd/files/hostapd-full.config index b92f9a25b8..9076ebc44f 100644 --- a/package/network/services/hostapd/files/hostapd-full.config +++ b/package/network/services/hostapd/files/hostapd-full.config @@ -142,7 +142,7 @@ CONFIG_PKCS12=y # RADIUS authentication server. This provides access to the integrated EAP # server from external hosts using RADIUS. -#CONFIG_RADIUS_SERVER=y +CONFIG_RADIUS_SERVER=y # Build IPv6 support for RADIUS operations CONFIG_IPV6=y |