Re: [OpenWrt-Devel] Looking for OpenWRT hackers

2011-01-31 Thread Tim Yardley
For anyone interested... join irc.freenode.net #oswc On Mon, Jan 31, 2011 at 11:03 PM, Tim Yardley wrote: > All, > > If anyone is interested in helping out here, reply and we'll get you > set up.  If you have any questions, feel free to ask. > > Tim > > On Mon, Jan 31, 2011 at 10:56 PM, Dan Mere

Re: [OpenWrt-Devel] Looking for OpenWRT hackers

2011-01-31 Thread Tanguy Pruvot
Hi, I think i'm able to help... > All, > If anyone is interested in helping out here, reply and we'll get you > set up. If you have any questions, feel free to ask. > Tim > On Mon, Jan 31, 2011 at 10:56 PM, Dan Meredith > wrote: >> Heya Tim, >> >> We are organizing a response project to E

Re: [OpenWrt-Devel] Looking for OpenWRT hackers

2011-01-31 Thread Tim Yardley
All, If anyone is interested in helping out here, reply and we'll get you set up. If you have any questions, feel free to ask. Tim On Mon, Jan 31, 2011 at 10:56 PM, Dan Meredith wrote: > Heya Tim, > > We are organizing a response project to Egypt's network black out.  We > hope to first create

[OpenWrt-Devel] [PATCH] Add menuconfig support for another mISDN card driver 'kmod-hfcpci'

2011-01-31 Thread Arnold Schulz
Hi there, would be nice if this could be added to OpenWrt... Cheers, Arnold Changed: - Support added for mISDN card driver for Cologne AG's HFC pci cards (single port) - Title texts and help texts for some other isdn drivers adjusted for clarification Signed-off by: Arnold Schulz Index:

[OpenWrt-Devel] [PATCH v2 1/1] Redux: libnl version bump

2011-01-31 Thread Philip Prindeville
Bump from libnl-1 to libnl-2.0. Make sure libnl-nf, libnl-genl, and libnl-route get installed too. Index: package/libnl/patches/140-fix-linking-libnl-genl.patch === --- package/libnl/patches/140-fix-linking-libnl-genl.patch (re

Re: [OpenWrt-Devel] The future of block-extroot and preinit

2011-01-31 Thread Stefan Monnier
> 1) More space for packages is needed than available flash storage (we > may also want more data storage, but generally that doesn't depend on > having a larger rootfs, as it can easily go somewhere other than root) I can think of 2 separate cases: a) the extra flash space is "owned": it's expec

Re: [OpenWrt-Devel] eglibc still supported?

2011-01-31 Thread Philip Prindeville
On 1/30/11 11:14 PM, Sebastien Decugis wrote: Hello, I am trying to use a different C library than uClibc for my openwrt image (brcm47xx target) but I have the following problems: - selecting glibc will not compile. - selecting eglibc compiles fine, but bricks my router every time I use the gene

Re: [OpenWrt-Devel] [PATCH v2 1/1] Redux: Allow user to apply settings to solos h/w before bringing up network

2011-01-31 Thread Philip Prindeville
On 1/31/11 12:31 AM, Bastian Bittorf wrote: +dialog() { + local tag="$(echo "$1" | cut -d= -f1)" + local value="$(echo "$1" | cut -d= -f2-)" i think the trailing '-' is an mistake... No, it means "from 2 to the end". In other words, I never want the string into more than 2 substr

Re: [OpenWrt-Devel] [PATCH v2 1/1] Redux: Allow user to apply settings to solos h/w before bringing up network

2011-01-31 Thread Bastian Bittorf
+dialog() { + local tag="$(echo "$1" | cut -d= -f1)" + local value="$(echo "$1" | cut -d= -f2-)" i think the trailing '-' is an mistake... + response="$(soloscli -s "$port" "$tag" "$value")" + [ $? -ne 0 ] && { + logger "soloscli($port): $tag '$value' returns