Projecte

General

Perfil

Packages » Historial » Versió 4

Pau Escrich, 19-06-2013 15:56

1 1 Pau Escrich
h1. Packages
2
3
There is a repository which contains compiled packages directly created by qMp project or related with.
4
It can be found here:
5
6 3 Pau Escrich
@http://repo.qmp.cat/XXXX/packages/@
7 1 Pau Escrich
8
Where XXXX is the name of the target architecture, some examples are:
9
10
* *ar71xx* for Ubnt Airmax such as NanoStation M5 or Rocket M5. Also most of TpLink and many other devices
11
* *atheros* for fonera o Picostation2
12
* *x86* for Alix boards (any)
13
14
It can be used for "opkg" by adding the next line to the file /etc/opkg.conf
15
16 3 Pau Escrich
@src/gz qmp http://repo.qmp.cat/ar71xx/packages/@
17 1 Pau Escrich
18
Then "opkg update && opkg install qmp-small-node" should be enough to install the whole system.