mac80211: fix a shell syntax error
SVN-Revision: 18664
This commit is contained in:
parent
37758a2672
commit
af947d5c89
1 changed files with 1 additions and 1 deletions
|
@ -179,7 +179,7 @@ enable_mac80211() {
|
||||||
if [ -n "$keymgmt" ]; then
|
if [ -n "$keymgmt" ]; then
|
||||||
for idx in 1 2 3 4; do
|
for idx in 1 2 3 4; do
|
||||||
local zidx
|
local zidx
|
||||||
zidx = $((idx - 1))
|
zidx=$(($idx - 1))
|
||||||
config_get key "$vif" "key${idx}"
|
config_get key "$vif" "key${idx}"
|
||||||
if [ -n "$key" ]; then
|
if [ -n "$key" ]; then
|
||||||
append keystring "${zidx}:${key} "
|
append keystring "${zidx}:${key} "
|
||||||
|
|
Loading…
Reference in a new issue