Re: [OpenWrt-Devel] [RFC/RFT] netifd: Initial OpenVSwitch support

2014-02-10 Thread Roberto Riggio
On 10/02/14 11:49, Helmut Schaa wrote: > What did you change to get this working now? I started from a clean build. In the previous version I played a little bit with verious version of OVS and some hack to the netidf script. Everything worked as expected on new image built from scratch. BTW the

Re: [OpenWrt-Devel] [RFC/RFT] netifd: Initial OpenVSwitch support

2014-02-07 Thread Roberto Riggio
On 29/11/13 16:24, Helmut Schaa wrote: > I'd appreciate any testing beside my own :D Hi, I did some testing on some alix boards. The config I'm using is the following: config device option name br-ovs option type ovs list ifname eth0 config interface wan option if

Re: [OpenWrt-Devel] [RFC/RFT] netifd: Initial OpenVSwitch support

2014-02-04 Thread Roberto Riggio
On 04/02/14 10:31, Helmut Schaa wrote: > But it works if you create it manually with ovs-vsctl? Yes the manual workflow works fine: create bridge, add interfaces set cotnroller. R. -- ---- Roberto Riggio, Ph.D. CREATE-NET Network & S

Re: [OpenWrt-Devel] [RFC/RFT] netifd: Initial OpenVSwitch support

2014-02-04 Thread Roberto Riggio
On 04/02/14 09:09, Helmut Schaa wrote: >>> What if you write the config file after boot and run /etc/init.d/network >>> reload? >>> Does it also end up in a loop? >> >> Just tried, no, it does not loop. > > Ok, this helps a lot I guess. > Maybe OVS is not up and running yet during boot or not yet

Re: [OpenWrt-Devel] [RFC/RFT] netifd: Initial OpenVSwitch support

2014-02-03 Thread Roberto Riggio
ch > Helmut > -- ------------ Roberto Riggio, Ph.D. CREATE-NET Network & Security Solutions for Pervasive Computing Systems (iNSPIRE) Senior Researcher Via alla Cascata 56/D - 38123 Povo Trento (Italy) e-mail: roberto.rig...@create-net.org Tel: (+39) 0461 408400 - interno/extension 708

Re: [OpenWrt-Devel] [RFC/RFT] netifd: Initial OpenVSwitch support

2014-02-02 Thread Roberto Riggio
t; + static char dev[64]; > + > + sprintf(cmd, "/usr/bin/ovs-vsctl iface-to-br %s", name); > + f = popen(cmd, "r"); > + if (!f) > + return NULL; > + fgets(dev, sizeof(dev), f); > + pclose(f); > + return dev; > +} > + > +

Re: [OpenWrt-Devel] [OpenWRT-Devel][PATCH] add openvswitch 2.0.0 package

2013-12-22 Thread Roberto Riggio
On 12/20/2013 03:51 PM, Helmut Schaa wrote: > True. However, using the current patch you can just replace a > "type bridge" with "type ovs", specifying "option iface eth0 eth1" > and you will get an ovs containing eth0 and eth1 as ports. I tried to give a look at the new netifd infrastructure but

Re: [OpenWrt-Devel] [OpenWRT-Devel][PATCH] add openvswitch 2.0.0 package

2013-12-20 Thread Roberto Riggio
On 12/20/2013 03:02 PM, Helmut Schaa wrote: > Yep, that was me. I'm using the patch on openwrt since > some time now and am quite happy. I looked at it and I;m not sure if you can define a device as bridge and add other interfaces to it. At the moment it seems to me that you define another "type"

Re: [OpenWrt-Devel] [OpenWRT-Devel][PATCH] add openvswitch 2.0.0 package

2013-12-20 Thread Roberto Riggio
Hi, On 11/08/2013 11:42 PM, Pete Holland wrote: > This is a patch for the most recent stable build of OpenvSwitch (2.0.0). It > supports kernels 2.6.32 - 3.10.x > > It was taken and updated from Julius Shulz-Zander's work: > https://github.com/schuza/openvswitch Very interesting work. I'm cu

[OpenWrt-Devel] [PATCH] Upgrade numpy package

2013-08-26 Thread Roberto Riggio
Upgrade the numpy package from version 1.0.4 to version 1.7.1 Signed-off-by: Roberto Riggio --- Index: lang/numpy/Makefile === --- lang/numpy/Makefile (revision 37838) +++ lang/numpy/Makefile (working copy) @@ -1,5 +1,5

[OpenWrt-Devel] [PATCH] Fix click router package

2013-08-04 Thread Roberto Riggio
The current version of the click package is utterly broken. This new version provides an userspace version of the package compiled with the wifi elements. Tested on the x86 target (ALIX) Signed-off-by: Roberto Riggio --- diff --git a/net/click/Makefile b/net/click/Makefile index ef48d79

[OpenWrt-Devel] [PATCH] Upgrade Wing package

