[OpenWrt-Devel] bug in selecting packages in the backfire buildroot

2012-05-16 Thread ZioPRoTo (Saverio Proto)
I found the following bug in the Backfire buildroot: If package X is in a submenu, if it exist another package Y that requires X, than X is not represented anymore in the submenu but at the same hierarchy of this parent. Note that Y must exist and do not need to be selected. Because of this the s

Re: [OpenWrt-Devel] [PATCH] Update tinc init script with new variable names

2012-05-17 Thread ZioPRoTo (Saverio Proto)
Hello, please can you resend to me the patch as attachment ? my email client mangled the patch. I will review it today. thanks Saverio 2012/5/17 Moritz Warning : > The tinc init script needs to know all valid options used in /etc/conf/tinc. > This patch updates that list to tinc 0.18 (current

Re: [OpenWrt-Devel] [PATCH] Update tinc init script with new variable names

2012-05-21 Thread ZioPRoTo (Saverio Proto)
I applied your patch https://dev.openwrt.org/changeset/31837 Saverio 2012/5/17 Moritz Warning : > On 05/17/2012 09:56 AM, ZioPRoTo (Saverio Proto) wrote: >> Hello, >> >> please can you resend to me the patch as attachment ? my email client >> mangled the patch. &

Re: [OpenWrt-Devel] openwrt backfire 10.03.2 + batman-adv

2012-05-23 Thread ZioPRoTo (Saverio Proto)
Looks like the committer for the OpenWRT package is Marek: https://dev.openwrt.org/browser/packages/net/batman-adv did you report this problem to him ? bye :) Saverio 2012/5/23 Pedro Nuno Costa Rodrigues : > > Hello, my name is Pedro, and I'm writing from Portugal. > > I would like to ask some

Re: [OpenWrt-Devel] openwrt backfire 10.03.2 + batman-adv

2012-05-24 Thread ZioPRoTo (Saverio Proto)
> No release is necessary. The OpenWrt stable maintainer(s) need to backport > that fix to stable or you do it yourself or you use trunk. Hello, this conversation come out to be very interesting to me. I finally realize why Ninux Pisa uses OpenWRT trunk and not a stable realease. Marek may I ask

Re: [OpenWrt-Devel] [PATCH] nodogsplash uses deprecated iptables syntax

2012-06-10 Thread ZioPRoTo (Saverio Proto)
Thanks ! I included the patch in the Ninux firmware, as soon as I have it tested I will report. However the patch looks so trivial that I would ask to package maintainer to commit it immediatly :) Moritz maybe you are interested in forking our git repository: https://github.com/ninuxorg/nodogspla

[OpenWrt-Devel] Problem with underscores and dashes in the OpenWRT Uci configuration of olsrd

2012-07-28 Thread ZioPRoTo (Saverio Proto)
Hello, I found a bug ! :) I need this block of configuration for olsrd: LoadPlugin "olsrd_mdns.so.1.0.1" { PlParam "NonOlsrIf" "br-lan" PlParam "TTL_Check" "true" PlParam "MDNS_TTL" "20" } So I write this UCI syntax config LoadPlugin option library 'olsrd_mdns.s

[OpenWrt-Devel] TP-Link TL-WR1043ND with 16MB of RAM

2011-07-15 Thread ZioPRoTo (Saverio Proto)
Hello, I just wanted to share that I found a version of the TP-Link TL-WR1043ND with 16MB of RAM instead of 32MB. Watch out before buying your router :) I opened the case and the RAM chip is Hynix H5DU2562GTR-E3C The version on the sticker in the outer case is v.1.0 (DE) but printed in the inner

Re: [OpenWrt-Devel] [Ninux-Wireless] AR7141 e dispositivi UBNT

2011-07-27 Thread ZioPRoTo (Saverio Proto)
Hello, at Ninux we bought a stock of new Ubiquiti Picostation m2hg and we noticed that the radio does not work with backfire because the processor is not anymore ar7140 rev 2 but AR7141 rev. 1 (at least this is the only difference we spotted). With trunk the radio works again, so we just wonder w

Re: [OpenWrt-Devel] DIR-601: ping latencies

2011-07-31 Thread ZioPRoTo (Saverio Proto)
Do you have qos-scripts enabled ? maybe they are not properly configured. Saverio 2011/7/31 jerry M : > I installed OpenWRT r.27797 on DIR-601 (hw.A1). > All pings from LAN to WAN have very high latencies which also vary a lot. > For example, outbound ping to www.google.com normally has latency

[OpenWrt-Devel] olsrd package 200-txtinfo_gateways_formatting.patch

2011-11-01 Thread ZioPRoTo (Saverio Proto)
Hello, I'm upgrading olsrd to 0.6.2 I should keep this patch ? It was introduced because the output is parsed by some web interface ? https://dev.openwrt.org/browser/packages/net/olsrd/patches/200-txtinfo_gateways_formatting.patch The txtinfo plugin changed a bit in 0.6.2. http://olsr.org/git/?

[OpenWrt-Devel] OpenWRT packages, OLSRD - 910-quagga_workaround_remove.patch

