wifi-scripts: add script to add phy capabilities to board.json
[openwrt/staging/blocktrron.git] / package / kernel / broadcom-wl / files / etc / hotplug.d / net / 00-broadcom-wifi-detect
1 #!/bin/sh
2
3 [ "${ACTION}" = "add" ] && [ "${INTERFACE%%[0-9]}" = "wl" ] && {
4 /sbin/wifi config
5 }