diff --git a/lq-wave-300_5_x/files/etc/hotplug.d/net/00-wifi-detect b/lq-wave-300_5_x/files/etc/hotplug.d/net/00-wifi-detect new file mode 100644 index 0000000000000000000000000000000000000000..43e7987d99e461462de340ea939f7e8a9d3bb829 --- /dev/null +++ b/lq-wave-300_5_x/files/etc/hotplug.d/net/00-wifi-detect @@ -0,0 +1,5 @@ +#!/bin/sh + +[ "${ACTION}" = "add" ] && [ "${INTERFACE%%[0-9]}" = "wlan" ] && { + /sbin/wifi config +}