2011-11-01 Thread ZioPRoTo (Saverio Proto)
Hello, the following patch do not apply cleanly to olsrd 0.6.2 https://dev.openwrt.org/browser/packages/net/olsrd/patches/910-quagga_workaround_remove.patch is the new version of olsrd fixing the problem so we can remove tha patch from the OpenWRT feed, or the patch needs upgrading to compile wi

Re: [OpenWrt-Devel] mini_snmpd uci network interfaces support

2011-11-13 Thread ZioPRoTo (Saverio Proto)
I'm trying the patch Gioacchino, so now config should look something like this ? config mini_snmpd option enabled 1 option ipv6 0 option community public option location 'Via Gallia' option contact 'ziopr...@gmail.com' option interfaces 'lan'

Re: [OpenWrt-Devel] mini_snmpd uci network interfaces support

2011-11-13 Thread ZioPRoTo (Saverio Proto)
> config mini_snmpd >        option enabled 1 >        option ipv6 0 >        option community public >        option location 'Via Gallia' >        option contact 'ziopr...@gmail.com' >        option interfaces 'lan' >        option interfaces 'wan' I found my self to add more than one interface

Re: [OpenWrt-Devel] olsrd package 200-txtinfo_gateways_formatting.patch

2011-11-13 Thread ZioPRoTo (Saverio Proto)
> can you check if you can add that patch? It includes improvements for > 6and4 operation and also for syetup of smartgw. I'm running olsrd 0.6.1 > with this patch for about half a year now and it works as expected here. > It should apply clean to the init file because nothing was changed there > a

[OpenWrt-Devel] olsrd init file in OpenWRT

2011-11-14 Thread ZioPRoTo (Saverio Proto)
Hello Nico, i just applied a patch submitted by Manuel Munz. https://dev.openwrt.org/changeset/29134 I tested this stuff in the last 24 hours and it works to me. In the same time I was testing you updated the init.d file... I solved the conflict ignoring your changes. Using start-stop-daemon i

Re: [OpenWrt-Devel] mini_snmpd uci network interfaces support

2011-11-14 Thread ZioPRoTo (Saverio Proto)
Hello Nico, I tested and reworked Gioacchino's mini_snmpd patch to support uci interfaces names instead of real interface names. please check and commit. I would commit myself but I do not have permission for that folder ciao :) Saverio mini_snmpd.patch Description: Binary data __

[OpenWrt-Devel] dev.openwrt.org 504 Gateway Time-out

2011-12-23 Thread ZioPRoTo (Saverio Proto)
Hello, from about 16 hours now I cannot browse smoothly dev.openwrt.org .. most of the time I get 504 Gateway Time-out Saverio ___ openwrt-devel mailing list openwrt-devel@lists.openwrt.org https://lists.openwrt.org/mailman/listinfo/openwrt-devel

[OpenWrt-Devel] checkout backfire with git

2012-05-09 Thread ZioPRoTo (Saverio Proto)
Hello, I starting to work with git, maybe this link: git://nbd.name/backfire.git should be published here: https://dev.openwrt.org/wiki/GetSource I don't have rights to edit this wiki :) thanks Saverio ___ openwrt-devel mailing list openwrt-devel@l

Re: [OpenWrt-Devel] checkout backfire with git

2012-05-09 Thread ZioPRoTo (Saverio Proto)
> Nice! The era of git-svn is finished :D it is actually started from my point of view :) Saverio ___ openwrt-devel mailing list openwrt-devel@lists.openwrt.org https://lists.openwrt.org/mailman/listinfo/openwrt-devel

Re: [OpenWrt-Devel] Stream from T.Clausen OLSRv2 presentation @funkfeuer.at

2008-08-15 Thread ZioPRoTo (Saverio Proto)
> Recordings? > If you want to view the presentation later, please go to > http://sc.superbetram.com/archive/ broken link :( Regards Saverio Proto ___ openwrt-devel mailing list openwrt-devel@lists.openwrt.org http://lists.openwrt.org/cgi-bin/mailman/l

[OpenWrt-Devel] Video of CCC Camp 2007

