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

2011-11-25 Thread Roberto Riggio
On 11/25/2011 09:14 PM, Nico wrote: Try installing the distribute package, we can add that as a BUILD_DEPENDS. In the makefile I have: PKG_BUILD_DEPENDS:=python distribute and DEPENDS:=+python +distribute +rrdtool But I still get Traceback (most recent call last): File "./setup.py", line

[OpenWrt-Devel] ar71xx support in mainline kernel?

2011-11-25 Thread Dave Taht
I am curious as to if anyone was working on getting the ar71xx arch and drivers upstream? It appears that the ath79 arch was intended to be the same thing, but has nearly no users in the upstream kernel aside from two boards, and was last worked on back in april... the ar71xx patches in openwrt s

Re: [OpenWrt-Devel] [PATCH] ramips: enhance routine for getting MAC address from flash

2011-11-25 Thread Luka Perkov
On Sat, Nov 26, 2011 at 01:20:01AM +0200, Roman Yeryomin wrote: > On 25 November 2011 23:44, Luka Perkov wrote: > > On Fri, Nov 25, 2011 at 07:16:37PM +0200, Roman Yeryomin wrote: > >> On 25 November 2011 13:20, Daniel Golle wrote: > >> > Index: target/linux/ramips/base-files/lib/preinit/06_set_i

Re: [OpenWrt-Devel] [PATCH] ramips: enhance routine for getting MAC address from flash

2011-11-25 Thread Roman Yeryomin
On 25 November 2011 23:44, Luka Perkov wrote: > On Fri, Nov 25, 2011 at 07:16:37PM +0200, Roman Yeryomin wrote: >> On 25 November 2011 13:20, Daniel Golle wrote: >> > Index: target/linux/ramips/base-files/lib/preinit/06_set_iface_mac >> > ==

Re: [OpenWrt-Devel] [PATCH] ramips: enhance routine for getting MAC address from flash

2011-11-25 Thread Luka Perkov
On Fri, Nov 25, 2011 at 07:16:37PM +0200, Roman Yeryomin wrote: > On 25 November 2011 13:20, Daniel Golle wrote: > > Index: target/linux/ramips/base-files/lib/preinit/06_set_iface_mac > > === > > --- target/linux/ramips/base-files/lib

Re: [OpenWrt-Devel] [PATCH] wndr3800 machine name patch

2011-11-25 Thread Daniel Golle
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 11/25/2011 08:05 PM, Petri Rosenström wrote: > I do think that it is useful information for users to know what device > they are running. 100% agree. Same issue here, especially relevant when there are many wireless devices in a network, imagine som

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

2011-11-25 Thread Nico
Hi Roberto, On Fri, Nov 25, 2011 at 2:09 PM, Roberto Riggio wrote: > 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 >>> rrdto

Re: [OpenWrt-Devel] [PATCH] wndr3800 machine name patch

2011-11-25 Thread Petri Rosenström
On Fri, Nov 25, 2011 at 8:14 PM, Mark Mentovai wrote: > Petri Rosenström wrote: >> I think it is useful because it adds the specific board information >> about WNDR3800 (e.g. the name WNDR3800 on status page or /proc/cpuinfo >> show correct board name). I think that this information is important >

Re: [OpenWrt-Devel] [PATCH] wndr3800 machine name patch

2011-11-25 Thread Hanno Schupp
Hi Mark, that is interesting. I am battling with some device recognistion issues myself. What is that ' art/caldata area' you mention? Can you access the data from the command line after Boot? I guess I am asking how can you access the data in 'userland', i.e. in shell scripts? Cheers Hanno -

Re: [OpenWrt-Devel] [PATCH] wndr3800 machine name patch

2011-11-25 Thread Mark Mentovai
Petri Rosenström wrote: > I think it is useful because it adds the specific board information > about WNDR3800 (e.g. the name WNDR3800 on status page or /proc/cpuinfo > show correct board name). I think that this information is important > and it should be available. Since you can flash a WNDR3700

Re: [OpenWrt-Devel] [PATCH] wndr3800 machine name patch

2011-11-25 Thread Petri Rosenström
On Fri, Nov 25, 2011 at 6:45 PM, Mark Mentovai wrote: > Gabor Juhos wrote: >> 2011.11.16. 21:20 keltezéssel, Petri Rosenström írta: >>> This fixes the machine name in /proc/cpuinfo and luci status page machine >>> name. >>> >>> Signed-off-by: Petri Rosenström >> >> Applied, thanks! > > I don't t

Re: [OpenWrt-Devel] [PATCH] ramips: enhance routine for getting MAC address from flash

2011-11-25 Thread Roman Yeryomin
On 25 November 2011 13:20, Daniel Golle wrote: > Allow reading the Ethernet MAC address from different places in the firmware. > > Use parameters for partition name, offset and OR-mask, so support for more > boards can be added easily. > > Signed-off-by: Daniel Golle > > Index: target/linux/ramip

Re: [OpenWrt-Devel] [PATCH] wndr3800 machine name patch

2011-11-25 Thread Mark Mentovai
Gabor Juhos wrote: > 2011.11.16. 21:20 keltezéssel, Petri Rosenström írta: >> This fixes the machine name in /proc/cpuinfo and luci status page machine >> name. >> >> Signed-off-by: Petri Rosenström > > Applied, thanks! I don't think this patch is a great idea. There are no differences between t

[OpenWrt-Devel] [PATCH] nginx update to 1.0.10

2011-11-25 Thread Daniel Petre
important fixes in changelog of 1.0.10 nginx from the current 1.0.8 in trunk: http://nginx.org/en/CHANGES-1.0 Signed-off-by: Daniel Petre --- Index: feeds/packages/net/nginx/Makefile === --- feeds/packages/net/nginx/Makefile (re

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

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

[OpenWrt-Devel] [PATCH] update hiawatha web server to 7.8.2

2011-11-25 Thread Daniel Petre
hello, patch to update hiawatha web server to 7.8.2 Signed-off-by: Daniel Petre --- Index: feeds/packages/net/hiawatha/Makefile === --- feeds/packages/net/hiawatha/Makefile(revision 29334) +++ feeds/packages/net/hiawatha/Ma

[OpenWrt-Devel] [PATCH] ramips: enhance routine for getting MAC address from flash

2011-11-25 Thread Daniel Golle
Allow reading the Ethernet MAC address from different places in the firmware. Use parameters for partition name, offset and OR-mask, so support for more boards can be added easily. Signed-off-by: Daniel Golle Index: target/linux/ramips/base-files/lib/preinit/06_set_iface_mac ===