From 63450970057f273639ff421ec1fc7ce42180cf48 Mon Sep 17 00:00:00 2001 From: Jens J Date: Thu, 16 Nov 2023 05:21:01 -0600 Subject: [PATCH] update buildroot to 2023.02.7 (#1145) --- building.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/building.sh b/building.sh index f7d1914c..88e809e7 100755 --- a/building.sh +++ b/building.sh @@ -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."