2013-01-05 Thread Roberto Riggio
Update wing package to latest version. Signed-off-by: Roberto Riggio -- Index: net/wing/Makefile === --- net/wing/Makefile (revision 35016) +++ net/wing/Makefile (working copy) @@ -8,9 +8,9 @@ include $(TOPDIR)/rules.mk

Re: [OpenWrt-Devel] GRUB2 on Geos x86?

2012-11-05 Thread Roberto Riggio
he > David> kernel as it boots, before something goes wrong? Same problem also here on alix2. I've tried to run the soekris image but nothing changed. R. -- -------- Roberto Riggio, Ph.D. CREATE-NET Network & Security Solutions for Pervas

Re: [OpenWrt-Devel] iperf: add minimal init.d script

2012-08-08 Thread Roberto Riggio
.d/iperf > endef > Package/iperf-mt/install = $(Package/iperf/install) > ___ > openwrt-devel mailing list > openwrt-devel@lists.openwrt.org > https://lists.openwrt.org/mailman/listinfo/openwrt-devel > --

[OpenWrt-Devel] [PATH] Upgrade wing package

2012-08-06 Thread Roberto Riggio
Upgrade wing package to latest git revision. Fixes a segfault which could happen in very particular situations. Plus a few netifd fixes. Signed-off-by: Roberto Riggio -- Index: net/wing/Makefile === --- net/wing/Makefile

[OpenWrt-Devel] [PATH] Upgrade wing package

2012-07-28 Thread Roberto Riggio
Upgrade wing package to latest git revision. Fixes a segfault which could happen in very particular situations. Plus a few netifd fixes. Signed-off-by: Roberto Riggio -- Index: net/wing/Makefile === --- net/wing/Makefile

[OpenWrt-Devel] [PATCH] Port wing package to netifd

2012-07-06 Thread Roberto Riggio
Port the wing package to the new netifd infrastructure. Signed-off-by: Roberto Riggio -- diff -urN net/wing/files/etc/uci-defaults/wing net/wing/files/etc/uci-defaults/wing --- net/wing/files/etc/uci-defaults/wing2012-07-06 18:12:46.269617774 +0100 +++ net/wing/files/etc/uci

[OpenWrt-Devel] Latest netifd versions

2012-06-20 Thread Roberto Riggio
Hi, after the recent updates to the netifd, is there any way to delay starting interfaces implementing a certain protocol until other interface are brought up (a sort of dependency mechanism)? Thanks R. -- Roberto Riggio, Ph.D. CREATE

Re: [OpenWrt-Devel] About the new netifd infrastructure

2012-06-06 Thread Roberto Riggio
On 06/02/2012 06:53 PM, Felix Fietkau wrote: >> - available=1 ??? > available=1 means that the interface can be brought up immediately > instead of having to wait for an external trigger (usually only used > together with no_device; if the interface is bound to a device, device > presence controls

Re: [OpenWrt-Devel] [PATCH] Update monit to 5.4 and bugfixes

2012-06-02 Thread Roberto Riggio
wrt.org https://lists.openwrt.org/mailman/listinfo/openwrt-devel -- ---- Roberto Riggio, Ph.D. CREATE-NET Network & Security Solutions for Pervasive Computing Systems (iNSPIRE) Senior Researcher Via alla Cascata 56/D - 38123 Povo Trento

Re: [OpenWrt-Devel] About the new netifd infrastructure

2012-05-31 Thread Roberto Riggio
On 05/30/2012 04:09 PM, Felix Fietkau wrote: Do you have any call to proto_init_update/proto_send_update in there, similar to what the dhcp script does when it has acquired a lease? Hi, thanks for the feedback. I'm making some progresses now. This is the current script: #!/bin/sh [ -n "$INC

Re: [OpenWrt-Devel] About the new netifd infrastructure

2012-05-30 Thread Roberto Riggio
On 05/30/2012 03:12 PM, Felix Fietkau wrote: Please post the full script. What does 'ifstatus mesh' show? This is the skeleton of the script #!/bin/sh [ -n "$INCLUDE_ONLY" ] || { . /etc/functions.sh . ../netifd-proto.sh init_proto "$@" } proto_wing_init_config() {

[OpenWrt-Devel] About the new netifd infrastructure

2012-05-30 Thread Roberto Riggio
bus call network.interface.mesh up what am I missing? -- -------- Roberto Riggio, Ph.D. CREATE-NET Network & Security Solutions for Pervasive Computing Systems (iNSPIRE) Senior Researcher Via alla Cascata 56/D - 38123 Povo Trento (Italy) e-mail: rob

Re: [OpenWrt-Devel] [PATCH] Update rrdtool to version 1.4.7

2012-04-12 Thread Roberto Riggio
On 04/02/2012 05:16 PM, Florian Fainelli wrote: The configure scripts fails complaining it could not find neither glib 2.0 nor libxml-2.0. Can you please start from a fresh build and test again if that works for you? This is what I just did: 1) make distclean 2) svn up 3) enable xorg feed and

