summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJuuso Alasuutari2007-01-03 14:02:30 +0200
committerJaka Kranjc2007-01-21 23:11:44 +0100
commit09853c1dbf92ed95fe7c1ce317ae19d87d1a3237 (patch)
tree7f6122178c362be2e8f5ee3996d9eca03396f32d
parent5be989ebddf9835de9214b86d19f8bb622a4b17c (diff)
wpa_supplicant: Added code to gracefully convert devel version to stable
(stable is now newer than the previous devel option).
-rwxr-xr-xnet/wpa_supplicant/PREPARE7
1 files changed, 7 insertions, 0 deletions
diff --git a/net/wpa_supplicant/PREPARE b/net/wpa_supplicant/PREPARE
index 0861780f02..bbc2636036 100755
--- a/net/wpa_supplicant/PREPARE
+++ b/net/wpa_supplicant/PREPARE
@@ -1,3 +1,10 @@
+# devel version was removed, stable is now latest
+if [[ $WPA_RELEASE == devel ]]
+then
+ WPA_RELEASE=stable &&
+ persistent_add WPA_RELEASE
+fi &&
+
message "${MESSAGE_COLOR}Latest stable is 0.5.7, latest old is 0.4.9." \
"${DEFAULT_COLOR}" &&