From 91eb15abeb20457b93b86c4cfb3d653e206c27c9 Mon Sep 17 00:00:00 2001
From: guowenxue <guowenxue@gmail.com>
Date: Fri, 21 Aug 2020 21:19:32 +0800
Subject: [PATCH] update openssl and hostapd_supplicant build shell script

---
 3rdparty/hostapd_supplicant/build.sh |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/3rdparty/hostapd_supplicant/build.sh b/3rdparty/hostapd_supplicant/build.sh
index a41810b..d6fba17 100755
--- a/3rdparty/hostapd_supplicant/build.sh
+++ b/3rdparty/hostapd_supplicant/build.sh
@@ -140,7 +140,9 @@
     cd -
 }
 
+cd ../libnl/ && ./build.sh && cd -
 
+cd ../openssl/ && ./build.sh && cd -
 
 export_cross
 

--
Gitblit v1.9.1