Packages » Historial » Versió 1
Pau Escrich, 25-12-2012 21:09
| 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 | @http://repo.qmp.cat/arch/XXXX/packages/@ |
||
| 7 | |||
| 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 | @src/gz qmp http://repo.qmp.cat/arch/ar71xx/packages/@ |
||
| 17 | |||
| 18 | Then "opkg update && opkg install qmp-small-node" should be enough to install the whole system. |