Skip to content

v20220303

Compare
Choose a tag to compare
@mikeeq mikeeq released this 03 Mar 07:57
· 14 commits to main since this release

Xiaomi AX3200/AX6S OpenWRT 03.03.2022

CI Build - https://cloud.drone.io/mikeeq/xiaomi_ax3200_openwrt/84

  • All files used for the build can be found under the Assets section.
  • Images were built as close to the default build config as possible, so only the default set of packages are preinstalled.
    • All others can be installed using Luci WEB UI or opkg CLI command after flashing the image.
  • config.buildinfo - was generated based on official configs - snapshot and 21.02.2(Luci packages were grabbed from here)

Known Issues

  • Saved settings are not getting restored after the OpenWrt restart, to fix you need to execute sysupgrade -u on the same image:
# SSH to OpenWRT flashed router
ssh 192.168.1.1

mkdir -p /tmp/xiaomi_fw
cd /tmp/xiaomi_fw

# Download image
curl -L https://github.com/mikeeq/xiaomi_ax3200_openwrt/releases/download/v20220303/openwrt-mediatek-mt7622-xiaomi_redmi-router-ax6s-squashfs-sysupgrade.bin -o ./sysupgrade.bin

# Validate checksums against checksums found in github releases file sha256sums_artifacts_only
sha256sum *.bin

# Execute sysupgrade
sysupgrade -u sysupgrade.bin

Versions

OpenWRT version:

OPENWRT_GIT_URL=https://github.com/openwrt/openwrt.git
OPENWRT_GIT_BRANCH_NAME=master
OPENWRT_GIT_COMMIT_HASH=8235723c78b535635ef47951ec8fa61d6a4f3593

Patch version:

# https://github.com/openwrt/openwrt/pull/4810
OPENWRT_NAMIDAIRO_GIT_URL=https://github.com/namidairo/openwrt.git
OPENWRT_NAMIDAIRO_GIT_BRANCH_NAME=ax6s
OPENWRT_NAMIDAIRO_GIT_COMMIT_HASH=78a9bee50bc116f443a56d2c094f5c3d3be5c868

Changelog:

  • First OpenWRT fully working and tested build with Luci preinstalled
  • built using CI