[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 roberto.rig...@create-net.org -- Index: lang/pyrrd/patches/200-fetch.patch === --- lang/pyrrd/patches/200-fetch.patch (revision

[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 Security

[OpenWrt-Devel] Porting rrdtool 1.4 to openwrt

2012-03-20 Thread Roberto Riggio
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 Pervasive

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

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 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 a Makefile

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

2012-03-20 Thread Roberto Riggio
-- 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] 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.

[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 roberto.rig...@create-net.org -- Index: utils/rrdtool/Makefile

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

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

[OpenWrt-Devel] About the new netifd infrastructure

2012-05-30 Thread Roberto Riggio
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: roberto.rig...@create-net.org Tel: (+39) 0461 408400

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() {

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

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

[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

[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 roberto.rig...@create-net.org -- 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

[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 roberto.rig...@create-net.org -- Index: net/wing/Makefile

[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 roberto.rig...@create-net.org -- Index: net/wing/Makefile

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

2012-11-05 Thread Roberto Riggio
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 Pervasive Computing Systems (iNSPIRE) Senior Researcher Via alla

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

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 for

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 I could

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

2014-02-02 Thread Roberto Riggio
system_update_ipv6_mtu(struct device *device, int mtu); +void system_set_disable_ipv6(struct device *dev, const char *val); + #endif -- Roberto Riggio, Ph.D. CREATE-NET Network Security Solutions for Pervasive Computing Systems (iNSPIRE

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

2014-02-03 Thread Roberto Riggio
-- 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 Fax: (+39) 0461 421157 www.create

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 initialized?

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 Security

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

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

[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 roberto.rig...@create-net.org --- diff --git a/net/click/Makefile b/net/click

[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 roberto.rig...@create-net.org --- Index: lang/numpy/Makefile === --- lang/numpy/Makefile (revision 37838) +++ lang/numpy/Makefile (working

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 roberto.rig...@create

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

2011-05-10 Thread Roberto Riggio
___ 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 Pervasive Computing

[OpenWrt-Devel] [PATCH] Upgrade Wing package

2011-05-16 Thread Roberto Riggio
=== --- net/wing/files/usr/bin/wing_status (revision 0) +++ net/wing/files/usr/bin/wing_status (revision 0) @@ -0,0 +1,124 @@ +#!/bin/sh + +# Copyright (c) 2006, Roberto Riggio +# +# All rights reserved. +# +# Redistribution and use in source and binary forms, with or without

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

2011-06-05 Thread Roberto Riggio
. -- 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 Fax

[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] Adding entry to /etc/hosts

2011-06-10 Thread Roberto Riggio
. 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 exymple

[OpenWrt-Devel] [PATCH] Upgrade wing package

2011-06-15 Thread Roberto Riggio
=== --- net/wing/files/usr/bin/wing_status (revision 0) +++ net/wing/files/usr/bin/wing_status (revision 0) @@ -0,0 +1,124 @@ +#!/bin/sh + +# Copyright (c) 2006, Roberto Riggio +# +# All rights reserved. +# +# Redistribution and use in source and binary forms, with or without

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 roberto.rig...@create-net.org -- Index: files/lib/network/wing.sh === --- files/lib/network/wing.sh(revision 27241) +++ files/lib/network/wing.sh

[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 roberto.rig...@create-net.org --- Index: lang/jsonpath/Makefile === --- lang

[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 roberto.rig...@create-net.org -- Index: lang/jsonpath/Makefile

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 roberto.rig

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 over

[OpenWrt-Devel] [PATCH] Upgrade wing package

2011-07-09 Thread Roberto Riggio
Upgrade the Wing package Signed-off-by: Roberto Riggio roberto.rig...@create-net.org -- Index: net/wing/files/lib/network/wing.sh === --- net/wing/files/lib/network/wing.sh (revision 27574) +++ net/wing/files/lib/network/wing.sh

[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] 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 roberto.rig...@create-net.org -- Index: net/wing/files/lib/network/wing.sh

[OpenWrt-Devel] Porting simplejson to openwrt

2011-08-25 Thread Roberto Riggio
.) --- 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 Cascata 56

[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 roberto.rig...@create-net.org -- Index: lang

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] 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

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 Riggioroberto.rig...@create-net.org 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

[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 roberto.rig...@create-net.org -- Index: multimedia/mjpg-streamer/Makefile

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

2011-09-13 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] 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 roberto.rig...@create-net.org Index: multimedia/mjpg-streamer/Makefile

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

2011-09-16 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 output

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 roberto.rig...@create-net.org

[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

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

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.rig...@create-net.org -- Roberto Riggio, Ph.D. CREATE-NET Network

[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 roberto.rig...@create-net.org --- Index: lang/pyrrd/patches/100-setuptools.patch

[OpenWrt-Devel] [PATCH] Bump simplejson version

2011-10-10 Thread Roberto Riggio
Bump simplejson version Signed-off-by: Roberto Riggio roberto.rig...@create-net.org -- Index: lang/simplejson/Makefile === --- lang/simplejson/Makefile(revision 28398) +++ lang/simplejson/Makefile(working copy) @@ -8,12

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 roberto.rig...@create-net.org

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

2011-10-13 Thread Roberto Riggio
Fix usb-modeswitch md5 Signed-off-by: Roberto Riggio roberto.rig...@create-net.org -- Index: utils/usb-modeswitch/Makefile === --- utils/usb-modeswitch/Makefile (revision 28448) +++ utils/usb-modeswitch/Makefile

[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 roberto.rig...@create-net.org -- Index: net/wing/files/lib/network/wing.sh === --- net/wing/files/lib

[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 roberto.rig...@create-net.org -- Index: net/wing/files/lib/network/wing.sh

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 roberto.rig...@create-net.org 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

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

2011-11-25 Thread Roberto Riggio
-- 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 Fax: (+39

[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 roberto.rig...@create-net.org -- Index: lang/python-eeml/patches/101-cross.patch

[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 roberto.rig...@create-net.org --- Index: utils/dstat/Makefile

[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 roberto.rig...@create-net.org --- Index: utils/dstat/Makefile

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

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

Re: [OpenWrt-Devel] x86 sysupgrade

2012-01-25 Thread Roberto Riggio
___ 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 Pervasive Computing Systems (iNSPIRE

[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 roberto.rig...@gmail.com -- Index: lang/pyrrd/patches/200-fetch.patch === --- lang

[OpenWrt-Devel] [PACKAGE] Openwrt

2008-02-18 Thread Roberto Riggio
-- Roberto Riggio, PhD Student CREATE-NET Via alla Cascata 56/C 38100 Trento (Italy) E-mail: [EMAIL PROTECTED] HomePage: http://disi.unitn.it/~riggio/ Tel: +39.0461.314.960 Fax: +39.0461.314.972

[OpenWrt-Devel] [PATCH] Updates Jamvm and classpath to the latest versions

2008-03-13 Thread Roberto Riggio
Signed-off-by: Roberto Riggio [EMAIL PROTECTED] -- Index: lang/classpath/Makefile === --- lang/classpath/Makefile (revisione 0) +++ lang/classpath/Makefile (revisione 0) @@ -0,0 +1,48 @@ +include $(TOPDIR)/rules.mk

[OpenWrt-Devel] Error while building kamikaze

2008-03-13 Thread Roberto Riggio
/staging_dir/i386/stamp/.package_compile] Error 2 make[1]: Leaving directory `/home/hamvil/src/kamikaze' make: *** [world] Error 2 -- Roberto Riggio, PhD Student CREATE-NET Via alla Cascata 56/C 38100 Trento (Italy) E-mail: [EMAIL PROTECTED

Re: [OpenWrt-Devel] [PATCH] Unable to find kernel module scx200_wdt.ko x86 target

2008-03-14 Thread Roberto Riggio
i'm confused ... doesn't that makefile already take the watchdog path change into account with the following: Ok, I didn't known of the $(WATCHDOG_DIR) because it was not used for that module. so don't hardcode that change, use $(WATCHDOG_DIR) instead, no? Ok, so the real patch would be:

[OpenWrt-Devel] [PATCH] Updates Jamvm and classpath to the latest versions (correct header and MD5)

2008-03-14 Thread Roberto Riggio
Signed-off-by: Roberto Riggio [EMAIL PROTECTED] -- Index: lang/classpath/Makefile === --- lang/classpath/Makefile (revisione 0) +++ lang/classpath/Makefile (revisione 0) @@ -0,0 +1,56 @@ +# +# Copyright (C) 2006 OpenWrt.org

[OpenWrt-Devel] [PATCH] PCEngines target

2008-03-26 Thread Roberto Riggio
Signed-off-by: Roberto Riggio ([EMAIL PROTECTED]) -- Index: target/linux/x86/generic/profiles/Pcengines.mk === --- target/linux/x86/generic/profiles/Pcengines.mk (revisione 0) +++ target/linux/x86/generic/profiles

Re: [OpenWrt-Devel] [PATCH] Unable to find kernel module scx200_wdt.ko x86 target

2008-03-27 Thread Roberto Riggio
Would it be possible to merge this patch in the svn since otherwise it is not possible to build openwrt for x86. Bye R. - Roberto Riggio [EMAIL PROTECTED] wrote: I apologize for the mess. I just wanted to send a patch compliant with your guidelines (the previous one was embedded

[OpenWrt-Devel] Adding a new subtarget and removing a package

2008-04-22 Thread Roberto Riggio
? Thanks -- Roberto Riggio, PhD CREATE-NET Via alla Cascata 56/C 38100 Trento (Italy) E-mail: [EMAIL PROTECTED] HomePage: http://disi.unitn.it/~riggio/ Tel: +39.0461.314.960 Fax: +39.0461.314.972

[OpenWrt-Devel] Building gdbserver

2008-04-29 Thread Roberto Riggio
-- Roberto Riggio, PhD CREATE-NET Via alla Cascata 56/C 38100 Trento (Italy) E-mail: [EMAIL PROTECTED] HomePage: http://disi.unitn.it/~riggio/ Tel: +39.0461.314.960 Fax: +39.0461.314.972

Re: [OpenWrt-Devel] Building gdbserver

2008-04-29 Thread Roberto Riggio
Basically gdb is not built so it cannot be found by gdbserver. Anybody is succeeding in building (and using) gdbserver on x86 (PCEngines WRAP board)? You must select gdb under Advanced configuration options-Toolchain options Yes, of course I did this step. Otherwise the gdbserver does not

Re: [OpenWrt-Devel] Any ideas on how to work around madwifi bug #705 ?

2008-04-29 Thread Roberto Riggio
___ openwrt-devel mailing list openwrt-devel@lists.openwrt.org http://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-devel -- Roberto Riggio, PhD CREATE-NET Via alla Cascata 56/C 38100 Trento (Italy) E-mail

Re: [OpenWrt-Devel] Building gdbserver

2008-04-30 Thread Roberto Riggio
-- Roberto Riggio, PhD CREATE-NET Via alla Cascata 56/C 38100 Trento (Italy) E-mail: [EMAIL PROTECTED] HomePage: http://disi.unitn.it/~riggio/ Tel: +39.0461.314.960 Fax: +39.0461.314.972

[OpenWrt-Devel] [PATCH] Regression on watchdog module for kernel 2.6.25 (x86 target)

2008-05-05 Thread Roberto Riggio
I'm not quite sure if this is the right approach. Probably it would be better to check for version greater than 2.6.24 or to make watchdog the default value and handle the exceptions. What do you think? Signed-off-by: Roberto Riggio [EMAIL PROTECTED] -- Index: package/kernel/modules/other.mk

Re: [OpenWrt-Devel] Problem with build-system and feeds script

2008-05-08 Thread Roberto Riggio
and tell me if the nano package is selected as M ___ openwrt-devel mailing list openwrt-devel@lists.openwrt.org http://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-devel -- Roberto Riggio

[OpenWrt-Devel] kmod-leds-wrap not compiled

2008-05-14 Thread Roberto Riggio
-- Roberto Riggio, PhD CREATE-NET Via alla Cascata 56/C 38100 Trento (Italy) E-mail: [EMAIL PROTECTED] HomePage: http://disi.unitn.it/~riggio/ Tel: +39.0461.314.960 Fax: +39.0461.314.972

[OpenWrt-Devel] Unable to dhcp with trunk

2008-07-25 Thread Roberto Riggio
after each attempt. P.S. The dhcp server of course works fine since i can get the ip on my notebook. Bye -- Roberto Riggio, PhD CREATE-NET Via alla Cascata 56/C 38100 Trento (Italy) E-mail: [EMAIL PROTECTED] HomePage: http

[OpenWrt-Devel] [PATCH] Multiple sources for madwifi

2008-07-28 Thread Roberto Riggio
that this patch could be usefull Signed-off-by: Roberto Riggio [EMAIL PROTECTED] -- Index: patches-stable/111-minstrel_crash.patch === --- patches-stable/111-minstrel_crash.patch (revisione 0) +++ patches-stable/111

[OpenWrt-Devel] Variable containing the profile in Makefile

2008-08-01 Thread roberto . riggio
Hi, I need to tailor a package according to platform/subtarget and profile. For example for the x86 target there are currently 4 different profiles (generic, alix, wrap, soekris). Is it possible to know the profile being built inside the Makefile of a package? I already know that $(ARCH)

[OpenWrt-Devel] Linking problem while building package

2008-08-05 Thread Roberto Riggio
Hi, I'm trying to build mgen (http://cs.itd.nrl.navy.mil/work/mgen/) for kamikaze. Hoever after launching the build I get the following errors: make[5]: Leaving directory `/home/wing/wing-bot-r12098/kamikaze-wrap/build_dir/i386/mgen-4.2b6/protolib/unix' i386-linux-uclibc-gcc -g -g

[OpenWrt-Devel] R: Re: Linking problem while building package

2008-08-05 Thread Roberto Riggio
- Karthik Venkateswaran [EMAIL PROTECTED] ha scritto: A simple solution is to use $(CXX) instead of $(CC) in MGEN source Makefile. Sorry for the very simple question, but how do I tell kamikaze to use g++ in the package Makefile. The mgen makefile already spacifies g++ but it is ignored

[OpenWrt-Devel] R: Re: [PATCH] Firwal init order

2008-08-27 Thread Roberto Riggio
. Should I use directly iptables? - [EMAIL PROTECTED] ha scritto: oops :) Quoting Roberto Riggio [EMAIL PROTECTED]: I think that custom chains and fw_include should be reversed. Am I right? Signed-off-by: Roberto Riggio [EMAIL PROTECTED] -- Index: package/firewall/files

[OpenWrt-Devel] R: Re: R: Re: [PATCH] Firwal init order

2008-08-27 Thread Roberto Riggio
cool :) - [EMAIL PROTECTED] ha scritto: it is on the feature list to allow packages to define custom config sections in /etc/config/firewall Quoting Roberto Riggio [EMAIL PROTECTED]: BTW. I have one question. Which is the suggested way for a package to add rules

[OpenWrt-Devel] About changeset 12421

2008-08-28 Thread roberto . riggio
I think that change set 12421 broke wpa support in sta mode. In fact, as far as i could understand from the scripts the following line: config_get key $vif key is needed in that is sets the key variable used by the wpa_supplicat.sh script. Am i wrong? At the moment i obtain a

[OpenWrt-Devel] About the new uci firewall

2008-08-30 Thread Roberto Riggio
. -- Roberto Riggio, PhD CREATE-NET Via alla Cascata 56/C 38100 Trento (Italy) E-mail: [EMAIL PROTECTED] HomePage: http://disi.unitn.it/~riggio/ Tel: +39.0461.314.960 Fax: +39.0461.314.972

[OpenWrt-Devel] Missing rule in uci firewall

2008-08-31 Thread roberto . riggio
Hi, I think that a rule is missing in the default firewall configuration. The default INPUT chain is the following: Chain INPUT (policy DROP) target prot opt source destination DROP all -- anywhere anywherestate INVALID ACCEPT all

[OpenWrt-Devel] [PATCH] Madwifi: device destroyed if auth fails

2008-09-19 Thread Roberto Riggio
I'm not really sure if it makes sense to bring the device down if the auth fails. But why destroying a device that was explicitly requested in the configuration file? Signed-off-by: Roberto Riggio roberto dot riggio at create-net dot org --- Index: package/madwifi/files/lib/wifi/madwifi.sh

[OpenWrt-Devel] [PATCH] fastjar

2008-10-08 Thread Roberto Riggio
with this part of openwrt confirm the problem? Signed-off-by: Roberto Riggio [EMAIL PROTECTED] -- Index: toolchain/gcc/patches/4.1.2/305-missing_makeinfo.patch === --- toolchain/gcc/patches/4.1.2/305-missing_makeinfo.patch (revisione 0

  1   2   >