2008-09-04 Thread ZioPRoTo (Saverio Proto)
Hello, I know some of you were at the CCC camp. At our Italian camp this August (http://camp.olografix.org) a dear friend (Michele Favara Pedarsi) presented his video report on the CCC camp. Here is the link where the Italian hackers published it: http://www.olografix.org/sapereaude/ Enjoy the

[OpenWrt-Devel] [OT] - Contact with Iperf People

2008-11-03 Thread ZioPRoTo (Saverio Proto)
Hello, sorry if this is strongly off topic I'm trying to get in touch with the Iperf people http://dast.nlanr.net/ but their web site is offline since several days (more than 2 weeks) and also their email contact <[EMAIL PROTECTED]> bounces emails back to me. I have a patch to submit to mainli

Re: [OpenWrt-Devel] why no 8.09 RC1 announcement here?

2008-11-11 Thread ZioPRoTo (Saverio Proto)
> I'm wondering why the 8.09 RC1 announcement was not made here. It was > made on the "forums" at [..CUT..] thanks for reporting on mailing list! I never read forums ... maybe is time also to update the wiki/trac main page: https://dev.openwrt.org/ *** there is also a 8.09 tag of the packages

Re: [OpenWrt-Devel] why no 8.09 RC1 announcement here?

2008-11-11 Thread ZioPRoTo (Saverio Proto)
>> *** there is also a 8.09 tag of the packages folder ?? *** >> I think this is _VERY_ important! > We decided to not tag packages for 8.09 until we introduce build > system related API changes, so that 8.09 users can keep updating > their packages. > The feeds.conf.default was set up in a way th

Re: [OpenWrt-Devel] why no 8.09 RC1 announcement here?

2008-11-11 Thread ZioPRoTo (Saverio Proto)
> We decided to maintain packages outside of the release cycle, so that > people always get the latest package updates, even when using the > release branch. Let me tell you this story first :) At Ninux.org we tried to mantain a meta-package of OpenWRT, that was supposed to configure the router to

Re: [OpenWrt-Devel] Wiki Spam cleanup

2008-11-26 Thread ZioPRoTo (Saverio Proto)
> For the past couple of months, I have been marking spam on the wiki on a > daily basis. (look under the username ChadHowell) I would like to take [..CUT..] At Ninux.org we had a big problem with spam on wiki.ninux.org. We also use MoinMoin After using a captcha for editing the pages _all_ the

Re: [OpenWrt-Devel] openwrt server(s) are very slow

2009-03-02 Thread ZioPRoTo (Saverio Proto)
> Rsync is open on openwrt.org, someone should make daily snapshots and mirrors. > > I think the whole mirror is something like 12GB. Here you go: http://aquila.netgroup.uniroma2.it/~saverio/openwrt-mirror/ It goes both IPv4 and IPv6 To sync I used: rsync -av --delete --exclude '.*' --timeout=

Re: [OpenWrt-Devel] openwrt server(s) are very slow

2009-03-10 Thread ZioPRoTo (Saverio Proto)
> Here you go: > > http://aquila.netgroup.uniroma2.it/~saverio/openwrt-mirror/ any feedback ? Is anybody actually using it ? Saverio ___ openwrt-devel mailing list openwrt-devel@lists.openwrt.org http://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt

[OpenWrt-Devel] how to control "install" sequence ?

2009-03-16 Thread ZioPRoTo (Saverio Proto)
Hello, I'm working on some packages [1] for OpenWRT and I run in the following problem: I have this package "ninux-ipkg-brcm" that basically writes some configuration files and modifies some init.d stuff. The package compiles fine: make package/feeds/ninux/ninux-ipkg-brcm-compile V=99 But when

Re: [OpenWrt-Devel] how to control "install" sequence ?

2009-03-18 Thread ZioPRoTo (Saverio Proto)
Ehm, I received no answer and I'm stuck with this nasty problem :( Maybe my explanation was unclear... so I try again: There is a way to force a package to be installed after another package when creating the firmware image ? Thank you Saverio ___ ope

Re: [OpenWrt-Devel] how to control "install" sequence ? [SOLVED]

2009-03-19 Thread ZioPRoTo (Saverio Proto)
> Use "PKG_BUILD_DEPENDS". It works similiar to DEPENDS but is for compile time. I know that feature but it does not solve my problem. I have no problem when I do: make -compile but I have the problem when I do: make -install anyway I found a way out. When the "install" process start, all th

Re: [OpenWrt-Devel] [PATCH] olsrd IPv6 improvements

2009-03-19 Thread ZioPRoTo (Saverio Proto)
> Some improvements for running the olsrd more easier with IPv6. So you can now > for example run with two > instances, one IPv6 and one IPv4, with IpVersion 6and4. [..CUT..] > Signed-off-by: Alina Friedrichsen Hello Alina, I'm testing the olsr 6and4 configuration. I'm using OpenWRT 8.09 branc

Re: [OpenWrt-Devel] [PATCH] olsrd "6and4-Mode" Hotfix

2009-05-08 Thread ZioPRoTo (Saverio Proto)
> This is a quick fix for the HNA-Problem with the "6and4-Mode". I will > hopefully get the time to > rewrite and clean up the complete script in the next weeks. This patch is for > get it working now. thank you :) Should the patch be included on the OpenWRT Trac attached to this ticket: https:

Re: [OpenWrt-Devel] How to compile all packages and skip compilation errors

2009-06-09 Thread ZioPRoTo (Saverio Proto)
> is there an easy way to compile everything, where compilation errors do > not stop the compilation process? > As manually removing a problem package and manually restarting is > wasting a lot of time. > All compilation errors should be stored in a log so that they can be > checked afterwards. I

[OpenWrt-Devel] IPv6 Addresses configuration is not applied to the interfaces

2009-06-16 Thread ZioPRoTo (Saverio Proto)
https://dev.openwrt.org/ticket/5356 I found a little bug and I opened a ticket on the trac. Regards :) Saverio Proto ___ openwrt-devel mailing list openwrt-devel@lists.openwrt.org https://lists.openwrt.org/mailman/listinfo/openwrt-devel

