Site Tools


entware_installation_usage

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
Next revisionBoth sides next revision
entware_installation_usage [2021/05/30 17:42] – [Entware]-spacing hogwildentware_installation_usage [2021/09/13 16:52] hogwild
Line 1: Line 1:
-====== Entware ======+====== Entware Installation and Usage ======
  
 Entware is a software package installer. It allows you to install programs that can't be included into FreshTomato itself, mainly due to most routers' limited flash RAM size. This example assumes you have a USB flash drive mounted under /mnt/sda1. If you need more details about configuring USB storage before reading this, see the [[:usb_support|USB Support]] page. Entware is a software package installer. It allows you to install programs that can't be included into FreshTomato itself, mainly due to most routers' limited flash RAM size. This example assumes you have a USB flash drive mounted under /mnt/sda1. If you need more details about configuring USB storage before reading this, see the [[:usb_support|USB Support]] page.
  
 First, create the opt folder and mount it: First, create the opt folder and mount it:
-<code> 
  
 +<code ->
 mkdir /mnt/sda1/opt mkdir /mnt/sda1/opt
 mount -o bind /mnt/sda1/opt /opt mount -o bind /mnt/sda1/opt /opt
- 
 </code> </code>
  
 + \\  Then, you can run the installation command:  \\
  
-Now you can run the installation command: +<code ->
- +
-<code> +
- +
 /usr/sbin/entware-install.sh /usr/sbin/entware-install.sh
- 
 </code> </code>
  
 + \\  Finally, you can install the packages you want, for example:  \\
  
-Finally, you can install the packages you want e.g. +<code ->
-<code> +
 opkg update opkg update
 opkg upgrade opkg upgrade
 opkg install htop opkg install htop
- 
 </code> </code>
  
  
entware_installation_usage.txt · Last modified: 2023/06/27 23:44 by hogwild