[openwrt/openwrt] hostapd: enable radius server support

LEDE Commits lede-commits at lists.infradead.org
Tue Mar 7 01:24:26 PST 2023


nbd pushed a commit to openwrt/openwrt.git, branch master:
https://git.openwrt.org/635d177ac95e0ba21fc0b4f26dcc9c7bcd516cca

commit 635d177ac95e0ba21fc0b4f26dcc9c7bcd516cca
Author: Felix Fietkau <nbd at nbd.name>
AuthorDate: Tue Mar 7 10:23:38 2023 +0100

    hostapd: enable radius server support
    
    This is useful in combination with the built-in eap server support
    
    Signed-off-by: Felix Fietkau <nbd at nbd.name>
---
 package/network/services/hostapd/files/hostapd-full.config | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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




More information about the lede-commits mailing list