Dimensione: 3610
Commento:
|
Dimensione: 3661
Commento:
|
Le cancellazioni sono segnalate in questo modo. | Le aggiunte sono segnalate in questo modo. |
Linea 105: | Linea 105: |
$ cd package $ ln -s ../feeds/xwrt xwrt $ cd .. |
Firmware Ninux
progetto
Un ipkg che, installato su un router con OpenWrt, lo prepari per la rete ninux.org.
features
- olsrd
- webif in italiano
- iproute2
- file di configurazione quasi-pronti
screenshots
download
atheros (La Fonera)
Versione 0.1-alpha per Fonera
http://students-playground.netgroup.uniroma2.it/~saverio/openwrt/fonera/
brcm (Linksys WRT54G)
Versione 0.1-alpha per Linksys WRT54G/GL/GS
http://students-playground.netgroup.uniroma2.it/~saverio/openwrt/brcm/
x86 (Alix)
Versione 0.1-alpha testata su
qemu (vedi OpenWrtOnQemu)
alix (vedi AlixOpenWrt)
immagine da flashare su cf compresa di pacchetto ninux-ipkg-x86:
http://test.ninux.org/~nino/openwrt/x86/openwrt-x86-ext2.image
adm5120 (microtik rb133)
Versione 0.1-alpha testata su piattaforma mikrotik rb133c
Immagini compilate:
RAMDISK (serve per fare il boot da rete nella prima parte dell'installazione):
http://test.ninux.org/~nino/openwrt/adm5120/openwrt-adm5120-2.6-vmlinux.elf
Da scrivere nella NAND:
Rootfs:
http://test.ninux.org/~nino/openwrt/adm5120/openwrt-adm5120-2.6-rootfs.tgz
Kernel:
http://test.ninux.org/~nino/openwrt/adm5120/openwrt-adm5120-rb1xx-kernel
Istruzioni: http://wiki.openwrt.org/OpenWrtDocs/Hardware/Mikrotik/RB100
Tema grafico per webif^2
Versione 0.1-beta Platform-independent
attachment:ninux-webiftheme_0.1-beta_all.ipk
istruzioni
Dopo che installate l'immagine:
- cambiate l'IP dell'IF Ninux
- cambiate l'IP dell'interfaccia wireless locale (sta in /etc/init.d/custom-user-startup)
- cambiate l'IP dell'interfaccia wired
- cambiate /etc/dnsmasq.conf opportunamente
- cambiate HNA di olsr opportunamente
Prendete indirizzi IP liberi ed usate questa pagina: GestioneIndirizzi
sviluppo
https://svn.ninux.org/ninuxdeveloping
sorgenti
https://svn.ninux.org/ninuxdeveloping/svn/openwrt-meta - meta repository con vari externals:
https://svn.openwrt.org/openwrt/trunk --> trunk - il ramo di sviluppo principale di OpenWrt
https://svn.ninux.org/ninuxdeveloping/svn/ninux-ipkg-brcm --> trunk/packages/ninux-ipkg-brcm - meta-ipkg per broadcom con files di configurazione e dipendenza da altri pacchetti (es. olsrd)
https://svn.ninux.org/ninuxdeveloping/svn/ninux-ipkg-atheros --> trunk/packages/ninux-ipkg-atheros - meta-ipkg per atheros (fonera)
- ...
compilare
$ svn co http://svn.ninux.org/svn/ninuxdeveloping/openwrt-meta $ cd openwrt-meta/trunk $ ./scripts/feeds update $ make defconfig $ make package/symlinks $ cd package $ ln -s ../feeds/xwrt xwrt $ cd .. $ make menuconfig
Nel menù:
- scegliere i pacchetti ninux-* in Administration
[https://svn.ninux.org/ninuxdeveloping/ticket/25 ticket #25]: disabilitare Base system -> busybox -> Configuration -> Networking Utilities -> Use sendfile system call (sotto httpd)
$ make world
documentazione
- ["OpenWRTCompile"]
http://forum.openwrt.org/viewtopic.php?pid=31794 (anche se un po' datata)
http://www.oesf.org/index.php?title=Pdaxrom:_Create_An_Ipk_Howto
http://downloads.openwrt.org/docs/buildroot-documentation.html