Re: [OpenWrt-Devel] [PATCH] olsrd "6and4-Mode" Hotfix

2009-06-16 Thread ZioPRoTo (Saverio Proto)
>> This is a quick fix for the HNA-Problem with the "6and4-Mode". I will >> hopefully get the time to >> rewrite and clean up the complete script in the next weeks. This patch is >> for get it working now. > > thank you :) > > Should the patch be included on the OpenWRT Trac attached to this > ti

Re: [OpenWrt-Devel] RFC: Adding IPv6 support to uci_firewall

2009-06-19 Thread ZioPRoTo (Saverio Proto)
>> > > Any comments, ideas, flames? I'm also hanging around on #openwrt as >> > > moonflux. Hello Malte, Just a quick flame to have fun ;) I see you are doing IPv4 and IPv6 firewall, it is very nice and I'm a IPv6 supporter as well. However, before using an IPv6 firewall I'd like to be able to

[OpenWrt-Devel] Ninux Day 2009, Roma Italy

2009-09-03 Thread ZioPRoTo (Saverio Proto)
http://blog.ninux.org/2009/09/03/ninux-day-2009/ The Ninux.org team is glad to announce the first “Ninux Day”, the only day that lasts a weekend ;) A weekend surreal time slot on topics about wireless communities. Under the same roof for the first time you’ll find hackers, geeks, nerds, engineers

[OpenWrt-Devel] OpenWRT feed to compile latest OLSR tip

2009-09-29 Thread ZioPRoTo (Saverio Proto)
Hello, asking on the olsrd-dev lists I've been told something like this was missing, so I implemented it into a package feed. Sorry if you receive this mail multiple times because you are subscribed to more mailing lists. adding the following feed: echo "src-svn zzzninux https://svn.ninux.org/sv

[OpenWrt-Devel] upgrade olsrd to 0.5.6-r6 also in 8.09 branch

2009-10-14 Thread ZioPRoTo (Saverio Proto)
Please upgrade olsrd to 0.5.6-r6 also in 8.09 branch. Necessary patch is attached. Thank you Saverio Index: net/olsrd/Makefile === --- net/olsrd/Makefile (revisione 18046) +++ net/olsrd/Makefile (copia locale) @@ -9,13 +9,13 @@ inc

[OpenWrt-Devel] ad-hoc mode broken in MadWiFi in branch 8.09

2009-10-15 Thread ZioPRoTo (Saverio Proto)
I compiled a firmware for Fonera with the current 8.09 branch r18049 and looks like WiFi is broken in ad-hoc mode. Now I'm compiling again with tag 8.09.1 to see if the problem is related to a recent changeset. I'll keep you updated. Saverio ___ openwr

Re: [OpenWrt-Devel] Packages were found, but none compatible with the architectures configured

2009-10-20 Thread ZioPRoTo (Saverio Proto)
> # opkg install kmod-sched > Collected errors: >  * Packages were found, but none compatible with the architectures configured I had the same problem with weekend upgrading some packages on same devices running 8.09.1 tag, and packages were compiled using the trunk toolchain. I don't know exactl

Re: [OpenWrt-Devel] Some questions to package

2009-10-27 Thread ZioPRoTo (Saverio Proto)
> What is the proper way to support such build? Obviously, it can be > easily done by creating two completely independent package > specifications, but that would lead to unnecessary duplication. look at the iperf package for an example: https://dev.openwrt.org/browser/packages/net/iperf it is on

[OpenWrt-Devel] First boot script name ?

2009-11-23 Thread ZioPRoTo (Saverio Proto)
Hello, at Ninux.org we want to get rid of a our custom package that configures the router for our network but introduces file collision between packages. I heard there is a script that is run at the first boot where we can introduce some "uci set" commands ... what is the name if this script ? t

[OpenWrt-Devel] OpenWRT UML integrated into Netkit

2009-12-10 Thread ZioPRoTo (Saverio Proto)
>> Are there any other uml openwrt users out there? What are you doing >> with the new uml releases (aside from developing openwrt?) Hello, sorry if you receive this email twice because you are in both mailing lists. I successfully compiled a OpenWRT UML Image and used it in the Netkit [0] I go

Re: [OpenWrt-Devel] [Netkit.users] OpenWRT UML integrated into Netkit

2009-12-10 Thread ZioPRoTo (Saverio Proto)
> very interesting! > The page you mention has been linked from the Netkit web site: > http://wiki.netkit.org/index.php/Labs_Links. thanks ! :) > About the tap, host-side setup is performed by the > $NETKIT_HOME/bin/manage_tuntap script, and this is almost all that is > required to get it running

Re: [OpenWrt-Devel] [Netkit.users] OpenWRT UML integrated into Netkit

2009-12-10 Thread ZioPRoTo (Saverio Proto)
> very interesting! > The page you mention has been linked from the Netkit web site: > http://wiki.netkit.org/index.php/Labs_Links. Massimo there is a little wrong detail on the web site. I did not use only the OpenWRT kernel. I used both OpenWRT kernel AND filesystem ! :) Saverio __

