From: Jouni Malinen Date: Fri, 23 May 2014 20:35:42 +0000 (+0300) Subject: HS 2.0: Include OSU client sample in wpa_supplicant release package X-Git-Tag: hostap_2_2~80 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=658d495db22e5cb79276cd5942c40f8dbadd6ed4;p=thirdparty%2Fhostap.git 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 --- diff --git a/build_release b/build_release index dddf92b5b..9e8c58e5d 100755 --- a/build_release +++ b/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