From 0bc1e30ccf48fadc7b21424404093ce75b43481f Mon Sep 17 00:00:00 2001
From: guowenxue <guowenxue@gmail.com>
Date: Sat, 13 Jul 2024 23:44:46 +0800
Subject: [PATCH] PATCH:IGKBoard-IMX6ULL: Update linux kernel patch for USB to serial and ppp driver

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

diff --git a/debian/build.sh b/debian/build.sh
index f04ab7d..e1ff6fc 100755
--- a/debian/build.sh
+++ b/debian/build.sh
@@ -53,7 +53,7 @@
     export ROOTFS_DIR=rootfs-$DIS_TYPE-$DIS_VER
 
     echo ""
-    pr_info "INFO: Start debootstrap fetch debian $DIS_VER root filesystem now."
+    pr_info "INFO: Start debootstrap fetch debian $DIS_VER($ARCH) root filesystem now."
 }
 
 # Debian 12 depends on the new keyring
@@ -106,6 +106,7 @@
         pr_info "debain rootfs fetched already"
         return ;
     fi
+
     debootstrap --arch=${ARCH} --foreign ${DIS_VER} ${ROOTFS_DIR} http://ftp.debian.org/debian/
 
     cp -f /usr/bin/qemu-arm-static ${ROOTFS_DIR}/usr/bin/

--
Gitblit v1.9.1