Skip to content

Commit

Permalink
update to v21.02.2
Browse files Browse the repository at this point in the history
  • Loading branch information
aarnaud committed Mar 2, 2022
1 parent 0834a79 commit 485b384
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion configs/lamobo_R1.config
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion configs/linksys-wrt1200ac.config
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion configs/linksys-wrt1900ac.config
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion configs/ubnt-erx.config
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion configs/unifiac.config
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion configs/x86.config
Original file line number Diff line number Diff line change
Expand Up @@ -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
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="v21.02.1"
OPENWRT_VERSION="v21.02.2"


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

0 comments on commit 485b384

Please sign in to comment.