Hello,
If you want to install extra packages not found in our repositories, you can do so using the default OpenWrt ones. Here are the steps:
- First, update the OpenWrt repositories by running:
opkg -e /etc/opkg/openwrt/distfeeds.conf update
- Then, install the nano editor by running:
opkg -e /etc/opkg/openwrt/distfeeds.conf install nano
After completing these steps, Nano should be installed and ready to use on your system.
Best regards,