From: jow Date: Wed, 26 Jan 2011 21:01:23 +0000 (+0000) Subject: [package] mac80211: add missing done to mac80211.sh (#8735) X-Git-Url: https://git.archive.openwrt.org/?a=commitdiff_plain;h=9afe60a2f40d62a5b377c40de5a032a04be6d536;p=openwrt.git [package] mac80211: add missing done to mac80211.sh (#8735) git-svn-id: svn://svn.openwrt.org/openwrt/trunk@25131 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- diff --git a/package/mac80211/files/lib/wifi/mac80211.sh b/package/mac80211/files/lib/wifi/mac80211.sh index e865a8be66..3a8b116d19 100644 --- a/package/mac80211/files/lib/wifi/mac80211.sh +++ b/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