The Wayback Machine - https://web.archive.org/web/20201218051959/https://github.com/Entware/Prehistoric-Entware
Skip to content
This repository has been archived by the owner. It is now read-only.
master
Go to file
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

README.md

Note

ARM, MIPS and x86 forks of Entware was merged into Entware-ng. Further development of this project will be continued there. Please, don't add any new issues or pull requests here.

Description

Entware is package repository for embedded devices. These packages allow you to add new functionality to your device. Most of them taken from OpenWRT, but others are unique. It's usable by router firmwares such as DD-WRT/Tomato/AsusWRT, by Realtek RTD1073/1283/1185/1186 based players, and so on.

Getting started

Prepare USB drive, or other storage, and type:

Soft-float ( Works with both soft-float & hard-float firmwares. )

wget -O - http://old.entware.net/binaries/mipselsf/installer/entware_install.sh | sh

Hard-float ( Works only with hard-float firmwares. )

wget -O - http://old.entware.net/binaries/entware/installer/entware_install.sh | sh

A basic packages will be deployed. See available packages:

opkg list

Install desired ones:

opkg install mc

See other OPKG commands here.

Getting more help

You can’t perform that action at this time.