h69k/package/kernel/mac80211/files/mac80211.hotplug
2024-09-29 22:35:28 +08:00

6 lines
61 B
Bash

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