openwrt/package/kernel/mac80211/files/mac80211.hotplug

6 lines
61 B
Bash

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