Skip to content

Commit

Permalink
Update local_build.sh to v23.05.3
Browse files Browse the repository at this point in the history
  • Loading branch information
mikysal78 authored Mar 25, 2024
1 parent 037ebdb commit 0630b8e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion local_build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ set -e
set -x

TARGET=$1
OPENWRT_VERSION="v23.05.2"
OPENWRT_VERSION="v23.05.3"

ROOT_DIR=$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )
BUILD_DIR="/mnt/nfs-firmware/${OPENWRT_VERSION}/${TARGET}"
Expand Down

0 comments on commit 0630b8e

Please sign in to comment.