dangowrt / owrt-ubi-installer

OpenWrt firmware installer for the Linksys E8450 aka. Belkin RT3200
GNU General Public License v2.0
394 stars 50 forks source link

Request: please provide nano in the default package #30

Closed andreklug closed 2 years ago

andreklug commented 2 years ago

Hi @dangowrt

would you please include nano in the default package?

The vi editor really is a PITA when you're not used to it.

Thank you!

dangowrt commented 2 years ago

If you prefer nano, just install it using

opkg update
opkg install nano

When using auc to keep your system up-to-date additional packages are also kept automatically in new builds.

In case you really want an installer for recovery and sysupgrade image which contains nano you can edit the build_installer.sh and add the package there: https://github.com/dangowrt/linksys-e8450-openwrt-installer/blob/main/build_installer.sh#L235