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
Last revisionBoth sides next revision
entware_installation_usage [2020/06/08 10:29] rs232entware_installation_usage [2023/05/08 05:34] – -formatting, fix Entware wiki links hogwild
Line 1: Line 1:
-====== Entware ======+====== Entware Installation and Usage ======
  
-Assuming your USB drive is mounted under sda1:+\\ [[https://entware.net/about.html|Entware]] is a software repository for network attached storage, routers and other embedded devices. [[http://bin.entware.net/armv7sf-k3.2/Packages.html|2500+ packages]] are available for different platforms. Entware packages are full versions of programs/commands found in common Linux distributions. You can expand upon the BusyBox versions of commands included with FreshTomato and install packages not already installed. This allows you to "//push the limits//" of your router.
  
-first of all create the opt folder and mount it:+For more details on how to use Entware, see[[https://github.com/Entware/Entware/wiki#using-repo|The Entware Wiki]]
  
-**mkdir /mnt/sda1/opt**+There you can also find current, in-depth instructions for installing Entware in FreshTomato: [[https://github.com/Entware/Entware/wiki/Install-on-TomatoUSB-and-FreshTomato#entware-on-freshtomato-and-other-tomatousb-forks|Entware on FreshTomato (and other TomatoUSB forks)]]
  
-**mount -o bind /mnt/sda1/opt /opt**+ \\ This example assumes you have a USB flash drive mounted at: /mnt/sda1. If you need more details about configuring USB storage, please see the [[:usb_support|USB Support]] menu.
  
-To make the mount permanent\\ + \\
-ARM:\\ +
-wget -O - [[http://pkg.entware.net/binaries/armv7/installer/entware_install.sh|http://pkg.entware.net/binaries/armv7/installer/entware_install.sh]] | sh\\ +
-MIPS:\\ +
-wget -O - [[http://pkg.entware.net/binaries/mipsel/installer/installer.sh|http://pkg.entware.net/binaries/mipsel/installer/installer.sh]] | sh+
  
-At this point you can inatll packages e.g.+First, create the opt folder and mount it:
  
-**opkg install htop**+ \\ 
 + 
 +<code -> 
 +mkdir /mnt/sda1/opt 
 +mount -o bind /mnt/sda1/opt /opt 
 +</code> 
 + 
 + \\   \\  Then, you can run the installation command:  \\  \\ 
 + 
 +<code -> 
 +/usr/sbin/entware-install.sh 
 +</code> 
 + 
 + \\   \\ Finally, you can install the packages you want, for example:  \\  \\ 
 + 
 +<code -> 
 +opkg update 
 +opkg upgrade 
 +opkg install htop 
 +</code> 
 + 
 + \\ 
 + 
 + \\
  
  
entware_installation_usage.txt · Last modified: 2023/06/27 23:44 by hogwild