summaryrefslogtreecommitdiffstats
path: root/package/kernel/broadcom-wl/files/etc/hotplug.d/net/00-broadcom-wifi-detect
blob: a63d6bce60fb604ca7965e2d91209abe4ec8e9b8 (plain)
1
2
3
4
5
#!/bin/sh

[ "${ACTION}" = "add" ] && [ "${INTERFACE%%[0-9]}" = "wl" ] && {
	/sbin/wifi config
}