Skip to content

Commit

Permalink
update to v23.05.3
Browse files Browse the repository at this point in the history
  • Loading branch information
aarnaud committed Mar 28, 2024
1 parent 78f215b commit 0dd76e4
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion configs/gl-mt1300.config
Original file line number Diff line number Diff line change
Expand Up @@ -136,6 +136,6 @@ CONFIG_VERSION_MANUFACTURER=""
CONFIG_VERSION_MANUFACTURER_URL=""
CONFIG_VERSION_NUMBER=""
CONFIG_VERSION_PRODUCT=""
CONFIG_VERSION_REPO="https://downloads.openwrt.org/releases/23.05.2"
CONFIG_VERSION_REPO="https://downloads.openwrt.org/releases/23.05.3"
CONFIG_VERSION_SUPPORT_URL=""
# CONFIG_IB_STANDALONE is not set
2 changes: 1 addition & 1 deletion configs/lamobo_R1.config
Original file line number Diff line number Diff line change
Expand Up @@ -136,6 +136,6 @@ CONFIG_VERSION_MANUFACTURER=""
CONFIG_VERSION_MANUFACTURER_URL=""
CONFIG_VERSION_NUMBER=""
CONFIG_VERSION_PRODUCT=""
CONFIG_VERSION_REPO="https://downloads.openwrt.org/releases/23.05.2"
CONFIG_VERSION_REPO="https://downloads.openwrt.org/releases/23.05.3"
CONFIG_VERSION_SUPPORT_URL=""
# CONFIG_IB_STANDALONE is not set
2 changes: 1 addition & 1 deletion configs/linksys-wrt1200ac.config
Original file line number Diff line number Diff line change
Expand Up @@ -136,6 +136,6 @@ CONFIG_VERSION_MANUFACTURER=""
CONFIG_VERSION_MANUFACTURER_URL=""
CONFIG_VERSION_NUMBER=""
CONFIG_VERSION_PRODUCT=""
CONFIG_VERSION_REPO="https://downloads.openwrt.org/releases/23.05.2"
CONFIG_VERSION_REPO="https://downloads.openwrt.org/releases/23.05.3"
CONFIG_VERSION_SUPPORT_URL=""
# CONFIG_IB_STANDALONE is not set
2 changes: 1 addition & 1 deletion configs/linksys-wrt1900ac.config
Original file line number Diff line number Diff line change
Expand Up @@ -136,6 +136,6 @@ CONFIG_VERSION_MANUFACTURER=""
CONFIG_VERSION_MANUFACTURER_URL=""
CONFIG_VERSION_NUMBER=""
CONFIG_VERSION_PRODUCT=""
CONFIG_VERSION_REPO="https://downloads.openwrt.org/releases/23.05.2"
CONFIG_VERSION_REPO="https://downloads.openwrt.org/releases/23.05.3"
CONFIG_VERSION_SUPPORT_URL=""
# CONFIG_IB_STANDALONE is not set
2 changes: 1 addition & 1 deletion configs/ubnt-erx.config
Original file line number Diff line number Diff line change
Expand Up @@ -122,6 +122,6 @@ CONFIG_VERSION_MANUFACTURER=""
CONFIG_VERSION_MANUFACTURER_URL=""
CONFIG_VERSION_NUMBER=""
CONFIG_VERSION_PRODUCT=""
CONFIG_VERSION_REPO="https://downloads.openwrt.org/releases/23.05.2"
CONFIG_VERSION_REPO="https://downloads.openwrt.org/releases/23.05.3"
CONFIG_VERSION_SUPPORT_URL=""
# CONFIG_IB_STANDALONE is not set
2 changes: 1 addition & 1 deletion configs/unifiac.config
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,6 @@ CONFIG_VERSION_MANUFACTURER=""
CONFIG_VERSION_MANUFACTURER_URL=""
CONFIG_VERSION_NUMBER=""
CONFIG_VERSION_PRODUCT=""
CONFIG_VERSION_REPO="https://downloads.openwrt.org/releases/23.05.2"
CONFIG_VERSION_REPO="https://downloads.openwrt.org/releases/23.05.3"
CONFIG_VERSION_SUPPORT_URL=""
# CONFIG_COLLECT_KERNEL_DEBUG is not set
2 changes: 1 addition & 1 deletion configs/x86.config
Original file line number Diff line number Diff line change
Expand Up @@ -136,6 +136,6 @@ CONFIG_VERSION_MANUFACTURER=""
CONFIG_VERSION_MANUFACTURER_URL=""
CONFIG_VERSION_NUMBER=""
CONFIG_VERSION_PRODUCT=""
CONFIG_VERSION_REPO="https://downloads.openwrt.org/releases/23.05.2"
CONFIG_VERSION_REPO="https://downloads.openwrt.org/releases/23.05.3"
CONFIG_VERSION_SUPPORT_URL=""
# CONFIG_IB_STANDALONE is not set
2 changes: 1 addition & 1 deletion scripts/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"


SCRIPTS_DIR=$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )
Expand Down

0 comments on commit 0dd76e4

Please sign in to comment.