OpenWrt Forum Archive

Topic: TP-Link WR941ND v5.1 problem /overlay size

The content of this topic has been archived on 22 Apr 2018. There are no obvious gaps in this topic, but there may still be some posts missing at the end.

Hi all,

I'm working on a TP-Link WR941ND v5.1 on which I Installed OpenWRT version CHAOS CALMER (15.05, r46767). I need to install openssl package but the command "opkg install openssl-util" failed with the error :

* verify_pkg_installable: Only have 248kb available on filesystem /overlay, pkg libopenssl needs 676


Command df -f show:

Filesystem                Size         Used        Available      Use%       Mounted on
rootfs                       640.0K    392.0K    248.0K          61%            /
/dev/root                  2.3M        2.3M        0                100%            /rom
tmpfs                       14.0M      640.0K    13.4M             4%            /tmp
/dev/mtdblock3         640.0K    392.0K    248.0K          61%           /overlay
overlayfs:/overlay      640.0K    392.0K    248.0K          61%           /
tmpfs                       512.0K              0    512.0K            0%           /dev
root@OpenWrt:~#

How can I increase the size of the partition /overlay ?

Thank you in advance for your help.

Lotr

(Last edited by lotr on 1 Jan 2016, 20:04)

The imagebuilder is what you need to use.
Other than that, you would have to solder in a bigger flash chip or make a usb-mod to use external storage.

Hi,

Thank's all, I'll try the imagebuilder.

The discussion might have continued from here.