Skip to content

Commit

Permalink
Fix 02_prepare_openwrt_folder.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
anaelorlinski authored Nov 15, 2023
1 parent 40d6a3c commit bb23fea
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions openwrt-23.05/steps/02_prepare_openwrt_folder.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,15 +10,9 @@ cd "$ROOTDIR/build"

cp -R openwrt-fresh-23.05 openwrt

<<<<<<< HEAD
# freeze revision to 23.05.0
cd openwrt
git reset --hard bd4f415efacfc03bbe5b79ae1d39c1451f5f7385
=======
# freeze revision to 23.05.2
cd openwrt
git reset --hard 1c26bcb10819f072964a658e2cc29bb87613a6f5
>>>>>>> 108fda3 (openwrt 23.05.2)

echo "Current OpenWRT commit"
git log -1
Expand Down

0 comments on commit bb23fea

Please sign in to comment.