From: Jouni Malinen Date: Tue, 10 Nov 2009 09:55:55 +0000 (+0200) Subject: Include hostapd source code in wpa_supplicant release package X-Git-Tag: hostap_0_7_0~86 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=c2e3f9df6f4413897c5a16507743b401cd6a7532;p=thirdparty%2Fhostap.git Include hostapd source code in wpa_supplicant release package This is needed to be able to build with CONFIG_AP=y. --- diff --git a/build_release b/build_release index fb46bc806..da94097d2 100755 --- a/build_release +++ b/build_release @@ -38,7 +38,7 @@ 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 hostapd/*.[ch] | tar --directory=$TMP -xf - cd $TMP