mirror of
https://dev.iopsys.eu/bbf/icwmp.git
synced 2026-03-10 19:27:32 +01:00
<empty commit message>
This commit is contained in:
parent
8a98df3d75
commit
b3e15d80a3
1 changed files with 1 additions and 1 deletions
|
|
@ -485,7 +485,7 @@ case $action in
|
|||
set_value)
|
||||
delay_command "wifi" "wifi" "45"
|
||||
i=1
|
||||
for key in `/usr/sbin/wepkeygen 64 $val`;done
|
||||
for key in `/usr/sbin/wepkeygen 64 $val`;do
|
||||
/sbin/uci ${UCI_CONFIG_DIR:+-c $UCI_CONFIG_DIR} -q set wireless.@wifi-iface[$num].key$i="$key"
|
||||
let i++
|
||||
done
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue