@@ -4,12 +4,15 @@ cd ..
rm -rf buildroot
git clone https://github.com/buildroot/buildroot.git
cd buildroot
-#git checkout 2021.11.3
+git checkout 2023.02.x
#==== Patches
for i in ../PSG/patches/*.patch
do
echo "==Apply patch : <$i> =="
patch -p1 < $i
+ git add .
+ git commit -m "PSG Patch :<$i> =="
+
done
#----
chmod a+x *.sh
@@ -1 +1 @@
-IOT2050_V2_200
+IOT2050_V2_201