GL.iNet Cross-Model Backup 2.0.0-14
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-r14-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-14_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-r14-noarch.apk https://github.com/zippyy/GL.iNet-CrossModel-BackupRestoreUtility/releases/latest/download/luci-app-glinet-crossmodel-backup-2.0.0-r14-noarch.apk && apk add /tmp/luci-app-glinet-crossmodel-backup-2.0.0-r14-noarch.apkChangelog
v2.0.0-14 adds the signed apk build to CI (scripts/build-openwrt-apk.sh, new build-apk job) and bumps the release. See the full diff: v2.0.0-13...v2.0.0-14