mirror of
https://github.com/iiab/iiab.git
synced 2025-02-13 11:42:08 +00:00
don't let dhcpcd muck around with wlan0 if it's under the br0
This commit is contained in:
parent
b0a54afc1c
commit
97fa35c9d2
1 changed files with 1 additions and 1 deletions
|
@ -80,7 +80,7 @@
|
||||||
owner: root
|
owner: root
|
||||||
group: root
|
group: root
|
||||||
mode: 0644
|
mode: 0644
|
||||||
when: is_raspbian
|
when: is_raspbian and wifi_up_down
|
||||||
|
|
||||||
- name: Remove dhcpcd hook for hostapd if WiFi is not split
|
- name: Remove dhcpcd hook for hostapd if WiFi is not split
|
||||||
file:
|
file:
|
||||||
|
|
Loading…
Reference in a new issue