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

Prehistoric Entware

License

Notifications You must be signed in to change notification settings

Entware/Prehistoric-Entware

Folders and files

NameName
Last commit message
Last commit date

Latest commit

06a2b76 · Mar 5, 2018
Mar 5, 2018
Jul 21, 2015
Sep 23, 2015
Jan 4, 2015
Jul 21, 2015
Apr 23, 2014
Apr 4, 2014
Jul 30, 2015
Apr 1, 2016
Sep 22, 2015
Apr 2, 2016

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