1
0
Fork 0
mirror of https://github.com/iiab/iiab.git synced 2025-03-09 15:40:17 +00:00

Update iiab-hostapd.conf.j2

This commit is contained in:
A Holt 2017-12-28 22:34:28 -05:00 committed by GitHub
parent 764f301cb2
commit 1f98d7947a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -4,7 +4,7 @@ interface={{ discovered_wireless_iface }}
ssid={{ host_ssid }}
channel={{ host_channel }}
{%if iiab_lan_iface == "br0" %}
{%if iiab_lan_iface == "br0" %}
bridge=br0
{% endif %}