mac80211.hotplug 61 B

12345
  1. #!/bin/sh
  2. [ "${ACTION}" = "add" ] && {
  3. /sbin/wifi config
  4. }