Skip to content
This repository has been archived by the owner on Mar 17, 2018. It is now read-only.

Entware/Prehistoric-Entware

Repository files navigation

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