]> git.ipfire.org Git - thirdparty/hostap.git/blobdiff - hostapd/Makefile
Support for RADIUS ACLs with drivers that do not use hostapd MLME
[thirdparty/hostap.git] / hostapd / Makefile
index 343c8db1f9f7d30865d0495fb51a286d85ae0445..7f0fb2ae5d7cb7243511be3f4af028283eeeb7bd 100644 (file)
@@ -454,6 +454,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.