SLATE AX - openwrt packages (nano-full)

Hi, does anyone know if it’s possible to get the package nano-full for the SLATE AX router?

nano package exists, but is a stripped version without syntax highlighting.

Thank you.

Hi!

It seems that nano-full is already in the Slate AX v4.8.2 repository.

Could you please clarify what problems you encountered on this?

On mine is not showing up:

root@GL-AXT1800:~# opkg update
Downloading https://fw.gl-inet.com/releases/v23.05-SNAPSHOT/kmod-5.4.164/aarch64_cortex-a53_neon-vfpv4/ipq60xx/Packages.gz
Updated list of available packages in /var/opkg-lists/glinet_core
Downloading https://fw.gl-inet.com/releases/v23.05-SNAPSHOT/packages-5.0/aarch64_cortex-a53_neon-vfpv4/packages/Packages.gz
Updated list of available packages in /var/opkg-lists/opnwrt_packages
Updating database.
Database update completed.

root@GL-AXT1800:~# opkg list | grep nano
nano - 8.3-1 - Nano is a small and simple text editor for use on the terminal. Nano started as an enhanced clone of the Pico text editor. Nowadays Nano wants to be a generally useful editor with sensible defaults (linewise scrolling, no automatic line breaking). Nano is an official GNU package.
root@GL-AXT1800:~#
root@GL-AXT1800:~# opkg list nano-full
root@GL-AXT1800:~#

root@GL-AXT1800:~# cat /etc/glversion
4.8.2

@will.qiu can you show me you opkg sources?

Oh, sorry. It seems my device added extra feeds during previous testing.

You might want to follow this tutorial to add the OpenWRT official repository feed and get nano-full:

We'll also have our R&D team investigate whether it can be added to the official repository, though that may take some time.

1 Like

thank you.

1 Like

Update: nano-full has been added to the official repository.

1 Like

Thank you.