Re: [OpenWrt-Devel] [PATCH] Multiple IPv6-Addresses per Interface

2009-12-18 Thread ZioPRoTo (Saverio Proto)
Alina wrote: > I think the one IP per interface principle is a legacy thinking. I agree with that, long time ago I opened this ticket: https://dev.openwrt.org/ticket/2829 is was IPv4 but it was the same problem. Bastian wrote: > PS: see you at 26c3! I'll also be there ! :) Saverio ___

[OpenWrt-Devel] bug in scripts/kconfig.pl ?

2010-01-04 Thread ZioPRoTo (Saverio Proto)
I think I found a bug in scripts/kconfig.pl looks like if I use the name openwrt-8.09.1-UML for the folder where I have my buildroot the build process dies at "make target/linux" look here: save...@nordkapp ~/SORGENTI/openwrt-8.09.1-UML $ make V=99 make[1]: Entering directory `/home/saverio/SORG

[OpenWrt-Devel] UML target patches and x86_64 in the 8.09 branch

2010-01-04 Thread ZioPRoTo (Saverio Proto)
Hello Nico, I'm still testing some UML stuff, I understand now why I was not able to compile the 8.09.1 tag on my x86_64 host. I was able to compile trunk because there is patch from trunk: https://dev.openwrt.org/browser/trunk/target/linux/uml/patches/002-gcc4_unfortify_source.patch that patche

Re: [OpenWrt-Devel] [PATCH] dnsmasq: Fix setting the network-id for config host sections

2010-01-07 Thread ZioPRoTo (Saverio Proto)
> I applied your patch in r19069 - sorry for the delay. I don't understand if this patch changes how to write the configuration file For example I have some blocks like this in my /etc/config/dhcp config host macprosaverio option name macprosaverio option mac 00:23:6c:99:87:be

[OpenWrt-Devel] rsync closed ?

2010-01-12 Thread ZioPRoTo (Saverio Proto)
Is rsync at openwrt.org now closed ? Saverio ___ openwrt-devel mailing list openwrt-devel@lists.openwrt.org https://lists.openwrt.org/mailman/listinfo/openwrt-devel

[OpenWrt-Devel] [PATCH] - IPv6 6scripts 6to4 tunnel bug fixed

2010-01-20 Thread ZioPRoTo (Saverio Proto)
The OpenWRT router was able to talk with other native IPv6 hosts (like ipv6.google.com) because the traffic was arriving encapsulated in IPv4 packets with source $remoteip4. But when you talk IPv6 with other 6to4 hosts the $remoteip4 is always different. The following trivial patch fixes the probl

Re: [OpenWrt-Devel] how to install erlang package?

2010-02-01 Thread ZioPRoTo (Saverio Proto)
> 1) get the erlang package > ./scripts/feeds install erlang > output --> WARNING! No feed for package 'erlang' found, maybe it's > already part of the standard packages? Hey, this are the packages you are getting with 8.09.2: https://dev.openwrt.org/browser/branches/packages_8.09/lang the erlang

Re: [OpenWrt-Devel] libgcc on x86_64 compile problems

2010-02-26 Thread ZioPRoTo (Saverio Proto)
>> I'm trying to build OpenWrt for the UML-target on x86_64. While this works >> fine on x86, on x86_64 machines I get the following error: I had the same problem with UML, I fixed like this: cd $trunk_dir$/staging_dir/toolchain-x86_64_gcc-4.1.2_uClibc-0.9.30.1/ ln -s lib lib64 Saverio _

Re: [OpenWrt-Devel] eth1 not working in ubiquiti nanostation m

2010-02-28 Thread ZioPRoTo (Saverio Proto)
> And packets are sent by the laptop but not received by the nanostation > according to tcpdump (attached) but they do if I use eth0 instead of eth1 to > connect the laptop and the nanostation m5. Also I attach olsrd output with > -d 3. is eth1 inside the bridge ? Try without the bridge. Saverio

[OpenWrt-Devel] Packaging OLSR for OpenWRT - Changes in configuration

2010-03-16 Thread ZioPRoTo (Saverio Proto)
Hello, sorry for people receiving this email from different mailing list. just to point out that olsr (stable) is changing a lot its configuration file with new things/features. UCI configuration and LuCI web interface should take care of new configuration variable (like RtPolicy) So next the u

[OpenWrt-Devel] OpenWRT workshops at Wireless Battle Mesh

2010-04-15 Thread ZioPRoTo (Saverio Proto)
Hello, many of you already know about the Wireless Battle Mesh (2-6 June in Italy) http://battlemesh.org/BattleMeshV3 Some devs from OpenWRT, like Nico, are in the organization of the event the event has also a social character, we want to involve people in free wireless, in community networks

Re: [OpenWrt-Devel] Package Maintainers Still Wanted

2010-04-18 Thread ZioPRoTo (Saverio Proto)
> OpenWrt is still looking for more package maintainers. A list of > current maintainers is located at > https://dev.openwrt.org/wiki/packages . If you are interested please > let me know and I will get you setup. I can volunteer to maintain the OLSR package. Travis, I'm going to write you offlist

Re: [OpenWrt-Devel] Public routable device behind router

2010-05-29 Thread ZioPRoTo (Saverio Proto)
> I've been trying to figure out how to setup a box behind my router (running > Backfire) and make it publicly routable. This is needed since it is running > services for which no properly working ALGs are available under Linux. I'm > fairly sure there's something obvious I'm missing, so that's why

Re: [OpenWrt-Devel] Openwrt package installation order

2010-06-01 Thread ZioPRoTo (Saverio Proto)
> I need to overwrite some configuration files, but the system overrides in > alphabetical order. Instead of overwriting config files that is not supported, you better use the uci-defaults mechanism. Put the script in /etc/uci-defaults/some-name and do the required uci stuff. It will be evaluated

Re: [OpenWrt-Devel] [OFF] mipsel-linux-gcc

2010-07-11 Thread ZioPRoTo (Saverio Proto)
Why don't you use the OpenWRT toolchain and the OpenWRT packaging to cross-compile ? Saverio 2010/7/8 Airton Ishimori : > Some problem with my Makefile ?? > > OLSRD_PLUGIN =    true > PLUGIN_NAME =    olsrd_test > PLUGIN_VER =    0.1 > > TOPDIR = ../.. > include $(TOPDIR)/Makefile.inc > > defaul

Re: [OpenWrt-Devel] Solos 4610 (conexant) adsl router, anyone?

2010-07-30 Thread ZioPRoTo (Saverio Proto)
Once you telnet into it try to type "uname -a" and see if it is Linux ! :) Saverio 2010/7/29 Stefan Monnier : > I inherited from a DSL modem+router whose firmware describe as a "Solos > 4610 RD / Solos 461x CSP v1.0", and telnet shows me a big > `conexant' banner. > > Does anyone know such a bea

