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
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
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
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
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
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;
> +}
> +
> +
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
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"
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
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
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
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
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
.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
>
--
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
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
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
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
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
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
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
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() {
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
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
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
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
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.
_
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
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
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
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
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
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
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
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
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
/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
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
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
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
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
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
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
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
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
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
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
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
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
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.
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
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?
--
----------
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.
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
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
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
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
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
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
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
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
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
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
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
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
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/
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
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
.
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
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
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
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
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
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
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
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
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
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
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
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
--
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
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
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
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/
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
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
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
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
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
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
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
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
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.
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
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
--
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
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
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
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
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 - 100 of 240 matches
Mail list logo