immortalwrt/package/kernel/mac80211/files/mac80211.hotplug
2019-10-20 13:02:04 +08:00

6 lines
61 B
Bash
Executable File

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