Parcourir la source

Include hostapd source code in wpa_supplicant release package

This is needed to be able to build with CONFIG_AP=y.
Jouni Malinen il y a 15 ans
Parent
commit
c2e3f9df6f
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      build_release

+ 1 - 1
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