Re: [OpenWrt-Devel] Adding platforms as packages

2010-10-01 Thread ZioPRoTo (Saverio Proto)
> I'm thinking it would be nice to have a "macro" package that selects a > platform, boot format, packages on that platform, etc. > > For instance, being able to build a target called > "net5501-asterisk-squashfs"...  What are the steps to making this happen? you can have a package that once selec

Re: [OpenWrt-Devel] Target: UML fails to build on 64bit Host

2010-12-04 Thread ZioPRoTo (Saverio Proto)
Are you compiling trunk ? Make sure this patch is in your build: https://dev.openwrt.org/browser/trunk/target/linux/uml/patches-2.6.34/002-gcc4_unfortify_source.patch I had problem before with UML and 64bit machines (I was not using trunk), when I backported this patch everything went ok Saverio

[OpenWrt-Devel] iptables hashlimit in backfire

2010-12-18 Thread ZioPRoTo (Saverio Proto)
https://dev.openwrt.org/attachment/ticket/6696/tmp.diff any reason why this patch is not included in Backfire 10.03.1 ? I'm using this patch compiling my firmware on the backfire branch, all seems working good. Saverio ___ openwrt-devel mailing list op

Re: [OpenWrt-Devel] iptables hashlimit in backfire

2010-12-18 Thread ZioPRoTo (Saverio Proto)
>> any reason why this patch is not included in Backfire 10.03.1 ? > > Nobody demanded a backport yet. At Ninux we are using hashlimit, and many times we recompile backfire instead of using snapshots because we need that patch. Backporting would be appreciated :) Saverio

[OpenWrt-Devel] Announcing the Wireless Battle Mesh v4 (16-20 March 2011, Sant Bartomeu del Grau, Spain)

2011-01-16 Thread ZioPRoTo (Saverio Proto)
== Announcing the Wireless Battle Mesh v4 (16-20 March 2011, Sant Bartomeu del Grau, Spain) == The next 'Wireless Battle of the Mesh' will take place from Wed 16th till Sun 20

Re: [OpenWrt-Devel] Wireless Battle Mesh v4 (16-20 March 2011, Sant Bartomeu del Grau, Spain)

2011-01-30 Thread ZioPRoTo (Saverio Proto)
> I would really like to go - would there be interest in adding an > adhoc-springtime-openwrt-developer meeting. > I visited Guifi.net a few years ago, and it is a wonderful area with > wonderful people. even "user" meeting would be cool :) Because a lot of developers will be there we can organize

Re: [OpenWrt-Devel] 6to4 as a secondary tunnel

2011-02-02 Thread ZioPRoTo (Saverio Proto)
> Can I assume openwrt supports multiple routing tables? do you mean if OpenWRT supports to configure multiple routing tables with the UCI schemas ? Saverio ___ openwrt-devel mailing list openwrt-devel@lists.openwrt.org https://lists.openwrt.org/mailman

Re: [OpenWrt-Devel] 6to4 as a secondary tunnel

