Can't upgrade openwrt

Current Version
root@GL-AXT1800:~# cat /etc/openwrt_release
DISTRIB_ID='OpenWrt'
DISTRIB_RELEASE='21.02-SNAPSHOT'
DISTRIB_REVISION='r16399+171-c67509efd7'
DISTRIB_TARGET='ipq807x/ipq60xx'
DISTRIB_ARCH='arm_cortex-a7'
DISTRIB_DESCRIPTION='OpenWrt 21.02-SNAPSHOT r16399+171-c67509efd7'
DISTRIB_TAINTS='no-all busybox override'
DISTRIB_TIP='OpenWrt 21.02-SNAPSHOT r16399+171-c67509efd7 / TIP-devel-aa519665'
DISTRIB_TIP_VERSION='devel'

I have a Gl.inet atx1800
GL Technologies, Inc. AXT1800
I can't said model on Openewrt
I have tried luci and auc, it failed

AUC output:root@GL-AXT1800:~# auc
auc (0.2.4-8)
Server: https://sysupgrade.openwrt.org
Running: 21.02-SNAPSHOT r16399+171-c67509efd7 on ipq807x/ipq60xx (glinet,axt1800)
Invalid argument (22)

Attendedsysupgrade config:
Preformatted textconfig server 'server'
option url https://sysupgrade.openwrt.org

config client 'client'
option upgrade_packages '1'
option advanced_mode '1'
option auto_search '1'Preformatted text

I've tried countless "fixes" online, reboots, factory resets.
Any help identifying the openwrt package or help with my issue?

It appears you are using firmware that is not from the official OpenWrt project.

When using forks/offshoots/vendor-specific builds that are "based on OpenWrt", there may be many differences compared to the official versions (hosted by OpenWrt.org). Some of these customizations may fundamentally change the way that OpenWrt works. You might need help from people with specific/specialized knowledge about the firmware you are using, so it is possible that advice you get here may not be useful.

You may find that the best options are:

  1. Install an official version of OpenWrt, if your device is supported (see https://firmware-selector.openwrt.org).
  2. Ask for help from the maintainer(s) or user community of the specific firmware that you are using.
  3. Provide the source code for the firmware so that users on this forum can understand how your firmware works (OpenWrt forum users are volunteers, so somebody might look at the code if they have time and are interested in your issue).

If you believe that this specific issue is common to generic/official OpenWrt and/or the maintainers of your build have indicated as such, please feel free to clarify.

1 Like

Thank you pointing that out, I see that gl.inet tweaks openwrt. I already sent a help request.
I would try #1 except my model can't be found.

Precisely.

The AUC package looks for firmware upgrades at openwrt.org. Your model doesn't have support by the official OpenWrt project, so no firmware can be found, thus the error you are seeing.

The only available firmware is the highly modified fork of OpenWrt that GL-Inet builds for your device.

5 Likes

Slate AX aka AXT1800 is not supported by official OpenWRT.
Your firmware is latest from them (171 patches after OpenWRT stopped supporting rev 21.02) https://dl.gl-inet.com/release/router/release/axt1800/4.6.2
You need to ask them to backport any security fixes in packages, as 21.02.x package collection is coming of age. Remove AUC, and never ever replace their core repo.

3 Likes

Thanks for that info!

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.