Does anybody have the commands for installing nano on the s3 by putty?
Tried "opkg update" and "opkg install nano" but get errores on the first already
The repository in /etc/opkg.conf is incorrect, so it doesn't have any packages to install. However even if you fix that (add /base to the path), there isn't a precompiled nano package for this openwrt variant. I suggest learning some basic vi skills, as it's the lowest common denominator in the editor world (any *nix machine will have vi).