diff --git a/configs/gl-mt1300.config b/configs/gl-mt1300.config index 2a4c489..240c515 100644 --- a/configs/gl-mt1300.config +++ b/configs/gl-mt1300.config @@ -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 \ No newline at end of file diff --git a/configs/lamobo_R1.config b/configs/lamobo_R1.config index 1907e88..a097157 100644 --- a/configs/lamobo_R1.config +++ b/configs/lamobo_R1.config @@ -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 \ No newline at end of file diff --git a/configs/linksys-wrt1200ac.config b/configs/linksys-wrt1200ac.config index 1e2c825..74f1284 100644 --- a/configs/linksys-wrt1200ac.config +++ b/configs/linksys-wrt1200ac.config @@ -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 \ No newline at end of file diff --git a/configs/linksys-wrt1900ac.config b/configs/linksys-wrt1900ac.config index b9206ce..66a4a2d 100644 --- a/configs/linksys-wrt1900ac.config +++ b/configs/linksys-wrt1900ac.config @@ -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 \ No newline at end of file diff --git a/configs/ubnt-erx.config b/configs/ubnt-erx.config index c524eeb..52791dd 100644 --- a/configs/ubnt-erx.config +++ b/configs/ubnt-erx.config @@ -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 \ No newline at end of file diff --git a/configs/unifiac.config b/configs/unifiac.config index 6a613b0..86c943f 100644 --- a/configs/unifiac.config +++ b/configs/unifiac.config @@ -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 \ No newline at end of file diff --git a/configs/x86.config b/configs/x86.config index e31e4a2..5db600b 100644 --- a/configs/x86.config +++ b/configs/x86.config @@ -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 \ No newline at end of file diff --git a/scripts/build.sh b/scripts/build.sh index 7df12d1..2c40bd2 100755 --- a/scripts/build.sh +++ b/scripts/build.sh @@ -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 )