Hello there! I have TL-WR743ND-v2 and have updated to 17.01.4 from 17.01.1
Once I tried make "opkg update" && "opkg list-upgradable" I got error xsystem: wget: vfork: Out of memory.
So, my question is: is it possible temporally increase free space for update process only?
At my Ubuntu I have used sshfs utility for mount remote directories.
So, how to mount some directory, where downloaded packages for updated located, to my PC, perform update, ant then unmount additional space?
There list of mounted infrasctructure
root@LEDE:~# mount
/dev/root on /rom type squashfs (ro,relatime)
proc on /proc type proc (rw,nosuid,nodev,noexec,noatime)
sysfs on /sys type sysfs (rw,nosuid,nodev,noexec,noatime)
tmpfs on /tmp type tmpfs (rw,nosuid,nodev,noatime)
/dev/mtdblock3 on /overlay type jffs2 (rw,noatime)
overlayfs:/overlay on / type overlay (rw,noatime,lowerdir=/,upperdir=/overlay/upper,workdir=/overlay/work)
tmpfs on /dev type tmpfs (rw,nosuid,relatime,size=512k,mode=755)
devpts on /dev/pts type devpts (rw,nosuid,noexec,relatime,mode=600)
debugfs on /sys/kernel/debug type debugfs (rw,noatime)
What is the directory where updates stored?
Thank You very much!