From 077d48b9313aced4aabf7125fc9a54f4bf9f37ab Mon Sep 17 00:00:00 2001
From: guowenxue <guowenxue@gmail.com>
Date: Thu, 01 Aug 2019 18:16:15 +0800
Subject: [PATCH] update linux kernel, u-boot patch. adjust partition table, update rootfs build shell script to new partition. test ok

---
 ok335xD/linux-bsp/patches/gen_patch.sh |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/ok335xD/linux-bsp/patches/gen_patch.sh b/ok335xD/linux-bsp/patches/gen_patch.sh
index 164bd19..4aebbe5 100755
--- a/ok335xD/linux-bsp/patches/gen_patch.sh
+++ b/ok335xD/linux-bsp/patches/gen_patch.sh
@@ -17,8 +17,8 @@
         cp .config .cfg-${BOARD}
     fi
 
-    echo "WARNNING: Maybe need input sudo passwd here: "
-    sudo bash build.sh clean
+    #echo "WARNNING: Maybe need input sudo passwd here: "
+    bash build.sh clean
 }
 
 if [ $# != 1 ] ; then

--
Gitblit v1.9.1