From a4f1135ccbefab1bb5564de7634d1f2b490d8071 Mon Sep 17 00:00:00 2001 From: guowenxue <guowenxue@gmail.com> Date: Sun, 04 Aug 2019 22:27:14 +0800 Subject: [PATCH] update ok335x linux patch for add USB serial driver and update build.sh for sudo needed --- ok335xD/linux-bsp/build.sh | 5 ----- 1 files changed, 0 insertions(+), 5 deletions(-) diff --git a/ok335xD/linux-bsp/build.sh b/ok335xD/linux-bsp/build.sh index d9f2a77..e050ea3 100755 --- a/ok335xD/linux-bsp/build.sh +++ b/ok335xD/linux-bsp/build.sh @@ -92,11 +92,6 @@ function build_kernel() { - if [ ! -d ${ROOTFS_SRC} ] ; then - echo "WARNNING: decompress rootfs need input sudo passwd here: " - sudo tar -xJf ${PACK_PATH}/${ROOTFS_SRC}.tar.xz - fi - if [ ! -d ${LINUX_SRC} ] ; then tar -xJf ${PACK_PATH}/${LINUX_SRC}.tar.xz cd ${LINUX_SRC} -- Gitblit v1.9.1