From e69555668c6cdb951763008624e6e90a63ddbdd6 Mon Sep 17 00:00:00 2001 From: guowenxue <guowenxue@gmail.com> Date: Sat, 18 Dec 2021 14:38:30 +0800 Subject: [PATCH] add wifi driver fetch in tarball build.sh --- bsp/tarball/build.sh | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/bsp/tarball/build.sh b/bsp/tarball/build.sh index 61f4723..c0c2fbd 100755 --- a/bsp/tarball/build.sh +++ b/bsp/tarball/build.sh @@ -54,6 +54,7 @@ do_fetch_url uboot-imx-${IMX_BRANCH}.tar.xz do_fetch_url linux-imx-${IMX_BRANCH}.tar.xz do_fetch_url rootfs_${ROOTFS}.tar.bz2 + do_fetch_url rtl8188fu.tar.bz2 else do_fetch_git uboot-imx do_fetch_git linux-imx -- Gitblit v1.9.1