Which package feeds to add for OpenWRT one

I am trying to add nano (sorry, I'm not a fan of Vi), but it doesn't seem to be in the default package feeds that come installed on the OpenWRT One. I did opkg update and tried to install each of the three nano packages, but without success.

Looking at opkg these are the default package feeds.
https://downloads.openwrt.org/releases/24.10.0-rc2/targets/mediatek/filogic/https://downloads.openwrt.org/releases/24.10.0-rc2/packages/aarch64_cortex-a53/base
I am unsure how to work out with needs adding for the One, that contain the editor packages that I need.

You should update to 24.10.0.

Choose your nano package from listed:

opkg update ; opkg install nano-full    # install nano-full
opkg update ; opkg install nano-plus    # install nano-plus
opkg update ; opkg install nano         # install nano 
1 Like

Thanks. Nano isn't in 24.10.0-rc2. It worked after I updated to 24.10.0

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