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