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>
This commit is contained in:
parent
2396f02a43
commit
658d495db2
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue