move "make symlinks" to "make package/symlinks"
[openwrt.git] / package / madwifi / files / lib / wifi / madwifi.sh
index 68fa325..4ba6cd1 100755 (executable)
@@ -122,7 +122,7 @@ enable_atheros() {
                                        iwconfig "$ifname" enc "[$idx]" "${key:-off}"
                                done
                                config_get key "$vif" key
-                               iwconfig "$ifname" enc "[${key:-1}]"
+                               iwconfig "$ifname" enc "${key:-1}"
                        ;;
                esac
 
This page took 0.024143 seconds and 4 git commands to generate.