mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-11-02 19:54:04 +02:00
[package] mac80211: fix a shell syntax error
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18664 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
8b4fd8541e
commit
b546af4c21
@ -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 New Issue
Block a user