2011-02-03 Thread ZioPRoTo (Saverio Proto)
>>> Can I assume openwrt supports multiple routing tables? >> >> do you mean if OpenWRT supports to configure multiple routing tables >> with the UCI schemas ? > > Yes. Or, if it does not, what could the best way to support this > particular case. I'm also interested in knowing this :) Right now I

Re: [OpenWrt-Devel] [Ninux-Wireless] ath9k gsoc 2011

2011-02-21 Thread ZioPRoTo (Saverio Proto)
> I have found this http://wireless.kernel.org/en/developers/GSoC/2011/ > on ath9k page, i see that there isn't  ideas posted, is it a good idea > to fix ad-hoc + ap VAP combination on ath9k for google summer of code? Gioacchino post it here: https://lists.ath9k.org/mailman/listinfo/ath9k-devel S

Re: [OpenWrt-Devel] Re-compiling released OpenWrt versions

2011-03-02 Thread ZioPRoTo (Saverio Proto)
> The source tree is tagged. LuCI is tagged. But "packages" apparently isn't. this thing of having packages feed tagged comes back from time to time. in my opinion is that the developers community of OpenWRT has no interest in keeping a tagged packages tree. Saverio _

Re: [OpenWrt-Devel] [PATCH] Initial Board Support for Aztech HW550-3G (Ralink rt3052, ramips)

2011-03-07 Thread ZioPRoTo (Saverio Proto)
>> This patch adds initial support for the Aztech HW550-3G (Ralink RT3052f SoC, >> 8MB flash, 32MB dram).  Ethernet is not working yet.  Wireless appears to >> work fine.  USB does not work yet (as with other Ralink boards). At Ninux we found this stuff: https://github.com/ago/openwrt USB patches

Re: [OpenWrt-Devel] [PATCH] Initial Board Support for Aztech HW550-3G (Ralink rt3052, ramips)

2011-03-07 Thread ZioPRoTo (Saverio Proto)
> I do not understand: "we found this stuff: > https://github.com/ago/openwrt";, "support to ralink, worthed to take a > look ?". > > I have not tested theese patches. I have enabled my working copy of > openwrt to support USB on ramips targets using DWC_OTG driver 2.72a > 24-JUN-2008 avaliable in

Re: [OpenWrt-Devel] [PROPOSAL] growing OpenWrt devel team

2011-03-30 Thread ZioPRoTo (Saverio Proto)
> I would like to suggest that everyone joins -devel on irc this next > sunday at 19:00 UTC to discuss the topic. IRC meetings are good, but I think what is missing in this community is some meetup face to face. I think when people know each other directly then is much easier to understand each ot

Re: [OpenWrt-Devel] How to recognize if a default route is active

2011-04-14 Thread ZioPRoTo (Saverio Proto)
> I have however a designed issue. At the moment a bash daemon periodically > checks if the wan interface is up. If the check is positive then the mesh > daemon > advertise this gateway, otherwise the mesh interface is set as default > route. in the OLSR routing protocol implementation, we have a

Re: [OpenWrt-Devel] NetworkManager or connman?

2011-04-27 Thread ZioPRoTo (Saverio Proto)
> So the question - does anyone work on it already? Any results? read from here: http://www.mail-archive.com/openwrt-devel@lists.openwrt.org/msg08779.html Saverio ___ openwrt-devel mailing list openwrt-devel@lists.openwrt.org https://lists.openwrt.org/m

Re: [OpenWrt-Devel] [Discussion] Device-specific configuration and firmware file wikipage

2011-04-28 Thread ZioPRoTo (Saverio Proto)
It is here: http://wiki.openwrt.org/toh/start Saverio 2011/4/28 Sven Bachmann : > Hi there, > > I couldn't find an info on the web if this was already discussed, but > does there exist a simple database (read: table in the wiki) which > describes what target (AR7, BRCM...) to select for a specifi

[OpenWrt-Devel] Nagios cleanup from packages/net

2011-06-19 Thread ZioPRoTo (Saverio Proto)
Hello, I was trying to commit the following but looks like my SVN account does not have enough privileges because I get a "Access denied". Probably my SSH private key is good only for the olsrd package. Here the change I was try to commit, basically just delete empty folders from packages/net bec

[OpenWrt-Devel] please commit asap - [packages] tinc: update to 1.0.15

2011-06-25 Thread ZioPRoTo (Saverio Proto)
Hello, following patch to Makefile updates tinc-vpn to upstream release 1.0.15. I tested the patch and it compiles ok. ciao, Saverio PS I have some issues with my svn+ssh access, looks like I cant commit anymore :( Maybe I'm restricted only to olsrd folder ? How can I check this out without do

Re: [OpenWrt-Devel] Google SoC proposal : BCM53xx IPsec core support

2008-03-04 Thread ZioPRoTo (Saverio Proto)
> I starting a while ago to code basic support for the BCM53xx IPsec core, > highly unfinished, but still cleaner than the original driver. It might be > interesting to use a Google Summer of Code to finish this driver and get it > merging into the mainline kernel. Hi, I'm probably about to a

Re: [OpenWrt-Devel] Google SoC proposal : BCM53xx IPsec core support

2008-03-04 Thread ZioPRoTo (Saverio Proto)
Thanks for the answers :) So we are talking about a driver to use a specific core of BCM53xx to speed up IPSec crypto functions in the Kernel and handle a higher thoughput on embedded devices when cryptography is on. I know some people from Rome that worked on IPSec suite in the Linux Kernel duri

