lede/package/kernel/mac80211/files/mac80211.hotplug

6 lines
61 B
Plaintext
Raw Normal View History

2017-09-06 19:19:45 +08:00
#!/bin/sh
[ "${ACTION}" = "add" ] && {
/sbin/wifi config
}