Re: [OpenWrt-Devel] buildbot config

2010-12-09 Thread Travis Kemen
The buildbot config is generated by having the arch and CONFIG_ALL=y in .config then running "make defconfig" Travis On Thu, Dec 9, 2010 at 5:09 PM, Ryan Nowakowski wrote: > Is the buildbot config checked in anywhere? > > - Ryan > > ___ > openwrt-deve

[OpenWrt-Devel] [PATCH] update package triggerhappy to version 0.3.0-1

2010-12-09 Thread Stefan Tomanek
Signed-off-by: Stefan Tomanek --- utils/triggerhappy/Makefile |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/utils/triggerhappy/Makefile b/utils/triggerhappy/Makefile index a0bde02..23dc53b 100644 --- a/utils/triggerhappy/Makefile +++ b/utils/triggerhappy/Makefile @@

[OpenWrt-Devel] buildbot config

2010-12-09 Thread Ryan Nowakowski
Is the buildbot config checked in anywhere? - Ryan ___ openwrt-devel mailing list openwrt-devel@lists.openwrt.org https://lists.openwrt.org/mailman/listinfo/openwrt-devel

Re: [OpenWrt-Devel] OpenWRT packages tagged for releases?

2010-12-09 Thread Ryan Nowakowski
On Wed, Dec 08, 2010 at 02:57:41PM -0600, Ryan Nowakowski wrote: > I noticed that the svn trunk gets tagged for releases. For example, > the backfire release[1]. Do you guys tag the packages[2][3] for a > particular release too? Is there a backfire version of the packages? > > Thanks, > > Ryan

[OpenWrt-Devel] FOWSR : PWSweather-format output, see ChangeLog for other changes

2010-12-09 Thread Arne-Jørgen Auberg
- added PWS Weather format - added multiple output format option - patch for FreeBSD (thanks Alexander Leidinger!) Signed-off-by: Arne-Jørgen Auberg arne.jorgen.auberg at gmail.com Index: packages/utils/fowsr/Makefile PKG_NAME:=fowsr PKG_VERSION:=1.0 -PKG_RELEASE:=20100718 +PKG_RELEASE:=201010

Re: [OpenWrt-Devel] [PATCH] ar71xx UBNT Secondary MAC address duplicate fix

2010-12-09 Thread Gabor Juhos
2010.12.06. 9:19 keltezéssel, Kestutis Barkauskas írta: > There is Secondary MAC address duplicate problem with some UBNT > RouterStation and RouterStation Pro HW batches as Primary MAC addresses > are not increased by 2 per device in board data. Fix is to use 'Locally > Administrated bit' for Seco

[OpenWrt-Devel] [PATCH] [bcm63xx] spi driver remove bcm_rset usage

2010-12-09 Thread Miguel GAIO
Hi all, Since bcm636x platform embeds two spi master device, the attached patch removes static bcm_rset usage, replaced by "bs->regs" field for all I/O operation. Regards, Miguel >From d8afe919203a948a23368e8fdb50ec2d9db30e2b Mon Sep 17 00:00:00 2001 From: Miguel Gaio Date: Thu, 9 Dec 2010 15: