Re: [OpenWrt-Devel] Backfire 10.03-rc2 - luci issues

2010-03-31 Thread Jo-Philipp Wich
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi. > Happens to me on Linksys WRT350Nv2 (Orion CPU): Sorry to hear, it should be fixed by https://dev.openwrt.org/changeset/20617 ~ JoW -BEGIN PGP SIGNATURE- Version: GnuPG v1.4.9 (GNU/Linux) Comment: Using GnuPG with Mozilla - http://enigm

Re: [OpenWrt-Devel] Backfire 10.03-rc2 - luci issues

2010-03-31 Thread Matthias Buecher / Germany
Happens to me on Linksys WRT350Nv2 (Orion CPU): Adminstration -> System -> System: XML Parsing Error: unclosed token Location: http://10.0.0.254/cgi-bin/luci/;stok=160e97786ece60ac94533c0785be4583/admin/system/system/ Line Number 264, Column 3: System -> LEDs: XML Parsing Error: uncl

[OpenWrt-Devel] Backfire 10.03-rc2

2010-03-31 Thread Nico
*** Release Candidate 2 *** The OpenWrt Team would like to announce a second release candidate (RC2) of the next major release, codenamed Backfire. Testing of this build will help refine the code in preparation of RC3 and the final release. Binaries can be downloaded at http://downloads.openwrt.o

[OpenWrt-Devel] Updated The Fine Offset Weather Station Reader

2010-03-31 Thread Arne-Jørgen Auberg
I have created a new download correcting the pywws log format. Signed-off-by: Arne-J. Auberg arne.jorgen.aub...@gmail.com Index: feeds/packages/utils/fowsr/Makefile === --- feeds/packages/utils/fowsr/Makefile(revisjon 20639

Re: [OpenWrt-Devel] [PATCH] Add base support for multiple configs over one network interface

2010-03-31 Thread Janusz Krzysztofik
Wednesday 17 March 2010 15:13:21 Janusz Krzysztofik wrote: > This patch modifies /etc/hotplug.d/net/10-net:addif() function in a way > that allows for automatic startup of all network interface configs that > match the just hot/cold-plugged interface name, not only the first one > found. For that,

Re: [OpenWrt-Devel] [PATCH] mac80211: Enable rt2x00 debug if CONFIG_PACKAGE_RT2X00_DEBUG is selected

2010-03-31 Thread Gabor Juhos
Helmut Schaa írta: > When CONFIG_PACKAGE_RT2X00_DEBUG is selected we should compile rt2x00 with > the CONFIG_RT2X00_DEBUG flag set to enable debug output. > > Signed-off-by: Helmut Schaa Applied: https://dev.openwrt.org/changeset/20629 Thanks, Gabor ___

Re: [OpenWrt-Devel] ramips & rt2800soc

2010-03-31 Thread Gabor Juhos
Luis Correia írta: >> Our dependency handling ugly as well. :) > > hear hear! I meant the dependency handling within the mac80211 package at OpenWrt. ;) > The MCU errors must be fixed (actually they are a show stopper for > rt2800pci), since apparently this platform does not have the MCU. Ok.

Re: [OpenWrt-Devel] ramips & rt2800soc

2010-03-31 Thread Luis Correia
Hi Gabor, On Wed, Mar 31, 2010 at 10:03, Gabor Juhos wrote: > Hi Helmut, > >> Thanks Gabor. > > You are welcome. > >> I can build rt2800pci with soc support now without ugly hacks. > > Our dependency handling ugly as well. :) hear hear! > >> Now, back to the driver itself ;) > > Good luck. > >

[OpenWrt-Devel] [PATCH] mac80211: Enable rt2x00 debug if CONFIG_PACKAGE_RT2X00_DEBUG is selected

2010-03-31 Thread Helmut Schaa
When CONFIG_PACKAGE_RT2X00_DEBUG is selected we should compile rt2x00 with the CONFIG_RT2X00_DEBUG flag set to enable debug output. Signed-off-by: Helmut Schaa --- package/mac80211/Makefile |1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/package/mac80211/Makefile b/packa

Re: [OpenWrt-Devel] ramips & rt2800soc

2010-03-31 Thread Gabor Juhos
Hi Helmut, > Thanks Gabor. You are welcome. > I can build rt2800pci with soc support now without ugly hacks. Our dependency handling ugly as well. :) > Now, back to the driver itself ;) Good luck. BTW, I have tried it on a RT2880 based board: http://openwrt.pastebin.com/48fLJ47K Regards,

Re: [OpenWrt-Devel] [PATCH] fix typo in mac80211 config

2010-03-31 Thread Gabor Juhos
Luis Correia írta: > Fix a simple typo > > Signed-off-by: Luis Correia > --- Applied: https://dev.openwrt.org/changeset/20626 Thanks, Gabor ___ openwrt-devel mailing list openwrt-devel@lists.openwrt.org https://lists.openwrt.org/mailman/listinfo/ope

[OpenWrt-Devel] ramips & rt2800soc

2010-03-31 Thread Helmut Schaa
Thanks Gabor. I can build rt2800pci with soc support now without ugly hacks. Now, back to the driver itself ;) Helmut ___ openwrt-devel mailing list openwrt-devel@lists.openwrt.org https://lists.openwrt.org/mailman/listinfo/openwrt-devel

[OpenWrt-Devel] [PATCH] fix typo in mac80211 config

2010-03-31 Thread Luis Correia
Fix a simple typo Signed-off-by: Luis Correia --- Index: package/mac80211/Config.in.rt2x00 === --- package/mac80211/Config.in.rt2x00 (revision 20623) +++ package/mac80211/Config.in.rt2x00 (working copy) @@ -9,7 +9,7 @@