Fix network

submod: update circle/addon/wlan/hostap (#962)
main
soyer 3 days ago committed by GitHub
parent ea75f15441
commit a9aab833a7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 10
      submod.sh

@ -6,15 +6,12 @@ git submodule update --init --recursive -f
# Use fixed master branch of circle-stdlib then re-update # Use fixed master branch of circle-stdlib then re-update
cd circle-stdlib/ cd circle-stdlib/
git reset --hard git checkout -f --recurse-submodules 1111eee # Matches Circle Step49
git checkout 1111eee -f # Matches Circle Step49
git submodule update --init --recursive -f
cd - cd -
# Optional update submodules explicitly # Optional update submodules explicitly
cd circle-stdlib/libs/circle cd circle-stdlib/libs/circle
git reset --hard git checkout -f --recurse-submodules f18c60fa38042ea7132533e658abfafd5bd63435
git checkout f18c60fa38042ea7132533e658abfafd5bd63435
cd - cd -
#cd circle-stdlib/libs/circle-newlib #cd circle-stdlib/libs/circle-newlib
#git checkout develop #git checkout develop
@ -22,6 +19,5 @@ cd -
# Use fixed master branch of Synth_Dexed # Use fixed master branch of Synth_Dexed
cd Synth_Dexed/ cd Synth_Dexed/
git reset --hard git checkout -f 3c683fc801
git checkout 3c683fc801 -f
cd - cd -

Loading…
Cancel
Save