Files
openwrt-18.06/package/kernel/mac80211/files/mac80211.hotplug
2025-06-24 15:51:28 +02:00

6 lines
61 B
Bash

#!/bin/sh
[ "${ACTION}" = "add" ] && {
/sbin/wifi config
}