Skip to content

Commit

Permalink
remove old release
Browse files Browse the repository at this point in the history
  • Loading branch information
hifiberry committed Dec 19, 2023
1 parent 094eae1 commit 849c0c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion get-buildroot
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
#!/bin/bash
if [ "$1" == "" ]; then
# TAG=2023.02.3
TAG=2023.11
else
TAG=$1
Expand Down Expand Up @@ -53,6 +52,7 @@ else
fi

echo "Symlinking to buildroot"
pwd
rm buildroot
ln -s $BRDIR buildroot

0 comments on commit 849c0c1

Please sign in to comment.