[OpenWrt-Devel] Buffer

2010-08-20 Thread Airton Ishimori
Hi all,

How can I access the buffer infromation in the openwrt kernel?? Wich can I
use to access to query the buffer lenght??

--
Airton Ishimori
___
openwrt-devel mailing list
openwrt-devel@lists.openwrt.org
https://lists.openwrt.org/mailman/listinfo/openwrt-devel


[OpenWrt-Devel] OpenWRT packages for IBR-DTN / How to submit new makefiles for packages

2010-08-20 Thread Johannes Morgenroth

 Hi there

I am working on IBR-DTN [1], a delay tolerant networking [2] daemon. It 
is designed to run on OpenWRT and it would be very nice to see it in the 
public feed. The software consists of a daemon and some tools (ping, 
traceroute, etc.). Both packages require two libraries contributed 
separately. If have written Makefiles for these four packages and now I 
like to know where to send these files to put them into the official 
feed. Could anyone give me a clue?


Thanks in advance!

Best regards
Johannes Morgenroth


[1] http://www.ibr.cs.tu-bs.de/projects/ibr-dtn/
[2] http://www.dtnrg.org

--
Johannes Morgenroth Institut fuer Betriebssysteme und Rechnerverbund
Tel.: +49-531-391-3249   Muehlenpfordtstrasse 23
Fax.: +49-531-391-5936  TU Braunschweig D-38106 Braunschweig

___
openwrt-devel mailing list
openwrt-devel@lists.openwrt.org
https://lists.openwrt.org/mailman/listinfo/openwrt-devel


Re: [OpenWrt-Devel] OpenWRT packages for IBR-DTN / How to submit new makefiles for packages

2010-08-20 Thread Outback Dingo
Hi Johannes,

You can send them to me, once i test and validate the functionality we can
get them committed to packages feeds

Thanks



On Fri, Aug 20, 2010 at 10:07 AM, Johannes Morgenroth 
morge...@ibr.cs.tu-bs.de wrote:

  Hi there

 I am working on IBR-DTN [1], a delay tolerant networking [2] daemon. It is
 designed to run on OpenWRT and it would be very nice to see it in the public
 feed. The software consists of a daemon and some tools (ping, traceroute,
 etc.). Both packages require two libraries contributed separately. If have
 written Makefiles for these four packages and now I like to know where to
 send these files to put them into the official feed. Could anyone give me a
 clue?

 Thanks in advance!

 Best regards
 Johannes Morgenroth


 [1] http://www.ibr.cs.tu-bs.de/projects/ibr-dtn/
 [2] http://www.dtnrg.org

 --
 Johannes Morgenroth Institut fuer Betriebssysteme und Rechnerverbund
 Tel.: +49-531-391-3249   Muehlenpfordtstrasse 23
 Fax.: +49-531-391-5936  TU Braunschweig D-38106 Braunschweig

 ___
 openwrt-devel mailing list
 openwrt-devel@lists.openwrt.org
 https://lists.openwrt.org/mailman/listinfo/openwrt-devel

___
openwrt-devel mailing list
openwrt-devel@lists.openwrt.org
https://lists.openwrt.org/mailman/listinfo/openwrt-devel


Re: [OpenWrt-Devel] Buffer

2010-08-20 Thread Ithamar R. Adema
On Fri, 2010-08-20 at 09:03 -0300, Airton Ishimori wrote:
 How can I access the buffer infromation in the openwrt kernel?? Wich
 can I use to access to query the buffer lenght??

It might help to be more specific, for example tell us what buffer you
need to query

HTH,

Ithamar.


___
openwrt-devel mailing list
openwrt-devel@lists.openwrt.org
https://lists.openwrt.org/mailman/listinfo/openwrt-devel


[OpenWrt-Devel] Newbie question: How to develop a package in backfire

2010-08-20 Thread Adrian Caceres
I want to write my own package under backfire.  Is there a way to 
specify in my package Makefile that I only have src at this time

and not a tar file to download over the web?

Any pointers/tips would be appreciated.

thanks


___
openwrt-devel mailing list
openwrt-devel@lists.openwrt.org
https://lists.openwrt.org/mailman/listinfo/openwrt-devel


Re: [OpenWrt-Devel] Buffer

2010-08-20 Thread Airton Ishimori
The buffer to receive packet from network.
I want would know, how can I do it.
How can I query the buffer lenght?

--
Airton Ishimori



On Fri, Aug 20, 2010 at 11:38, Ithamar R. Adema 
ithamar.ad...@team-embedded.nl wrote:

 On Fri, 2010-08-20 at 09:03 -0300, Airton Ishimori wrote:
  How can I access the buffer infromation in the openwrt kernel?? Wich
  can I use to access to query the buffer lenght??

 It might help to be more specific, for example tell us what buffer you
 need to query

 HTH,

 Ithamar.


 ___
 openwrt-devel mailing list
 openwrt-devel@lists.openwrt.org
 https://lists.openwrt.org/mailman/listinfo/openwrt-devel

