mirror of
https://dev.iopsys.eu/feed/iopsys.git
synced 2025-12-10 07:44:50 +01:00
airoha: generate MAP WiFi config in advance to prevent creation of interfaces in AP mode on extender
This commit is contained in:
parent
0368ef0498
commit
71e7a8121f
1 changed files with 4 additions and 0 deletions
4
map-agent/files/etc/hotplug.d/ieee80211/30-generate-map-config
Executable file
4
map-agent/files/etc/hotplug.d/ieee80211/30-generate-map-config
Executable file
|
|
@ -0,0 +1,4 @@
|
|||
#!/bin/sh
|
||||
|
||||
strings /proc/device-tree/compatible | grep -qE '^(econet,|airoha,)' && \
|
||||
/lib/wifi/multiap conf
|
||||
Loading…
Add table
Reference in a new issue