Packages » Historial » Versió 5
Roger Pueyo Centelles, 29-08-2018 18:26
1 | 1 | Pau Escrich | h1. Packages |
---|---|---|---|
2 | |||
3 | 5 | Roger Pueyo Centelles | There are repositories which contain compiled packages, both those part of the qMp project themselves, or related to it (e.g.: LibreMap). |
4 | 1 | Pau Escrich | |
5 | 5 | Roger Pueyo Centelles | The repositories can be found here: |
6 | 1 | Pau Escrich | |
7 | 5 | Roger Pueyo Centelles | @http://downloads.qmp.cat/Releases/XXXX/YYYY/packages/@ (for qMp ≤ 3.2.1) |
8 | @http://downloads.qmp.cat/Releases/XXXX/packages/ZZZZ/@ (for qMp ≥ 4.0) |
||
9 | 1 | Pau Escrich | |
10 | 5 | Roger Pueyo Centelles | where "XXXX" is the name of the release (e.g.: "4.1"; check the releases list at http://downloads.qmp.cat/Releases/) and "YYYY" or "ZZZZ" correspond to the CPU/SoC architecture. For example: |
11 | 1 | Pau Escrich | |
12 | 5 | Roger Pueyo Centelles | * *ar71xx/generic* (Ubiquiti AirMax devices like the NanoStation M5, most TP-Link routers, etc.): |
13 | ** YYYY = ar71xx (qMp ≤ 3.2.1) |
||
14 | ** ZZZZ = mips_24kc (qMp ≥ 4.0) |
||
15 | * *ramips/mt7620* (ZBT APE522-II, Xiaomi MiWiFi mini, Nexx WT3020, etc.): |
||
16 | ** YYYY = ramips (qMp ≤ 3.2.1) |
||
17 | ** ZZZZ = mipsel_24kc (qMp ≥ 4.0) |
||
18 | * *x86/legacy* (Alix boards, etc.): |
||
19 | ** YYYY = x86 (qMp ≤ 3.2.1) |
||
20 | ** ZZZZ = i386_pentium (qMp ≥ 4.0) |
||
21 | * *x86/64* (APU boards, generic 64 bits x86 CPUs, etc.): |
||
22 | ** YYYY = x86 (qMp ≤ 3.2.1) |
||
23 | ** ZZZZ = x86_64 (qMp ≥ 4.0) |
||
24 | 1 | Pau Escrich | |
25 | 5 | Roger Pueyo Centelles | The repositories can be used with the "opkg" tool, by adding the corresponding line to @/etc/opkg/customfeeds.conf@. For instance: |
26 | |||
27 | @src/gz qmp http://downloads.qmp.cat/Releases/3.2.1/mpc85xx/packages/qmp_packages/@ (for qMp ≤ 3.2.1) |
||
28 | @src/gz qmp http://.qmp.cat/Releases/4.1/packages/mips_24kc/qmp/@ (for qMp ≥ 4.0) |
||
29 | 1 | Pau Escrich | |
30 | Then "opkg update && opkg install qmp-small-node" should be enough to install the whole system. |