How to change the AX1800/AXT1800 plug-in feed to OpenWRT

Applicable model: AX1800 (Flint 1), AXT1800 (Slate AX)
GL Firmware: v4.8.x, op 23.05, aarch_cortex-a53-vfpv4

Needs, Application, Scenario:

  1. The AX1800/AXT1800 feed is GL repo by default in GL firmware. How do we switch to OpenWRT feed to get more plugins?

  2. Probably have questions about the software architecture of AX1800/AXT1800. Why cannot we find the corresponding architecture aarch_cortex-a53-vfpv4 to match in the OpenWRT repo?


After testing I have, AX1800/AXT1800 aarch_cortex-a53-vfpv4 (GL firmware v4.8.x) is matched the aarch_cortex-a53 of OpenWRT repo.

The following will quickly guide to without changing the firmware and not affecting the installed plug-in, and safely and quickly replace the opkg feed to OpenWRT.

Tutorial:

  1. Modify /etc/opkg.conf, add:
arch all 100
arch aarch64_cortex-a53_neon-vfpv4 200
arch aarch64_cortex-a53 300

  1. Modify /etc/opkg/customfeeds.conf, add:
src/gz package https://archive.openwrt.org/releases/23.05.0/packages/aarch64_cortex-a53/packages
src/gz base https://archive.openwrt.org/releases/23.05.0/packages/aarch64_cortex-a53/base
src/gz luci https://archive.openwrt.org/releases/23.05.0/packages/aarch64_cortex-a53/luci
src/gz routing https://archive.openwrt.org/releases/23.05.0/packages/aarch64_cortex-a53/routing
src/gz telephony https://archive.openwrt.org/releases/23.05.0/packages/aarch64_cortex-a53/telephony

  1. Modify /etc/opkg/distfeeds.conf, comment the feed of glinet (not necessary):

  2. Test to install a plugin adblock from OpenWRT feed:

opkg update
opkg install luci-app-adblock

Kindly Note:

  1. This configuration is only valid for AX1800 and AXT1800 , and it does not lose if router restarts or upgrade firmware. Only reconfigure if reset the firmware settings.
  2. This tutorial is suitable for users with a certain foundation in Linux. You need to know SSH terminal, vi for edit/modify (command mode and text mode, i insert, :wq save) and other knowledge. If you are not sure, please understand this knowledge first.
  3. Before your configuration, recommended to archive backup first in Luci, to restore to the original state without restore the factory settings if encounter some errors during configuration.
  4. If need to download to kmod and related dependencies, please re-enable GL distfeeds.
  5. For other models of routers, software architecture can be found in the OpenWRT repo, you can refer to this tutorial to add or modify it. Ensure to find the correct op version and software architecture.
  6. There may be imperfections in this post, for reference only.
4 Likes

This means AXT1800 can see a op24 in the future? :face_with_peeking_eye:

No, op version & plugin feed are two different things.

Just wishful thinking.... :roll_eyes:

Maybe here we can find the AXT1800 Vanilla op24 firmware :sweat_smile:

Yeah I know, but this is my travel router and I yet lazy went I'm traveling :wink:

2 Likes

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