base-files, mac80211, broadcom-wl: wifi detection and configuration
[openwrt/staging/yousong.git] / package / kernel / mac80211 / files / mac80211.hotplug
1 #!/bin/sh
2
3 [ "${ACTION}" = "add" ] && {
4 /sbin/wifi config
5 }