Equipos y materiales > Openwrt & LEDE
Openwrt nanostation
<< < (2/2)
Tki2000:

--- Cita de: clinic en 08-10-2014, 19:32 (Miércoles) ---Cuale de esos archivos me tendria que descargar para compilarlos en OpenWrt para nanostation m2?

Y como haria para compilarlo? Cuales son los pasos a seguir?

Estoy muy verde en esto  ;D

--- Fin de la cita ---

El ".orig.tar.gz"
Para compilar, ni idea, no lo he hecho. Si quieres abre un hilo con el título adecuado y pregúntalo, a ver si alguien que lo haya hecho te lo explica.
jar229:
Este es el procedimiento para compilar bully


--- Citar ---
A Makefile tested in Kamikaze r18801 (2.6.26) is provided in the repository root directory. Porting to
Backfire or another OpenWrt variant should be fairly straightforward.

Assuming you have ~/kamikaze as your openwrt directory and ~/bully for bully, the following steps should
get you up and running:

cd ~/kamikaze
mkdir package/bully
cp -rf ~/bully/* ~/kamikaze/package/bully
make menuconfig

Navigate to Network-->wireless and select bully (module or builtin), exit and save. If you elected to
build as a package, type

make package/bully/{clean,compile} V=99
scp bin/packages/<arch>/bully_1.1-1_<arch>.ipk root@<router-ip>/tmp
ssh root@<router-ip>

enter router password,

opkg install /tmp/bully*ipk

If you chose to build bully into your firmware, make and install it as you normally would.


--- Fin de la cita ---

https://foro.seguridadwireless.net/openwrt/compilar-openwrt-a-nuestro-gusto/
Navegación
Índice de Mensajes
Página Anterior

Ir a la versión completa