summaryrefslogtreecommitdiffstats
path: root/contrib/hostapd/Makefile
diff options
context:
space:
mode:
authorsam <sam@FreeBSD.org>2008-03-24 21:20:35 +0000
committersam <sam@FreeBSD.org>2008-03-24 21:20:35 +0000
commit85fae4fa18218c120b4f4f15158727e70f51c232 (patch)
tree13281caff063c0d1f469c224561344959379be5f /contrib/hostapd/Makefile
parent66e67b92fee232a5ee45d03750cad85026828945 (diff)
downloadFreeBSD-src-85fae4fa18218c120b4f4f15158727e70f51c232.zip
FreeBSD-src-85fae4fa18218c120b4f4f15158727e70f51c232.tar.gz
add support for driver-based RADIUS ACL's (committed on vendor branch as it's
been sent upstream) Submitted by: Chris Zimmermann
Diffstat (limited to 'contrib/hostapd/Makefile')
-rw-r--r--contrib/hostapd/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/contrib/hostapd/Makefile b/contrib/hostapd/Makefile
index c98922b..4fadede 100644
--- a/contrib/hostapd/Makefile
+++ b/contrib/hostapd/Makefile
@@ -313,6 +313,10 @@ ifdef CONFIG_IPV6
CFLAGS += -DCONFIG_IPV6
endif
+ifdef CONFIG_DRIVER_RADIUS_ACL
+CFLAGS += -DCONFIG_DRIVER_RADIUS_ACL
+endif
+
ifdef CONFIG_FULL_DYNAMIC_VLAN
# define CONFIG_FULL_DYNAMIC_VLAN to have hostapd manipulate bridges
# and vlan interfaces for the vlan feature.
OpenPOWER on IntegriCloud