Re: [OpenWrt-Devel] [OpenWrt-Users] [PATCH] daemonlogger package Makefile (second attempt)

2012-05-19 Thread Robert Vineyard
On 5/19/2012 7:43 PM, Outback Dingo wrote: Just reinstalled my development environment, once i get the WRT sources pulled down ill get on this and test it, if its good ill commit it for you. sometime later this evening most likely. Excellent, most appreciated! Thanks, Robert Vineyard _

Re: [OpenWrt-Devel] [OpenWrt-Users] [PATCH] daemonlogger package Makefile (second attempt)

2012-05-19 Thread Outback Dingo
On Sat, May 19, 2012 at 7:02 PM, Robert Vineyard wrote: > Any movement on this? I've posted the first section of a guide for building > a software network tap based on OpenWRT and Daemonlogger at > http://vinsec.blogspot.com, and I've already had significant interest from > folks at Sourcefire, Ma

Re: [OpenWrt-Devel] [PATCH] daemonlogger package Makefile (second attempt)

2012-05-19 Thread Robert Vineyard
Any movement on this? I've posted the first section of a guide for building a software network tap based on OpenWRT and Daemonlogger at http://vinsec.blogspot.com, and I've already had significant interest from folks at Sourcefire, Mandiant, and elsewhere for the publication of this work to a m

[OpenWrt-Devel] [PATCH] swconfig: List available switches

2012-05-19 Thread Tobias Diedrich
List available switches. As part of the usage message or when the switch name was mistyped, show the user a summary of switch devices available in the system. Signed-off-by: Tobias Diedrich Index: package/swconfig/src/cli.c === --

Re: [OpenWrt-Devel] [PROPOSAL] growing OpenWrt devel team

2012-05-19 Thread Philip Prindeville
On 3/28/11 2:51 PM, Florian Fainelli wrote: > The answer I would give you now is: your contributions on ramips (and other) > are more than welcome, and wait a bit more until you have proven to be a > trustworthy contributor (I have no doubt you are) and you might get commit > access. > > Proba

[OpenWrt-Devel] Revisited: [PROPOSAL] growing OpenWrt devel team

2012-05-19 Thread Philip Prindeville
We talked about how this could be improved... we're more than a year down the road, and I'm not seeing much difference. Maybe we need to talk about this more? Or try harder? On 3/24/11 2:17 PM, Luka Perkov wrote: > Dear OpenWrt developers and other openwrt-devel readers, > > first I would lik

Re: [OpenWrt-Devel] [PATCH] base-files-network: Avoid "ifconfig down" if the macaddr is not going to change

2012-05-19 Thread Tobias Diedrich
Philip Prindeville wrote: > For what it's worth, getting the mac address with iproute is trivial. > > ip -o link show dev $iface | awk '{print $13;}' But I think you can't assume it's available. Also the oneliner above doesn't work: root@OpenWrt:/# ip -o link show dev wlan0 | awk '{print $13;}' D

Re: [OpenWrt-Devel] [PATCH] base-files-network: Avoid "ifconfig down" if the macaddr is not going to change

2012-05-19 Thread Philip Prindeville
For what it's worth, getting the mac address with iproute is trivial. ip -o link show dev $iface | awk '{print $13;}' On 5/19/12 4:18 AM, Tobias Diedrich wrote: > Avoid "ifconfig down" if the macaddr is not going to change. > > For wireless interfaces, downing the interface after hostapd has >

Re: [OpenWrt-Devel] anyone have a working recipe for kexec-booting from USB storage?

2012-05-19 Thread Nikolai Zhubr
Hi, 19.05.2012 18:10, Brian J. Murrell: [...] To do this though, I need a kexec-ing image I can flash to my router to become my "boot loader". Anyone got one for an ar71xx? Yes. I sometimes use kexec to chain-boot debian from USB hard disk on wndr3800. I'm using backfire 10.03.1 slightly patch

[OpenWrt-Devel] Add support for SunPlus web camera

2012-05-19 Thread Tomás Crespo
Hi boys, Im trying to compile OpenWrt backfire (trunk or stable) with support for GSPCA camera with spca1528 chipset (sunplus), exactly /ID 04fc:1528 Sunplus Technology Co., Ltd SPCA1527A/SPCA1528 SD card camera (webcam mode)/. I have two options: 1. Compile the GSPCA driver V4L version on

[OpenWrt-Devel] anyone have a working recipe for kexec-booting from USB storage?

2012-05-19 Thread Brian J. Murrell
I really want to start testing some new/different firmwares but I don't really have an "experimental" router to do it on. Thus, I'd like to get my router (DIR-825) into a state where I can change what I boot and run with simply by swapping USB storage devices. That way I can have a "working produ

Re: [OpenWrt-Devel] [PATCH] base-files-network: Avoid "ifconfig down" if the macaddr is not going to change

2012-05-19 Thread Felix Fietkau
On 2012-05-19 12:18 PM, Tobias Diedrich wrote: > Avoid "ifconfig down" if the macaddr is not going to change. > > For wireless interfaces, downing the interface after hostapd has > been started is unsupported and not guaranteed to work at all, but > that is exactly was OpenWRT does right now (mayb

[OpenWrt-Devel] [PATCH] base-files-network: Avoid "ifconfig down" if the macaddr is not going to change

2012-05-19 Thread Tobias Diedrich
Avoid "ifconfig down" if the macaddr is not going to change. For wireless interfaces, downing the interface after hostapd has been started is unsupported and not guaranteed to work at all, but that is exactly was OpenWRT does right now (maybe not for netifd). And in this case it was alrady set by

Re: [OpenWrt-Devel] [PATCH] rt2800: Initialize max_txpower to MAX_G_TXPOWER and MAX_A_TXPOWER respectively

2012-05-19 Thread Helmut Schaa
On Fri, May 18, 2012 at 6:21 PM, Tobias Diedrich wrote: >> So, maybe we should do it the safe way and just register a safe default >> of 20dBm for all channels? > > AFAIU that would cap you to 20dBm even if you are in a country that > has higher limits (e.g. 27dBm in the US?). Not necessarily bec