mirror of
https://github.com/coolsnowwolf/lede.git
synced 2025-06-14 20:02:04 +08:00
6 lines
97 B
Bash
6 lines
97 B
Bash
#!/bin/sh
|
|
|
|
[ "${ACTION}" = "add" ] && [ "${INTERFACE%%[0-9]}" = "wl" ] && {
|
|
/sbin/wifi config
|
|
}
|