update buildroot to 2023.02.7 (#1145)

This commit is contained in:
Jens J
2023-11-16 05:21:01 -06:00
committed by GitHub
parent ae3243c944
commit 6345097005

View File

@@ -97,7 +97,7 @@ clone() {
}
fresh() {
BR_VER=2023.02.1
BR_VER=2023.02.7
if [ -d "$SRC_CACHE_DIR" ]; then
echo_c 36 "Found cache directory."