summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@nbd.name>2023-03-07 10:23:38 +0100
committerFelix Fietkau <nbd@nbd.name>2023-03-07 10:24:05 +0100
commit635d177ac95e0ba21fc0b4f26dcc9c7bcd516cca (patch)
treee56547b1c8a852f7f850a0204be092a34953d500
parentcf992ca862f271936f61367236378378f0d91b6d (diff)
downloadopenwrt-635d177ac95e0ba21fc0b4f26dcc9c7bcd516cca.tar.gz
openwrt-635d177ac95e0ba21fc0b4f26dcc9c7bcd516cca.tar.bz2
openwrt-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>
-rw-r--r--package/network/services/hostapd/files/hostapd-full.config2
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