Include hostapd source code in wpa_supplicant release package
authorJouni Malinen <jouni.malinen@atheros.com>
Tue, 10 Nov 2009 09:55:55 +0000 (11:55 +0200)
committerJouni Malinen <j@w1.fi>
Tue, 10 Nov 2009 09:55:55 +0000 (11:55 +0200)
This is needed to be able to build with CONFIG_AP=y.

build_release

index fb46bc8..da94097 100755 (executable)
@@ -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