Files
DHDAXCW-Rockchip-OpenWrt/package/kernel/mac80211/files/mac80211.hotplug
DHDAXCW b62378dcb4 sync
2024-07-19 17:13:54 +08:00

6 lines
61 B
Bash

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