I tried :
opkg install gcc
but got :
opkg_conf_write_status_files: Couldn't close ///var/lib/opkg/status: No space left on device.
and then noticed :
Filesystem Size Used Available Use% Mounted on
/dev/root 259.9M 255.9M 0 100% /
Is there a simple way to install packages in another location? Like : /dev/mmcblk1p5 ?
Thank you