Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: dangowrt/owrt-ubi-installer
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
Choose a base ref
...
head repository: Aeriit/owrt-ubi-installer
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: main
Choose a head ref
Can’t automatically merge. Don’t worry, you can still create the pull request.
  • 1 commit
  • 1 file changed
  • 1 contributor

Commits on Jul 4, 2022

  1. Update to 22.03.0-rc4

    Aeriit authored Jul 4, 2022
    Copy the full SHA
    f0a50ed View commit details
Showing with 1 addition and 1 deletion.
  1. +1 −1 build_installer.sh
2 changes: 1 addition & 1 deletion build_installer.sh
Original file line number Diff line number Diff line change
@@ -230,7 +230,7 @@ bundle_initrd() {
}

linksys_e8450_installer() {
OPENWRT_RELEASE="22.03.0-rc3"
OPENWRT_RELEASE="22.03.0-rc4"
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"