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