___
openwrt-devel mailing list
openwrt-devel@lists.openwrt.org
https://lists.openwrt.org/mailman/listinfo/openwrt-devel


[OpenWrt-Devel] Fwd: [PATCH 001/001] USB: ftdi_sio: fix endianess of max packet size

2010-08-20 Thread Michael Wileczka
From: Michael Wileczka mikewilec...@yahoo.com 
http://us.mc656.mail.yahoo.com/mc/compose?to=mikewilec...@yahoo.com

The USB max packet size (always little-endian) was not being byte swapped on 
big-endian systems.
Created with 2.6.32.16
Applicable since [USB: ftdi_sio: fix hi-speed device packet size calculation] 
approx 2.6.31

This has already been submitted and approved for the kernel 
(http://www.spinics.net/lists/linux-usb/msg35123.html 
https://owa.ainfosec.com/owa/redir.aspx?C=06361fdacbe14ac5b5485d4050802c78URL=http%3a%2f%2fwww.spinics.net%2flists%2flinux-usb%2fmsg35123.html),
 but I don't think they will patch old versions, so I submitting it here too in 
response to ticket #7365.

Signed-off-by: Michael Wileczka mikewilec...@yahoo.com 
http://us.mc656.mail.yahoo.com/mc/compose?to=mikewilec...@yahoo.com
---
--- a/drivers/usb/serial/ftdi_sio.c
+++ b/drivers/usb/serial/ftdi_sio.c
@@ -1397,7 +1397,7 @@ static void ftdi_set_max_packet_size(str
}
 
/* set max packet size based on descriptor */
-   priv-max_packet_size = ep_desc-wMaxPacketSize;
+   priv-max_packet_size = le16_to_cpu(ep_desc-wMaxPacketSize);
 
dev_info(udev-dev, Setting MaxPacketSize %d\n, 
priv-max_packet_size);
 }

___
openwrt-devel mailing list
openwrt-devel@lists.openwrt.org
https://lists.openwrt.org/mailman/listinfo/openwrt-devel


[OpenWrt-Devel] Bridge on Asus WL-500gP and tcpdump

2010-08-20 Thread Petr Štetiar
Hi,

I'm using wl-500 with Backfire to monitor all network traffic flowing to one
host, which is also Asus, but wl-520 with original firmware, which is dying
unexpectedly and I would like to find out why. To get more information than
just packets frm tcpdump I'm also collecting system information like load,
memory stats etc. from the wl-520 via that hidden admin command using wget +
Lua.

Everything works great, one exception is tcpdump which can sniff only
broadcast traffic.  I don't know much about networks, but I thought, that if
the interface is bridge even with static IP address I should be able to sniff
all the traffic flowing throught that bridge. 

My bridge configuration is simple vlan on WAN port and port 1, with static IP.
If i configure the bridge with protocol 'none' I can sniff all the traffic,
but I can't reach the wl-520 on that vlan since the bridge is without IP. So
this it dead end.

My question is, is it even technically possible to do what I would like to
achieve? Thank you :-)

PS: As I see it now, I should use 2 wl-500 one to collect system information
and second for tcpdump.

-- ynezz
___
openwrt-devel mailing list
openwrt-devel@lists.openwrt.org
https://lists.openwrt.org/mailman/listinfo/openwrt-devel


[OpenWrt-Devel] Announce: OSS QM project

2010-08-20 Thread Enrico Weigelt
Hi folks,


I'd just like to you to know about the OSS-QM project. It's main
goal is to provide fixed versions of various upstream releases
(especially for fully-automated- and cross-compiling) and make
them available on canonical locations, so automated build systems
can directly patch from there w/o need for additional patching.

https://sourceforge.net/p/oss-qm/

A basic concept is that everything's maintained in git repos
(instead of text-based patches). Each vendor (aka distro, etc)
has it's own namespace (eg. myself is METUX.*), so they dont
conflict each other, but still can easily share changesets
(even fully automatic notifications on other's changes, etc).

Feel free to comment on this.


cu
-- 
--
 Enrico Weigelt, metux IT service -- http://www.metux.de/

 phone:  +49 36207 519931  email: weig...@metux.de
 mobile: +49 151 27565287  icq:   210169427 skype: nekrad666
--
 Embedded-Linux / Portierung / Opensource-QM / Verteilte Systeme
--
___
openwrt-devel mailing list
openwrt-devel@lists.openwrt.org
https://lists.openwrt.org/mailman/listinfo/openwrt-devel