Projecte

General

Perfil

Packages » Historial » Revisió 5

Revisió 4 (Pau Escrich, 19-06-2013 15:56) → Revisió 5/7 (Roger Pueyo Centelles, 29-08-2018 18:26)

h1. Packages 

 There are repositories is a repository which contain contains compiled packages, both those part of the packages directly created by qMp project themselves, or related to it (e.g.: LibreMap). 

 The repositories with. 
 It can be found here:  

 @http://downloads.qmp.cat/Releases/XXXX/YYYY/packages/@ (for qMp ≤ 3.2.1) 
 @http://downloads.qmp.cat/Releases/XXXX/packages/ZZZZ/@ (for qMp ≥ 4.0) 

 where "XXXX" @http://repo.qmp.cat/XXXX/packages/@ 

 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: target architecture, some examples are: 

 * *ar71xx/generic* (Ubiquiti AirMax devices like the *ar71xx* for Ubnt Airmax such as NanoStation M5, M5 or Rocket M5. Also most TP-Link routers, etc.): of TpLink and many other devices 
 ** YYYY = ar71xx (qMp ≤ 3.2.1) 
 ** ZZZZ = mips_24kc (qMp ≥ 4.0) 
 * *ramips/mt7620* (ZBT APE522-II, Xiaomi MiWiFi mini, Nexx WT3020, etc.): *atheros* for fonera o Picostation2 
 ** YYYY = ramips (qMp ≤ 3.2.1) 
 ** ZZZZ = mipsel_24kc (qMp ≥ 4.0) 
 * *x86/legacy* (Alix boards, etc.): 
 ** YYYY = x86 (qMp ≤ 3.2.1) 
 ** ZZZZ = i386_pentium (qMp ≥ 4.0) 
 * *x86/64* (APU boards, generic 64 bits x86 CPUs, etc.): 
 ** YYYY = x86 (qMp ≤ 3.2.1) 
 ** ZZZZ = x86_64 (qMp ≥ 4.0) *x86* for Alix boards (any) 

 The repositories It can be used with the for "opkg" tool, by adding the corresponding next line to @/etc/opkg/customfeeds.conf@. For instance: the file /etc/opkg.conf 

 @src/gz qmp http://downloads.qmp.cat/Releases/3.2.1/mpc85xx/packages/qmp_packages/@ (for qMp ≤ 3.2.1) 
 @src/gz qmp http://.qmp.cat/Releases/4.1/packages/mips_24kc/qmp/@ (for qMp ≥ 4.0) http://repo.qmp.cat/ar71xx/packages/@ 

 Then "opkg update && opkg install qmp-small-node" should be enough to install the whole system.