h69k/package/kernel/broadcom-wl/files/etc/hotplug.d/net/00-broadcom-wifi-detect

6 lines
97 B
Plaintext
Raw Permalink Normal View History

2024-09-29 14:35:28 +00:00
#!/bin/sh
[ "${ACTION}" = "add" ] && [ "${INTERFACE%%[0-9]}" = "wl" ] && {
/sbin/wifi config
}