Skip to content

Commit

Permalink
update installer to use OpenWrt 23.05.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
dangowrt committed Oct 23, 2023
1 parent 8d00b5b commit 617b304
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build_installer.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ set -o pipefail

DESTDIR="$PWD"

OPENWRT_PGP="0xCD54E82DADB3684D"
OPENWRT_PGP="0xCD84BCED626471F1"
KEYSERVER="keyserver.ubuntu.com"
INSTALLERDIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" >/dev/null 2>&1 && pwd )"
OPENWRT_DIR="${INSTALLERDIR}/openwrt-ib"
Expand Down Expand Up @@ -250,7 +250,7 @@ bundle_initrd() {
}

linksys_e8450_installer() {
OPENWRT_RELEASE="22.03.5"
OPENWRT_RELEASE="23.05.0"
OPENWRT_TARGET="https://downloads.openwrt.org/releases/${OPENWRT_RELEASE}/targets/mediatek/mt7622"
OPENWRT_IB="openwrt-imagebuilder-${OPENWRT_RELEASE}-mediatek-mt7622.Linux-x86_64.tar.xz"
OPENWRT_INITRD="openwrt-${OPENWRT_RELEASE}-mediatek-mt7622-linksys_e8450-ubi-initramfs-recovery.itb"
Expand Down

0 comments on commit 617b304

Please sign in to comment.