Vityacv
11
You could use scp
scp -oHostKeyAlgorithms=+ssh-rsa busybox_1.28.3-4_ipq.ipk root@192.168.8.1:/tmp
this will upload it to /tmp of the router
then ssh into router
ssh -oHostKeyAlgorithms=+ssh-rsa root@192.168.8.1
and
cd /tmp
rm /usr/bin/flock && opkg install busybox_1.28.3-4_ipq.ipk