This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| entware_installation_usage [2020/06/09 07:56] – rs232 | entware_installation_usage [2025/10/28 01:12] (current) – hogwild | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| - | ====== Entware ====== | + | ====== Entware |
| - | entware | + | \\ [[https://entware.net/about.html|Entware]] is a software |
| - | first of all create the opt folder and mount it: | + | For more details on how to use Entware, see: [[https:// |
| - | < | + | There you can also find current, in-depth instructions for installing Entware in FreshTomato: |
| + | |||
| + | \\ This HOWTO assumes you have a USB flash drive mounted at: "/ | ||
| + | |||
| + | \\ | ||
| + | |||
| + | First, create the opt folder and mount it: | ||
| + | |||
| + | \\ | ||
| + | |||
| + | < | ||
| mkdir / | mkdir / | ||
| mount -o bind / | mount -o bind / | ||
| - | |||
| </ | </ | ||
| - | You can now run the installation command | + | |
| - | < | + | < |
| - | ARM: | + | /usr/sbin/entware-install.sh |
| - | wget -O - http://pkg.entware.net/binaries/ | + | </code> |
| - | MIPS: | + | |
| - | wget -O - http:// | + | |
| + | <code -> | ||
| + | opkg update | ||
| + | opkg upgrade | ||
| + | opkg install htop | ||
| </ | </ | ||
| - | At this point you can inatll packages e.g. | + | \\ |
| - | < | + | |
| - | opkg install htop | + | \\ |
| - | </ | + | \\ |