immortalwrt/package/kernel/mac80211/files/mac80211.hotplug
2019-10-26 09:13:42 +08:00

6 lines
61 B
Bash
Executable File

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