Parcourir la source

HS 2.0: Include OSU client sample in wpa_supplicant release package

This adds the new hs20 subdirectory into release tarballs.

Signed-off-by: Jouni Malinen <j@w1.fi>
Jouni Malinen il y a 10 ans
Parent
commit
658d495db2
1 fichiers modifiés avec 2 ajouts et 2 suppressions
  1. 2 2
      build_release

+ 2 - 2
build_release

@@ -30,13 +30,13 @@ mkdir $TMP
 mkdir -p $RELDIR
 
 git archive --format=tar --prefix=wpa-$VER/ HEAD \
-	README COPYING patches src wpa_supplicant hostapd |
+	README COPYING patches src wpa_supplicant hostapd hs20 |
 	gzip > $RELDIR/wpa-$VER.tar.gz
 git archive --format=tar --prefix=hostapd-$VER/ HEAD \
 	README COPYING patches src hostapd |
 	gzip > $RELDIR/hostapd-$VER.tar.gz
 git archive --format=tar --prefix=wpa_supplicant-$VER/ HEAD \
-	README COPYING patches src wpa_supplicant |
+	README COPYING patches src wpa_supplicant hs20/client |
 	tar --directory=$TMP -xf -
 
 cd $TMP