mac80211: add missing done to mac80211.sh (#8735)

SVN-Revision: 25131
master
Jo-Philipp Wich 14 years ago
parent 1c92e047c8
commit 3b0c90325e
  1. 1
      package/mac80211/files/lib/wifi/mac80211.sh

@ -411,6 +411,7 @@ enable_mac80211() {
[ $idx -eq $key ] && ikey="d:$ikey"
append keyspec "$ikey"
}
done
;;
*) append keyspec "d:0:$(prepare_key_wep "$key")" ;;
esac

Loading…
Cancel
Save