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://www.project-moonshot.org/gitweb/?a=commitdiff_plain;h=c2e3f9df6f4413897c5a16507743b401cd6a7532;hp=b99b8e1516e0fbce2190b3c811d07696a8ca05eb;p=libeap.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 fb46bc8..da94097 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