I'd like to reorder my static leases, which isn't possible in the UI.
This is fine, I'd like to do it over SSH by editing /etc/config/dhcp, but the 'vi' provided by the onboard busybox is terrible, doesn't implement cut and paste, and only provides 'ash' as the shell which prevents me from using WinSCP to edit the file from my computer.
As such, I'm planning on updating busybox with the latest arm7l binary so I can have nano and bash, and thus edit over SSH using nano and remotely using WinSCP.
https://www.busybox.net/downloads/binaries/latest/If this works out, this seems like an ideal use case for an optional opkg that others could install, too.
Any helpful tips, cautions, or others that would like this as well?