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

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

[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

[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

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

[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

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

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

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

[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

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

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

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

[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

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

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

[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

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

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

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

[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

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

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

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

[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

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

[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

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

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] [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 roberto.rig...@create-net.org -- Index: package/madwifi/patches/475_radiotap_rts_retries.patch === --- package/madwifi/patches/475_radiotap_rts_retries.patch

[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 Riggioroberto.rig...@create-net.org -- Index: utils/wattsup/src/wattsup.c === ---

[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 roberto.rig...@gmail.com -- Index: multimedia/mjpg-streamer/Makefile === --- multimedia/mjpg-streamer/Makefile(revision 24227) +++ multimedia/mjpg-streamer/Makefile(working copy) @@ -8,7 +8,7

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

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

2010-10-21 Thread Roberto Riggio
+PKG_BUILD_DEPENDS:=wing/host + include $(INCLUDE_DIR)/package.mk +include $(INCLUDE_DIR)/host-build.mk define Package/wing TITLE:=Wireless mesh networking toolkit SECTION:=net CATEGORY:=Network MAINTAINER:=Roberto Riggio roberto.rig...@create-net.org -DEPENDS:=+kmod-tun

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

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

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

2010-10-11 Thread Roberto Riggio
Ping... Il 05/10/2010 09:30, Roberto Riggio ha scritto: As suggested by Florian, I'm submitting a patch that removes the honour-copts CFLAG when using an external toolchain. With the flag I'm getting this error when trying to compile a package (the click router): cc1plus: error

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

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

Re: [OpenWrt-Devel] Disable honour-copts flag

2010-10-05 Thread Roberto Riggio
On 10/04/2010 11:39 PM, Florian Fainelli wrote: Hi Roberto, Hi I suppose you are using an external toolchain right? This is something that confuses me. I see from the package-default file that the flag honour-copts is specified only when external toolchain is used. However, I'm using the

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

2010-10-05 Thread Roberto Riggio
As suggested by Florian, I'm submitting a patch that removes the honour-copts CFLAG when using an external toolchain. With the flag I'm getting this error when trying to compile a package (the click router): cc1plus: error: unrecognized command line option -fhonour-copts Signed-off-by:

[OpenWrt-Devel] [PATCH] Define recent gcc for x86 target

2010-10-04 Thread Roberto Riggio
Current Config.version does not define a gcc version for the x86 target. As a result version 4.1.2 is used. Signed-off-by: Roberto Riggioroberto.rig...@create-net.org -- Index: toolchain/gcc/Config.version === ---

[OpenWrt-Devel] [OT] Question about madwifi

2010-10-03 Thread Roberto Riggio
Hi, this question is partially OT. However I'm asking also here since some openwrt devs are supporting the madwifi driver. I'm looking for an example on how to use transmission feedback on a device operating in monitor mode with madwifi. I've already managed to write an userlevel software

Re: [OpenWrt-Devel] clock_gettime not found when compiling a package

2010-10-01 Thread Roberto Riggio
On 09/28/2010 10:57 PM, Michael Büsch wrote: I think you should use the default configure and build rules and just modify the buildflags CONFIGURE_VARS, CONFIGURE_ARGS, MAKE_... BTW openwrt by default call the build/compile procedure. How can I make openwrt call the build/install procedure?

[OpenWrt-Devel] Disable honour-copts flag

2010-10-01 Thread Roberto Riggio
A package that I'm trying to compile produces the following error: cc1plus: error: unrecognized command line option -fhonour-copts I've removed the option from rules.mk and everything seems to work fine is there a way to disable the flag from the makefile and still keep using most of the

Re: [OpenWrt-Devel] clock_gettime not found when compiling a package

2010-09-29 Thread Roberto Riggio
On 09/28/2010 10:57 PM, Michael Büsch wrote: You can add a patch. Yes, I know, but I would like to understand if I can use a cleaner way. I think you should use the default configure and build rules and just modify the buildflags CONFIGURE_VARS, CONFIGURE_ARGS, MAKE_... Ok I've reduce the

[OpenWrt-Devel] clock_gettime not found when compiling a package

2010-09-27 Thread Roberto Riggio
Hi, when compiling a package for openwrt i get the following error: ../lib/libclicktool_build.a(glue.bo): In function `click_random_srandom()': glue.cc:(.text+0xa40): undefined reference to `clock_gettime' Any idea about where the problem could be?

Re: [OpenWrt-Devel] How do I configure mesh networking (802.11s) in LUCI?

2010-09-17 Thread Roberto Riggio
I think that there is a plugin for luci for managing olsr-based wireless mesh networks. On 09/17/2010 06:06 AM, Robert Chan wrote: Hi all, Based on the great help from this group, I have finally managed to install OpenWRT on my router with mesh support (selected in kernel_menuconfig).

Re: [OpenWrt-Devel] [PATCH] New wireless mesh network routing protocol

2010-08-12 Thread Roberto Riggio
On 08/12/2010 01:54 PM, Xianghua Xiao wrote: which mode will this routing protocol running on top of, is it mesh mode, adhoc/ibss, or monitoring mode? does it work with 11n/HT(as the website mentions MIMO)? The routing protocols runs on top of interface operating in monitor mode and

Re: [OpenWrt-Devel] [PATCH] New wireless mesh network routing protocol

2010-08-12 Thread Roberto Riggio
On 08/12/2010 02:19 PM, Benjamin Henrion wrote: Does it uses adhoc on top of monitor? Or it uses a custom mode? It is a custom mode built on top of the monitor mode. Basically the router creates raw ieee80211 frames and inject them using radiotap headers.

Re: [OpenWrt-Devel] [PATCH] New wireless mesh network routing protocol

2010-08-12 Thread Roberto Riggio
On 08/12/2010 02:15 PM, Roberto Riggio wrote: On 08/12/2010 01:54 PM, Xianghua Xiao wrote: which mode will this routing protocol running on top of, is it mesh mode, adhoc/ibss, or monitoring mode? does it work with 11n/HT(as the website mentions MIMO)? I'm currently trying to integrate some

[OpenWrt-Devel] [PATCH] New wireless mesh network routing protocol

2010-08-11 Thread Roberto Riggio
probes, smoothing window 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 0) +++ net/wing/files/lib/network/wing.sh (revision

Re: [OpenWrt-Devel] [PATCH] New wireless mesh network routing protocol

2010-08-11 Thread Roberto Riggio
and for the integration with openwrt, so i can probably answer to your questions. R. On 08/11/2010 01:37 PM, L. Aaron Kaplan wrote: is there any docu on WING? On Aug 11, 2010, at 11:55 AM, Roberto Riggio wrote: Hi, this patch adds support for WING a new routing protocol for wireless mesh networks

  1   2   >