1
0
Fork 0
mirror of https://github.com/Ysurac/openmptcprouter.git synced 2025-02-15 04:42:02 +00:00
openmptcprouter/root/package/kernel/mac80211/files/mac80211.hotplug

6 lines
61 B
Text
Raw Normal View History

#!/bin/sh
[ "${ACTION}" = "add" ] && {
/sbin/wifi config
}