From 5f67ca4a550a4f729b7206e392b795a016d365aa Mon Sep 17 00:00:00 2001
From: guowenxue <guowenxue@gmail.com>
Date: Wed, 17 Apr 2024 23:36:12 +0800
Subject: [PATCH] Driver:IGKBoard-IMX8MP: Add driver build shell script to add new rtl8723du WiFi/BT driver support

---
 bootloader/build.sh |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/bootloader/build.sh b/bootloader/build.sh
index 2c0736a..90be466 100755
--- a/bootloader/build.sh
+++ b/bootloader/build.sh
@@ -160,7 +160,7 @@
 
             # Download source code packet
             if [ ! -s $TARBALL_PATH/$src.tar.xz ] ; then
-                wget $BSP_URL/bsp/$BSP_VER/$src.tar.xz -P $TARBALL_PATH
+                wget $BSP_URL/imx/bsp/$BSP_VER/$src.tar.xz -P $TARBALL_PATH
             fi
 
             # decompress source code packet

--
Gitblit v1.9.1