Re: [OpenWrt-Devel] [PATCH] Update rrdtool to version 1.4.7

2012-04-03 Thread Roberto Riggio
On 04/02/2012 05:16 PM, Florian Fainelli wrote: The configure scripts fails complaining it could not find neither glib 2.0 nor libxml-2.0. Can you please start from a fresh build and test again if that works for you? Starting from a fresh checkout, I patched the rrdtoo, package and run ./scrip

[OpenWrt-Devel] [PATCH] Update rrdtool to version 1.4.7

2012-03-21 Thread Roberto Riggio
version requires also a font to be installed on openwrt, the patched makefile requires a font to be placed in the data directory of the package, however I'm not sure how I should post the font (attachment?) Signed-off-by: Roberto Riggio -- Index: utils/rrdtool/Mak

Re: [OpenWrt-Devel] Porting rrdtool 1.4 to openwrt

2012-03-21 Thread Roberto Riggio
On 03/21/2012 01:02 AM, da...@lang.hm wrote: Would it be possible to break this into two packages, one without the graphing and the second the graphing tools? I was planning do do exactly that after I manage to compile the python bindings (which are important to me). R. _

Re: [OpenWrt-Devel] Porting rrdtool 1.4 to openwrt

2012-03-20 Thread Roberto Riggio
ot;0003" --#define FLOAT_COOKIE 8.642135E130 -+#define FLOAT_COOKIE ((double)8.642135E130) - - #include "rrd_nan_inf.h" - ___ openwrt-devel mailing list openwrt-devel@lists.openwrt.org https://lists.openwrt.org/mailman/listinfo/openw

Re: [OpenWrt-Devel] Porting rrdtool 1.4 to openwrt

2012-03-20 Thread Roberto Riggio
On 03/20/2012 04:28 PM, Roberto Riggio wrote: Thanks, this works. However now I'm getting this after the compile process has started: make[5]: Entering directory `/home/rriggio/src/kamikaze/build_dir/target-i386_uClibc-0.9.33/rrdtool-1.4.7/po' Forget about this. I little patch to

Re: [OpenWrt-Devel] Porting rrdtool 1.4 to openwrt

2012-03-20 Thread Roberto Riggio
On 03/20/2012 02:21 PM, Jo-Philipp Wich wrote: You need include $(INCLUDE_DIR)/nls.mk in your OpenWrt makefile. That will add the needed iconv search paths to TARGET_CFLAGS. Thanks, this works. However now I'm getting this after the compile process has started: make[5]: Entering directory

Re: [OpenWrt-Devel] Porting rrdtool 1.4 to openwrt

2012-03-20 Thread Roberto Riggio
On 03/20/2012 01:17 PM, Jo-Philipp Wich wrote: * I could not find a working copy of pangocairo. Check config.log for hints on why As usual, dig through config.log This is what I've found: /usr/include/libxml2/libxml/encoding.h:28:19: fatal error: iconv.h: No such file or directory libicon

[OpenWrt-Devel] Porting rrdtool 1.4 to openwrt

2012-03-20 Thread Roberto Riggio
n why Both cairo and pango are compiled and installed by openwrt (they are even in the host system since I tried to compile rrdtool on my laptop). Any hints? -- Roberto Riggio, Ph.D. CREATE-NET Network & Security Solutions for

[OpenWrt-Devel] Development on MacOS

2012-03-07 Thread Roberto Riggio
Hi, I hope this is not too much off topics. I was wondering if anybody on the list is doing openwrt development on macos? If so, could you comment on the overall experience? R. -- Roberto Riggio, Ph.D. CREATE-NET Network & Secu

[OpenWrt-Devel] [PATCH] PyRRD upstream patch

2012-03-04 Thread Roberto Riggio
re-submit upstream patch for pyrrd. this time it should not be mangled. Signed-of-by: Roberto Riggio http://pypi.python.org/packages/source/P/PyRRD/ @@ -27,7 +27,7 @@ CATEGORY:=Languages TITLE:=PyRRD - An Object-Oriented Python Interface for RRDTool URL:=http://code.google.com/p/pyrrd

[OpenWrt-Devel] [PATCH] Add upstream patch to pyrrd package

2012-01-31 Thread Roberto Riggio
This patch adds an upstream fix to the pyrrd package. It also adds the rrdtool package as external dependency. Signed-off-by: Roberto Riggio -- Index: lang/pyrrd/patches/200-fetch.patch === --- lang/pyrrd/patches/200

Re: [OpenWrt-Devel] x86 sysupgrade

2012-01-25 Thread Roberto Riggio
hfs image. Martin ___ openwrt-devel mailing list openwrt-devel@lists.openwrt.org https://lists.openwrt.org/mailman/listinfo/openwrt-devel -- ------------ Roberto Riggio, Ph.D. CREATE-NET Network & Security Solutions for Perva

