close
Warning:
Failed to sync with repository "ogBrowser-Git": (1366, "Incorrect string value: '\\xF0\\x9F\\x93\\xA6 I...' for column 'message' at row 1"); repository information may be out of date. Look in the Trac log for more information including mitigation strategies.
- Timestamp:
-
Jun 11, 2010, 10:52:19 AM (15 years ago)
- Author:
-
gabriel
- Comment:
-
--
Legend:
- Unmodified
- Added
- Removed
- Modified
-
v1
|
v2
|
|
16 | 16 | }}} |
17 | 17 | |
18 | | 3.1) Compialamos el modulo |
| 18 | 3.1) Compilamos el modulo |
| 19 | |
| 20 | * Acedemos al directorio tmp (que está compartido con el sistema host) |
19 | 21 | {{{ |
20 | | cd /tmp #acedemos al directorio tmp (que está compartido con el sistema host) |
21 | | # descomprimimos el modulo. p.e. tar xzvf AR81Family-linu-v1.0.1.9.tar.gz |
22 | | # ejecutamos las instrucciones de compilación. p.e. cd src; make install |
23 | | # nota: si necesitamos software de compilación, apt-get xxxxx (si usas proxy teclea export http_proxy="proxy.xxx.xx.es:xxxpuerto" |
| 22 | cd /tmp |
24 | 23 | }}} |
| 24 | |
| 25 | * Descomprimimos el modulo. p.e. |
| 26 | {{{ |
| 27 | tar xzvf AR81Family-linu-v1.0.1.9.tar.gz |
| 28 | }}} |
| 29 | |
| 30 | * Ejecutamos las instrucciones de compilación. |
| 31 | {{{ |
| 32 | cd src; make install |
| 33 | }}} |
| 34 | |
| 35 | '''NOTA''': si necesitamos software de compilación, apt-get xxxxx (si usas proxy teclea export http_proxy="proxy.xxx.xx.es:xxxpuerto" |
25 | 36 | |
26 | 37 | 3.2 generamos un nuevo initrd que incluya este módulo. |