Site Tools


entware_installation_usage

This is an old revision of the document!


Entware

entware allows you to install applications/software that can't be included inot tomato itself mainly due to the limited flash size availability. For the sake of this example we'll use a USB pen drive mounted under /mnt/sda1:

first of all create the opt folder and mount it:

mkdir /mnt/sda1/opt

mount -o bind /mnt/sda1/opt /opt

To make the mount permanent
ARM:
wget -O - http://pkg.entware.net/binaries/armv7/installer/entware_install.sh | sh
MIPS:
wget -O - http://pkg.entware.net/binaries/mipsel/installer/installer.sh | sh

At this point you can inatll packages e.g.

opkg install htop

entware_installation_usage.1591608678.txt.gz · Last modified: 2020/06/08 10:31 by rs232