Hi,
I have managed to install the factory-image of the WR902ACv3 to the WR902ACv4-device.
Now I wanted to install some packages, e.g. "vim".
I get the message:
opkg find vim
vim - 9.0-1 - Vim is an almost compatible version of the UNIX editor Vi.
(Tiny build)
root@F42240GW:~# opkg install vim
Installing vim (9.0-1) to root...
Collected errors:
* verify_pkg_installable: Only have 372kb available on filesystem /overlay, pkg vim needs 434
* opkg_install_cmd: Cannot install package vim.
My fs looks like this:
df
Filesystem 1K-blocks Used Available Use% Mounted on
/dev/root 3840 3840 0 100% /rom
tmpfs 28624 1024 27600 4% /tmp
/dev/mtdblock4 1856 1484 372 80% /overlay
overlayfs:/overlay 1856 1484 372 80% /
tmpfs 512 0 512 0% /dev
I am not an expert on this. root looks small and tmpfs looks much bigger. Is there anything I can do?