From 25e66b3d199c598fa88531904860663aec65ddcb Mon Sep 17 00:00:00 2001 From: bryan Date: Fri, 25 Jul 2025 19:25:30 -0400 Subject: [PATCH] Update openwrt default to 24.10.2 --- openwrtbuilder | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/openwrtbuilder b/openwrtbuilder index 8655fa7..da9f83f 100755 --- a/openwrtbuilder +++ b/openwrtbuilder @@ -2,10 +2,10 @@ # Builds and deploys OpenWRT images # Copyright 2022-25 Bryan C. Roessler # Apache 2.0 License -# See README.md and ./profiles for device configuration +# See README and profiles for device configuration # Set default release -: "${RELEASE:="24.10.1"}" +: "${RELEASE:="24.10.2"}" # @internal print_help() {