diff --git a/configs/lamobo_R1.config b/configs/lamobo_R1.config index f07102c..7d83e71 100644 --- a/configs/lamobo_R1.config +++ b/configs/lamobo_R1.config @@ -135,6 +135,6 @@ CONFIG_VERSION_MANUFACTURER="" CONFIG_VERSION_MANUFACTURER_URL="" CONFIG_VERSION_NUMBER="" CONFIG_VERSION_PRODUCT="" -CONFIG_VERSION_REPO="https://downloads.openwrt.org/releases/21.02.1" +CONFIG_VERSION_REPO="https://downloads.openwrt.org/releases/21.02.2" 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 b3156da..f82a92b 100644 --- a/configs/linksys-wrt1200ac.config +++ b/configs/linksys-wrt1200ac.config @@ -135,6 +135,6 @@ CONFIG_VERSION_MANUFACTURER="" CONFIG_VERSION_MANUFACTURER_URL="" CONFIG_VERSION_NUMBER="" CONFIG_VERSION_PRODUCT="" -CONFIG_VERSION_REPO="https://downloads.openwrt.org/releases/21.02.1" +CONFIG_VERSION_REPO="https://downloads.openwrt.org/releases/21.02.2" 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 416bc11..3c80158 100644 --- a/configs/linksys-wrt1900ac.config +++ b/configs/linksys-wrt1900ac.config @@ -135,6 +135,6 @@ CONFIG_VERSION_MANUFACTURER="" CONFIG_VERSION_MANUFACTURER_URL="" CONFIG_VERSION_NUMBER="" CONFIG_VERSION_PRODUCT="" -CONFIG_VERSION_REPO="https://downloads.openwrt.org/releases/21.02.1" +CONFIG_VERSION_REPO="https://downloads.openwrt.org/releases/21.02.2" 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 ab427e8..7502456 100644 --- a/configs/ubnt-erx.config +++ b/configs/ubnt-erx.config @@ -129,6 +129,6 @@ CONFIG_VERSION_MANUFACTURER="" CONFIG_VERSION_MANUFACTURER_URL="" CONFIG_VERSION_NUMBER="" CONFIG_VERSION_PRODUCT="" -CONFIG_VERSION_REPO="https://downloads.openwrt.org/releases/21.02.1" +CONFIG_VERSION_REPO="https://downloads.openwrt.org/releases/21.02.2" 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 a5d0505..59d92a7 100644 --- a/configs/unifiac.config +++ b/configs/unifiac.config @@ -46,6 +46,6 @@ CONFIG_VERSION_MANUFACTURER="" CONFIG_VERSION_MANUFACTURER_URL="" CONFIG_VERSION_NUMBER="" CONFIG_VERSION_PRODUCT="" -CONFIG_VERSION_REPO="https://downloads.openwrt.org/releases/21.02.1" +CONFIG_VERSION_REPO="https://downloads.openwrt.org/releases/21.02.2" 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 d9ee32a..bd98c51 100644 --- a/configs/x86.config +++ b/configs/x86.config @@ -135,6 +135,6 @@ CONFIG_VERSION_MANUFACTURER="" CONFIG_VERSION_MANUFACTURER_URL="" CONFIG_VERSION_NUMBER="" CONFIG_VERSION_PRODUCT="" -CONFIG_VERSION_REPO="https://downloads.openwrt.org/releases/21.02.1" +CONFIG_VERSION_REPO="https://downloads.openwrt.org/releases/21.02.2" 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 51f0a86..4095763 100755 --- a/scripts/build.sh +++ b/scripts/build.sh @@ -3,7 +3,7 @@ set -e set -x TARGET=$1 -OPENWRT_VERSION="v21.02.1" +OPENWRT_VERSION="v21.02.2" SCRIPTS_DIR=$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )