Full Changelog: v2.0.0-16...v2.0.0-17
What's new
New signed apk package for OpenWrt 25.x / GL.iNet apk firmware (e.g. Flint 4), alongside the legacy opkg ipk for GL.iNet 4.x.
luci-app-glinet-crossmodel-backup-2.0.0-r17-noarch.apk— signed v3 (ADB) package, installs via LuCI (System → Software → Upload) orapk add.glinet-crossmodel.pub— release signing public key. Trust it once on the router, then installs stop failing withUNTRUSTED signature(exit 99).luci-app-glinet-crossmodel-backup_2.0.0-17_all.ipk— unchanged legacy package for OpenWrt 21.02 / GL.iNet 4.x.
On apk firmware (Flint 4)
Run these ON the router:
# One-time: trust the release signing key
curl -fsSL -o /etc/apk/keys/glinet-crossmodel.pub https://github.com/zippyy/GL.iNet-CrossModel-BackupRestoreUtility/releases/latest/download/glinet-crossmodel.pub
# Install the signed apk straight from the latest release (or upload it via LuCI):
curl -fsSL -o /tmp/luci-app-glinet-crossmodel-backup-2.0.0-r17-noarch.apk https://github.com/zippyy/GL.iNet-CrossModel-BackupRestoreUtility/releases/latest/download/luci-app-glinet-crossmodel-backup-2.0.0-r17-noarch.apk && apk add /tmp/luci-app-glinet-crossmodel-backup-2.0.0-r17-noarch.apk