From 658d495db22e5cb79276cd5942c40f8dbadd6ed4 Mon Sep 17 00:00:00 2001 From: Jouni Malinen Date: Fri, 23 May 2014 23:35:42 +0300 Subject: [PATCH] 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 --- build_release | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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