diff options
| author | Felix Fietkau | 2023-03-07 09:23:38 +0000 |
|---|---|---|
| committer | Felix Fietkau | 2023-03-07 09:24:05 +0000 |
| commit | 635d177ac95e0ba21fc0b4f26dcc9c7bcd516cca (patch) | |
| tree | e56547b1c8a852f7f850a0204be092a34953d500 | |
| parent | cf992ca862f271936f61367236378378f0d91b6d (diff) | |
| download | openwrt-635d177ac95e0ba21fc0b4f26dcc9c7bcd516cca.tar.gz | |
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.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 |