mirror of
https://github.com/openwrt/openwrt.git
synced 2024-12-27 09:12:39 +00:00
6 lines
97 B
Plaintext
6 lines
97 B
Plaintext
|
#!/bin/sh
|
||
|
|
||
|
[ "${ACTION}" = "add" ] && [ "${INTERFACE%%[0-9]}" = "wl" ] && {
|
||
|
/sbin/wifi config
|
||
|
}
|