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
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
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
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:
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
> 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
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
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
+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