Re: [OpenWrt-Devel] [PATCH] New package dstat

2012-01-24 Thread Roberto Riggio
/cL9s UbkAn3anNkgk8z3GsPo5A6afafGW6Pxo =I2Jf -END PGP SIGNATURE- ___ openwrt-devel mailing list openwrt-devel@lists.openwrt.org https://lists.openwrt.org/mailman/listinfo/openwrt-devel -- Roberto R

[OpenWrt-Devel] [PATCH] New package dstat

2012-01-23 Thread Roberto Riggio
Dstat is a versatile replacement for vmstat, iostat, netstat and ifstat written in python and with a very good plugin system. Signed-off-by: Roberto Riggio --- Index: utils/dstat/Makefile === --- utils/dstat/Makefile

[OpenWrt-Devel] [PATCH] New package: dstat

2012-01-20 Thread Roberto Riggio
Dstat is a versatile replacement for vmstat, iostat, netstat and ifstat written in python and with a very good plugin system. Signed-off-by: Roberto Riggio --- Index: utils/dstat/Makefile === --- utils/dstat/Makefile

[OpenWrt-Devel] [PATCH] new package python-eeml

2011-12-04 Thread Roberto Riggio
A python package for generating eeml documents. In particular can be used to send sensor data to pachube (https://pachube.com/). Signed-off-by: Roberto Riggio -- Index: lang/python-eeml/patches/101-cross.patch === --- lang

Re: [OpenWrt-Devel] [PATCH] New package PyRRD

2011-11-25 Thread Roberto Riggio
nwrt-devel -- -------- Roberto Riggio, Ph.D. CREATE-NET Network & Security Solutions for Pervasive Computing Systems (iNSPIRE) Senior Researcher Via alla Cascata 56/D - 38123 Povo Trento (Italy) e-mail: roberto.rig...@create-net.org Tel: (+39) 0461 408400 - interno/extension

Re: [OpenWrt-Devel] [PATCH] New package PyRRD

2011-11-25 Thread Roberto Riggio
On 11/15/2011 01:19 AM, Nico wrote: Hi Roberto, Hi, On Mon, Oct 10, 2011 at 11:18 AM, Roberto Riggio wrote: This patch is a port of the PyRRD package to openwrt. PyRRD is a wrapper for rrdtool for python. The API is so much better than the python bindings for rrd. Signed-off-by: Roberto

[OpenWrt-Devel] [PATCH] Upgrade wing package

2011-11-03 Thread Roberto Riggio
This patch upgrades the wing package to the latest git revision. It also removes a patch that has been merged upstream. Signed-off-by: Roberto Riggio -- Index: net/wing/files/lib/network/wing.sh === --- net/wing/files/lib

[OpenWrt-Devel] [PATCH] Upgrade wing package to latest git revision

2011-10-13 Thread Roberto Riggio
This patch upgrades wing to the latest git revision. Plus it upgrades some support scripts. Signed-off-by: Roberto Riggio -- Index: net/wing/files/lib/network/wing.sh === --- net/wing/files/lib/network/wing.sh (revision 28448

[OpenWrt-Devel] [PATCH] Fix usb-modeswitch md5

2011-10-13 Thread Roberto Riggio
Fix usb-modeswitch md5 Signed-off-by: Roberto Riggio -- Index: utils/usb-modeswitch/Makefile === --- utils/usb-modeswitch/Makefile (revision 28448) +++ utils/usb-modeswitch/Makefile (working copy) @@ -13,7 +13,7

Re: [OpenWrt-Devel] [PATCH] update usb-modeswitch to 1.1.19

2011-10-12 Thread Roberto Riggio
On 28/08/2011 14:12, Florian Fainelli wrote: On Tuesday 16 August 2011 03:05:16 Hanno Schupp wrote: Signed-off-by: Your name Applied in r28104, thanks! The md5 hash in the current makefile is wrong. -- Roberto Riggio, Ph.D. CREATE

Re: [OpenWrt-Devel] [PATCH] New package PyRRD

2011-10-11 Thread Roberto Riggio
ping On 10/10/2011 11:18, Roberto Riggio wrote: This patch is a port of the PyRRD package to openwrt. PyRRD is a wrapper for rrdtool for python. The API is so much better than the python bindings for rrd. Signed-off-by: Roberto Riggio

[OpenWrt-Devel] [PATCH] Bump simplejson version

2011-10-10 Thread Roberto Riggio
Bump simplejson version Signed-off-by: Roberto Riggio -- Index: lang/simplejson/Makefile === --- lang/simplejson/Makefile(revision 28398) +++ lang/simplejson/Makefile(working copy) @@ -8,12 +8,12 @@ include $(TOPDIR

[OpenWrt-Devel] [PATCH] New package PyRRD

2011-10-10 Thread Roberto Riggio
This patch is a port of the PyRRD package to openwrt. PyRRD is a wrapper for rrdtool for python. The API is so much better than the python bindings for rrd. Signed-off-by: Roberto Riggio --- Index: lang/pyrrd/patches/100-setuptools.patch

Re: [OpenWrt-Devel] [PATCH] Fix md5 hash for distribute package

2011-10-08 Thread Roberto Riggio
No, sorry no clue. I thought that it was an old hash, wrongly kept after updating the package. On 08/10/2011 14:11, Jan Willies wrote: 2011/9/28 Roberto Riggio mailto:roberto.rig...@create-net.org>> As in the subj. THe current md5 hash for the distribute package is wrong.

Re: [OpenWrt-Devel] [PATCH] Fix md5 hash for distribute package

2011-10-08 Thread Roberto Riggio
Ping On 28/09/2011 21:01, Roberto Riggio wrote: As in the subj. THe current md5 hash for the distribute package is wrong. Signed-off-by: Roberto Riggio -- Roberto Riggio, Ph.D. CREATE-NET Network & Security Solutions for Perva

[OpenWrt-Devel] Problems compiling PyRRD package

2011-10-05 Thread Roberto Riggio
ving directory `/home/rriggio/src/wing/staging/kamikaze-trunk-28352' make: *** [world] Error 2 The distribute package is compiled and installed, as a matter of fact another package (simplejson) is using itwithout problems. Any hints? -- ----------

Re: [OpenWrt-Devel] Kill script

2011-09-30 Thread Roberto Riggio
On 30/09/2011 15:52, Jo-Philipp Wich wrote: What should I do in order to have also a KXXfoo link? Define STOP=nn where nn is an integer between 00 and 99. That was easy. Thanks. ~ Jow R. ___ openwrt-devel mailing list openwrt-devel@lists.openwrt.

[OpenWrt-Devel] Kill script

2011-09-30 Thread Roberto Riggio
Which the openwrt way for a package to add a symlink to the init script to be called during the reboot phase? Basically I have an init script in /etc/init.d/ called foo. As a part of the image creation an SXXfoo script is created in /etc/rc.d/. What should I do in order to have also a KXXfoo

[OpenWrt-Devel] [PATCH] Fix md5 hash for distribute package

2011-09-28 Thread Roberto Riggio
As in the subj. THe current md5 hash for the distribute package is wrong. Signed-off-by: Roberto Riggio -- Index: lang/distribute/Makefile === --- lang/distribute/Makefile(revision 28313) +++ lang/distribute/Makefile

Re: [OpenWrt-Devel] [PATCH] Upgrade mjpeg-streamer

2011-09-23 Thread Roberto Riggio
ping On 14/09/2011 14:42, Roberto Riggio wrote: This patch upgrades the mjpeg-streamer package to the latest svn revision. It also closes track entry #9896 since the newer version moved to v4l2. Signed-off-by: Roberto Riggio ___ openwrt-devel

Re: [OpenWrt-Devel] [PATCH] Update mjpeg-streamer package

2011-09-15 Thread Roberto Riggio
It works fine for me on x86 and ixp4xx. I'm using a logitech sphere (the controls work fine too) and another cheap logitec cam (I do not remember the model). R. On 16/09/2011 06:50, Otto Solares Cabrera wrote: On Tue, Sep 13, 2011 at 08:20:45AM +0200, Roberto Riggio wrote: It is the o

[OpenWrt-Devel] [PATCH] Upgrade mjpeg-streamer

2011-09-14 Thread Roberto Riggio
This patch upgrades the mjpeg-streamer package to the latest svn revision. It also closes track entry #9896 since the newer version moved to v4l2. Signed-off-by: Roberto Riggio Index: multimedia/mjpg-streamer/Makefile

Re: [OpenWrt-Devel] [PATCH] Update mjpeg-streamer package

2011-09-12 Thread Roberto Riggio
It is the output of svn diff. Rev 150 was from the experimental branch so I was not sure how stable it was (considering the mjpeg streamer is pretty volatile). R. On 13/09/2011 02:52, Otto Solares Cabrera wrote: On Thu, Sep 08, 2011 at 10:31:31AM +0200, Roberto Riggio wrote: This patch

[OpenWrt-Devel] [PATCH] Update mjpeg-streamer package

2011-09-08 Thread Roberto Riggio
This patch upgrades the mjpeg-streamer package to the latest svn revision. It also closes track entry #9896 in the the newer version moved to v4l2. Signed-off-by: Roberto Riggio -- Index: multimedia/mjpg-streamer/Makefile

Re: [OpenWrt-Devel] Mjpeg-streamer

2011-08-31 Thread Roberto Riggio
On 31/08/2011 14:31, Jonas Gorski wrote: On 31 August 2011 14:17, Roberto Riggio wrote: mjpeg-streamer is broken on newer kernels. a patch has already been submitted to trac; https://dev.openwrt.org/ticket/9896 could somebody commit it? The problem is this will break brcm-2.4 since 2.4

[OpenWrt-Devel] Mjpeg-streamer

2011-08-31 Thread Roberto Riggio
mjpeg-streamer is broken on newer kernels. a patch has already been submitted to trac; https://dev.openwrt.org/ticket/9896 could somebody commit it? R. ___ openwrt-devel mailing list openwrt-devel@lists.openwrt.org https://lists.openwrt.org/mailman/l

Re: [OpenWrt-Devel] [PATCH] New package simplejson

2011-08-26 Thread Roberto Riggio
Ping On 25/08/2011 13:01, Roberto Riggio wrote: THe simplejson is a json encoder/decoder for python it is a lot faster (close to 10x) than the json module that ships with python. A special thanks to Jan Willies for the feedback on the distribute package. Signed-off-by: Roberto Riggio

[OpenWrt-Devel] [PATCH] New package simplejson

2011-08-25 Thread Roberto Riggio
THe simplejson is a json encoder/decoder for python it is a lot faster (close to 10x) than the json module that ships with python. A special thanks to Jan Willies for the feedback on the distribute package. Signed-off-by: Roberto Riggio -- Index: lang/simplejson/Makefile

[OpenWrt-Devel] Porting simplejson to openwrt

2011-08-25 Thread Roberto Riggio
cript.) --- Which is the version of setuptools shipped with openwrt? Any hints to address the problem? R. -- Roberto Riggio, Ph.D. CREATE-NET Network & Security Solutions for Pervasive Computing Systems (iNSPIRE) Senior Researcher Via alla C

[OpenWrt-Devel] [PATCH] Update wing package

2011-08-10 Thread Roberto Riggio
This patch updates the wing package to the latest git version and moves the package the the new "Routing and redirection" submenu. Signed-off-by: Roberto Riggio -- Index: net/wing/files/lib/network/wing.sh === --- net/

[OpenWrt-Devel] Maintainer for package wing

2011-07-17 Thread Roberto Riggio
Hi, I would like to be the maintainer for the package wing. What should I do? I already have access to trac, but not to the svn. What should I do to get svn access to the packages repo? Thanks -- Roberto Riggio, Ph.D. CREATE-NET

[OpenWrt-Devel] [PATCH] Upgrade wing package

2011-07-09 Thread Roberto Riggio
Upgrade the Wing package Signed-off-by: Roberto Riggio -- Index: net/wing/files/lib/network/wing.sh === --- net/wing/files/lib/network/wing.sh (revision 27574) +++ net/wing/files/lib/network/wing.sh (working copy) @@ -49,6

Re: [OpenWrt-Devel] [PATCH v2] New package jsonpath

2011-07-03 Thread Roberto Riggio
. anyway, if this if this is convention for openwrt I'll follow it in the future. thx, blogic On 03/07/11 20:22, Roberto Riggio wrote: ping Il 29/06/2011 09:52, Roberto Riggio ha scritto: This patch adds a new python package called jsonpath. JSONPath allows you to run XPATH-like queries

Re: [OpenWrt-Devel] [PATCH v2] New package jsonpath

2011-07-03 Thread Roberto Riggio
ping Il 29/06/2011 09:52, Roberto Riggio ha scritto: This patch adds a new python package called jsonpath. JSONPath allows you to run XPATH-like queries over json data structures. Changes since v1: * removed unrelated changes * fix copyright Signed-off-by: Roberto Riggio

[OpenWrt-Devel] [PATCH v2] New package jsonpath

2011-06-29 Thread Roberto Riggio
This patch adds a new python package called jsonpath. JSONPath allows you to run XPATH-like queries over json data structures. Changes since v1: * removed unrelated changes * fix copyright Signed-off-by: Roberto Riggio -- Index: lang/jsonpath/Makefile

[OpenWrt-Devel] [PATH] New package jsonpath

2011-06-23 Thread Roberto Riggio
This patch adds a new python package called jsonpath. JSONPath allows you to run XPATH-like queries over json structures. Signed-off-by: Roberto Riggio --- Index: lang/jsonpath/Makefile === --- lang/jsonpath/Makefile

Re: [OpenWrt-Devel] [PATCH] Upgrade wing package

2011-06-20 Thread Roberto Riggio
I'm attaching a new version of the patch. Signed-off-by: Roberto Riggio -- Index: files/lib/network/wing.sh === --- files/lib/network/wing.sh(revision 27241) +++ files/lib/network/wing.sh(working copy) @@ -49,6

[OpenWrt-Devel] [PATCH] Upgrade wing package

2011-06-15 Thread Roberto Riggio
Upgrades the Wing Wireless Mesh Networking Daemon to the latest version. The main change is the support for link-level broadcasts. Signed-off-by: Roberto Riggio -- Index: net/wing/files/lib/network/wing.sh === --- net/wing/files

Re: [OpenWrt-Devel] Adding entry to /etc/hosts

2011-06-10 Thread Roberto Riggio
les ~ Jow ___ openwrt-devel mailing list openwrt-devel@lists.openwrt.org https://lists.openwrt.org/mailman/listinfo/openwrt-devel -- -------- Roberto Riggio, Ph.D. CREATE-NET Network& Security Solutions for Perva

Re: [OpenWrt-Devel] Adding entry to /etc/hosts

2011-06-10 Thread Roberto Riggio
0.0.1/ R. Il 10/06/2011 13:59, John Crispin ha scritto: On 10/06/11 13:56, Roberto Riggio wrote: Hi, which is the openwrt way to have a particular package to add an entry to /etc/hosts at build or install time? Is it ok to add an echo into a uci-defaults file? R. hi Roberto, can you give an

[OpenWrt-Devel] Adding entry to /etc/hosts

2011-06-10 Thread Roberto Riggio
Hi, which is the openwrt way to have a particular package to add an entry to /etc/hosts at build or install time? Is it ok to add an echo into a uci-defaults file? R. -- Roberto Riggio, Ph.D. CREATE-NET Network& Security Solutions

Re: [OpenWrt-Devel] [PATCH 1/1] alix2: add UCI files for network and wireless

2011-06-05 Thread Roberto Riggio
rnet ports. -- -------- Roberto Riggio, Ph.D. CREATE-NET Network& Security Solutions for Pervasive Computing Systems (iNSPIRE) Senior Researcher Via alla Cascata 56/D - 38123 Povo Trento (Italy) e-mail: roberto.rig...@create-net.org Tel: (+39) 0461 408400 - interno/ext

[OpenWrt-Devel] [PATCH] Upgrade Wing package

2011-05-16 Thread Roberto Riggio
This patch updates the Wing package to the latest Git version which includes several bug fixes. The patch adds also a script wing_status which can be used to dump some information about the routing daemon (links, routes, statistics about the probes, etc.) Signed-off-by: Roberto Riggio -- Index

Re: [OpenWrt-Devel] mac80211 packet injection with rate setting

2011-05-10 Thread Roberto Riggio
XH(ieee80211_tx_h_rate_ctrl); if (unlikely(info->flags& IEEE80211_TX_INTFL_RETRANSMISSION)) --- Paweł Foremski ___ openwrt-devel mailing list openwrt-devel@lists.openwrt.org https://lists.openwrt.org/mailman/listinfo/openwrt-devel --

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

2011-04-14 Thread Roberto Riggio
dy an active default route. you might want to check out the code on olsr.org I will do it. Thanks. Saverio -- Roberto Riggio, Ph.D. CREATE-NET Network& Security Solutions for Pervasive Computing Systems (iNSPIRE) Senior Researcher

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

2011-04-14 Thread Roberto Riggio
stinfo/openwrt-devel -- -------- Roberto Riggio, Ph.D. CREATE-NET Network& Security Solutions for Pervasive Computing Systems (iNSPIRE) Senior Researcher Via alla Cascata 56/D - 38123 Povo Trento (Italy) e-mail: roberto.rig...@create-net.org Tel: (+3

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

2011-04-14 Thread Roberto Riggio
or shall I grep the route command's output? Thanks ~ Jow ___ openwrt-devel mailing list openwrt-devel@lists.openwrt.org https://lists.openwrt.org/mailman/listinfo/openwrt-devel -- -------- Roberto Rig

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

2011-04-14 Thread Roberto Riggio
dem. Is there a way for consistently detect when a new default route is added? Thanks -- -------- Roberto Riggio, Ph.D. CREATE-NET Network& Security Solutions for Pervasive Computing Systems (iNSPIRE) Senior Researcher Via alla Cascata 56/

Re: [OpenWrt-Devel] [PATCH] Upgrade wing package to latest version

2011-03-29 Thread Roberto Riggio
Upgrades the wing package to the latest version. The most important changes are: * revised implementation of the minstrel rate control algorithm * the openwrt makefile now point to the new repository, the old one in not available anymore Signed-off-by: Roberto Riggio -- Index: net/wing

Re: [OpenWrt-Devel] [PATCH] Parse RADIOTAP_RTS_RETRIES field in madwifi

2011-03-19 Thread Roberto Riggio
any comment/feedback on this? Il 14/03/2011 09:05, Roberto Riggio ha scritto: The RADIOTAP_RTS_RETRIES field is currently not known to the madwifi radiotap parser. The result is that, if this field is present the parsing stops preventing the following field from be processed. This patch adds

[OpenWrt-Devel] [PATCH] Parse RADIOTAP_RTS_RETRIES field in madwifi

2011-03-14 Thread Roberto Riggio
other fields. This patch closes #9027. Signed-off-by: Roberto Riggio -- Index: package/madwifi/patches/475_radiotap_rts_retries.patch === --- package/madwifi/patches/475_radiotap_rts_retries.patch (revision 0) +++ package

[OpenWrt-Devel] [PATCH] Upgrade wing package to latest version

2011-03-08 Thread Roberto Riggio
Upgrades the wing package to the latest version. The most important changes are: * revised implementation of the minstrel rate control algorithm * the openwrt makefile now point to the new repository, the old one in not available anymore Signed-off-by: Roberto Riggio -- Index: net/wing/files

[OpenWrt-Devel] [PATCH] new package wattsup

2011-03-07 Thread Roberto Riggio
This patch adds a command line utility to interface with the WattsUp power meters (https://www.wattsupmeters.com/) Signed-off-by: Roberto Riggio -- Index: utils/wattsup/src/wattsup.c === --- utils/wattsup/src/wattsup.c (revision 0

[OpenWrt-Devel] [PATCH] Defconfig to generic on x86

2011-02-16 Thread Roberto Riggio
Hi, I think that the defconfig script should default to generic if no soekris board is found. Also, why by default all the defconfig scripts are copied to the firmware? At the moement on my aliz board I have several soekris-related directory under /etc/defconfig/ Signed-off-by: roberto

[OpenWrt-Devel] Bump mjpg-streamer revision

2010-12-04 Thread Roberto Riggio
Signed-off-by: Roberto Riggio -- Index: multimedia/mjpg-streamer/Makefile === --- multimedia/mjpg-streamer/Makefile(revision 24227) +++ multimedia/mjpg-streamer/Makefile(working copy) @@ -8,7 +8,7 @@ include $(TOPDIR

[OpenWrt-Devel] [PATCH] Upgrade wing package

2010-11-24 Thread Roberto Riggio
changes. Also the git repository address changed due to some internal naming conflicts. Signed-off-by: Roberto Riggio -- diff -urN src/kamikaze/feeds/packages/net/wing//files/etc/uci-defaults/wing src/openwrt-pkgs/wing/files/etc/uci-defaults/wing --- src/kamikaze/feeds/packages/net/wing//files

[OpenWrt-Devel] Tracking memory leak in kernel space

2010-11-03 Thread Roberto Riggio
Hi, how would you track a memory leak in a kernel module? Is there something equivalent to valgrind for kernel debugging? I'm having some troubles with the openwrt version of the madwifi driver. Basically the occupied memory as reported by the "free" command increases progressively over time.

[OpenWrt-Devel] [PATCH] Split wing compilation into host and target

2010-10-21 Thread Roberto Riggio
This patch: * splits the wing package compilation into host and target * upgrades the git revision to a more recent version of the protocol which solves a segfault on arm boards and adds support for OLSR-like Host-Network-Association messages. Signed-off-by: Roberto Riggio -- Index: net/wing

[OpenWrt-Devel] [PATCH] Add device id for 3g dongles (re-submission)

2010-10-21 Thread Roberto Riggio
I'm re-submitting the patch with the comments from Jo-Phillip With some modems the ttyUSBx device/s are not automatically created after the mode switch (for example with my k3765). This patch adds a new id for the target device after the mode switch. Signed-off-by: Roberto Riggio --

Re: [OpenWrt-Devel] Add target device id for 3g dongles

2010-10-20 Thread Roberto Riggio
Il 20/10/2010 17:55, Jo-Philipp Wich ha scritto: Hi, I'm not sure whether it is okay to unconditional assume that this device is managed by option[1]. You are right, however I would not know how to generalize this, given that usb-modeswitch is an external package I would just check if the file

[OpenWrt-Devel] Add target device id for 3g dongles

2010-10-20 Thread Roberto Riggio
With some modems the ttyUSBx device are not automatically created after the modeswitch (for example with my k3765). This patch adds a new id for the target device after the mode switch. Signed-off-by: Roberto Riggio -- Index: utils/usb-modeswitch/files/modeswitch.hotplug

Re: [OpenWrt-Devel] [PATCH] Remove fhonour-copts

2010-10-14 Thread Roberto Riggio
Hi Florian, sorry it was a problem on my side. The package I'm trying to compile uses the host environment to compile some execs. The honour-copts was also passed during this ste. I've solved the problem by splitting the compilation in host/target. I will soon post a patch for the package (wing

Re: [OpenWrt-Devel] [PATCH] Remove fhonour-copts

2010-10-11 Thread Roberto Riggio
Il 11/10/2010 13:59, Florian Fainelli ha scritto: I'm not using an external toolchain, however I'm getting this error: cc1plus: error: unrecognized command line option "-fhonour-copts" Ok, but that means you have patched your toolchain not to include the - fhonour-opts patch right? No, I have

Re: [OpenWrt-Devel] [PATCH] Remove fhonour-copts

2010-10-11 Thread Roberto Riggio
Il 11/10/2010 13:30, Florian Fainelli ha scritto: Hello Roberto, Hi I just reviewed this part of the patch, and it is enclosed with an ifeq ($(CONFIG_EXTERNAL_TOOLCHAIN),) which is evaluated to true, in the case of a non-external toolchain build, so your patch also removes -fhonour-opts for n

  1   2   3   >