diff options
author | Sam Leffler <sam@FreeBSD.org> | 2008-03-24 21:20:35 +0000 |
---|---|---|
committer | Sam Leffler <sam@FreeBSD.org> | 2008-03-24 21:20:35 +0000 |
commit | bdc431a06bbc06b243d6960a3cff50fc953dd420 (patch) | |
tree | 13281caff063c0d1f469c224561344959379be5f /contrib/hostapd/Makefile | |
parent | 6ff97d4b9c8eb4cbb0bc35fbb6386ba0b5f114b6 (diff) | |
download | src-bdc431a06bbc06b243d6960a3cff50fc953dd420.tar.gz src-bdc431a06bbc06b243d6960a3cff50fc953dd420.zip |
add support for driver-based RADIUS ACL's (committed on vendor branch as it's
been sent upstream)
Submitted by: Chris Zimmermann
Notes
Notes:
svn path=/vendor/hostapd/dist/; revision=177580
Diffstat (limited to 'contrib/hostapd/Makefile')
-rw-r--r-- | contrib/hostapd/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/contrib/hostapd/Makefile b/contrib/hostapd/Makefile index c98922b31aaf..4fadede02057 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. |