From 561f9204e8d49949b0bd8f5e2ccece8a3637c99c Mon Sep 17 00:00:00 2001
From: guowenxue <guowenxue@gmail.com>
Date: Mon, 11 Oct 2021 19:52:07 +0800
Subject: [PATCH] fix kernel/timeconst.pl compile bug

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