From ffa59a8bddb4f2da26a03b1e09743c1bdd9cbb8c Mon Sep 17 00:00:00 2001
From: Guo Wenxue <“guowenxue@gmail.com”>
Date: Mon, 11 Oct 2021 20:15:17 +0800
Subject: [PATCH] Add setup_tools.sh

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