Re: [OpenWrt-Devel] Xilinx Spartan 3E Starter Kit port

2008-05-12 Thread ZioPRoTo (Saverio Proto)
>I can't seem to figure out how to either "mount" or uncompress the > jffs2 filesystem that is produced by the OpenWRT compile. I had your same problem some time ago... JFFS2 filesystem can't be mounted in the obvious way :| You need a further step regarding the mtd device Here some good doc

[OpenWrt-Devel] ART: Atheros Radio Test

2008-05-30 Thread ZioPRoTo (Saverio Proto)
Hello, I found some papers in the Internet that talk about a software called ART (Atheros radio test). This tool looks perfect for characterize in the right way the response in terms of frequency and power of miniPCI cards. I googled a bit but I found no website of this software... maybe is not

[OpenWrt-Devel] Fonera with OpenWRT Kamikaze and Fonera ath5k

2008-05-30 Thread ZioPRoTo (Saverio Proto)
Hello, the latest 2.6.25 kernel ships the ath5k wireless driver... I saw that the latest OpenWRT trunk has Linux 2.6.25 but I cant find ath5k in there :( Any pointers ? Is it yet possibile to use that driver and build the OpenWRT image for the Fonera ? Saverio __

[OpenWrt-Devel] Problem with Avahi package - Ticket 3035

2008-06-03 Thread ZioPRoTo (Saverio Proto)
Hello, I'm doing some work on service discovery on wireless mesh networks with OLSR. Unfortunately my work is stopped with this ticket :( https://dev.openwrt.org/ticket/3035 Does anybody have a working avahi on OpenWRT Kamikaze ? Is it a Linksys WRT54GL problem only ? or the problem is present

[OpenWrt-Devel] Any working LuCI installation ??

2008-07-18 Thread ZioPRoTo (Saverio Proto)
After i read this: http://www.mail-archive.com/openwrt-devel@lists.openwrt.org/msg01644.html I tried to build a OpenWRT Kamikaze Image with LuCI So I added the LuCI feed to feeds.conf and so on and I've done my build for GATEWORKS AVILA I set the password with "passwd" on the serial console. Whe

[OpenWrt-Devel] Fonera working at 2.7Ghz ?

2008-07-18 Thread ZioPRoTo (Saverio Proto)
Here at Ninux.org (Rome) we have been playing with Ath5k and PCMCIA atheros cards. Using Linux 2.6.26 and this patch: http://aquila.netgroup.uniroma2.it/~saverio/patch/ath5k_more_channels.patch we have cards working at 2.7Ghz It would be nice to see the Fonera working at that frequency. I unders

[OpenWrt-Devel] Questions on UCI

2008-07-18 Thread ZioPRoTo (Saverio Proto)
Hello, reading the discussion on web interfaces for OpenWRT I got confused about UCI. Since I have not found any official OpenWRT page that documents UCI, all this I'm going to say comes from various googling, and "hands-on" boards with OpenWRT. I thought UCI was a way to concentrate all the con

Re: [OpenWrt-Devel] Fonera working at 2.7Ghz ?

2008-07-18 Thread ZioPRoTo (Saverio Proto)
Florian, thanks for your answers. > Yes, if you know how to modify madwifi accordingly, ath5k does not work with > the Fonera because the Fonera does use AHB as the interconnection bus between > the CPU and the Wi-Fi core, not PCI. Oh, I see ... :( Still, I can work at 2.7Ghz with ath5k with any

Re: [OpenWrt-Devel] Fonera working at 2.7Ghz ?

2008-07-19 Thread ZioPRoTo (Saverio Proto)
2008/7/19 Florian Fainelli <[EMAIL PROTECTED]>: > Hi again Saverio, > > One of my colleague, Xavier, in copy of this email might be able to help you, > with the porting of this patch to madwifi instead of ath5k. > > Maybe you can find a way together to make this 2.7 Ghz patch the Atheros WiSoC > wi

[OpenWrt-Devel] dnsmasq broken web link

2008-07-23 Thread ZioPRoTo (Saverio Proto)
This morning I was not able to compile OpenWRT due to this broken link http://www.thekelleys.org.uk/dnsmasq/dnsmasq-2.45.tar.gz any hint where to download this tarball ? Looks like it is no where on the Internet :( thanks Saverio ___ openwrt-devel mai

Re: [OpenWrt-Devel] dnsmasq broken web link

2008-07-23 Thread ZioPRoTo (Saverio Proto)
>> This morning I was not able to compile OpenWRT due to this broken link >> >> http://www.thekelleys.org.uk/dnsmasq/dnsmasq-2.45.tar.gz Now it works :) Saverio ___ openwrt-devel mailing list openwrt-devel@lists.openwrt.org http://lists.openwrt.org/cgi-