[OpenWrt-Devel] [PATCH] new package uanytun

2009-12-17 Thread equinox
This patch adds uanytun a tiny implementaion of SATP the secure anycast tunneling protocol. For additional infos please visit http://www.anytun.org. Signed-off-by: Christian Pointner --- Index: net/uanytun/files/uanytun-nocrypt.config ==

[OpenWrt-Devel] packages git repo trouble

2009-12-17 Thread Geoff Levand
Hi, It seems the packages git repo (git://nbd.name/packages.git) has some trouble. If I do a fresh clone all I get is a repo with two commits in its history: [ge...@white packages]$ git log --pretty=oneline ec888539de4a6e1021abd983341f3a3693c6fd6e [packages] freeswitch: fix typo in mod-open

[OpenWrt-Devel] compiling kernel module without recompiling the whole openwrt

2009-12-17 Thread tiebing zhang
Dear all, I need to compile the RTL8187L wifi driver from the source for my 2.6.31.5 x86 snapshot (the driver in kernel is not working for me). Since I downloaded the snapshot image from openwrt website, I do not have the kernel source, etc. Is there a .ipk package I can install to enable me to

Re: [OpenWrt-Devel] [PATCH] Multiple IPv6-Addresses per Interface

2009-12-17 Thread Alina Friedrichsen
> > Alias interfaces are a legacy from IPv4 and aren't really supported in > > IPv6. > > You miss the point here, I talk about alias sections which are mapped to > "ifconfig iface add ip6addr" during processing. I think the one IP per interface principle is a legacy thinking. Yes for the Webinte

Re: [OpenWrt-Devel] Out Of Memory: "swconfig invoked oom-killer"

2009-12-17 Thread Alina Friedrichsen
> > No, I use r18794. > Did you clean your kernel source tree after updating? Danke, fuer den Hinweis, jetzt bootet der neue WRT ohne Probleme. Nur irgendjemand hat ath9k wieder kaputt gemacht, im Fruehling lief grundlegender Ad-Hoc Support noch fein, jetzt nur noch maximal 60 KByte/s und automat

Re: [OpenWrt-Devel] libdirectfb fails to download

2009-12-17 Thread Michael Buesch
On Tuesday 15 December 2009 21:44:06 Russell Senior wrote: > > Google found me this: > > http://ftp.osuosl.org/pub/nslu2/sources/DirectFB-1.4.2.tar.gz Yeah I also found it. Thanks. So can somebody upload it to the openwrt mirror? Or should we just (temporarly) change the download URL in the p

Re: [OpenWrt-Devel] help!! snapshot repository

2009-12-17 Thread tiebing zhang
JoW, I see. Thanks so much. Best regards, Todd --- On Thu, 12/17/09, Jo-Philipp Wich wrote: > From: Jo-Philipp Wich > Subject: Re: [OpenWrt-Devel] help!! snapshot repository > To: "OpenWrt Development List" > Date: Thursday, December 17, 2009, 9:51 AM > -BEGIN PGP SIGNED MESSAGE- >

Re: [OpenWrt-Devel] Out Of Memory: "swconfig invoked oom-killer"

2009-12-17 Thread Felix Fietkau
On 2009-12-17 6:11 PM, Alina Friedrichsen wrote: > >> > Seen on WRT160NL every nth reboot, the other reboots the kernel freezes >> > completely without any error message on the serial console. >> Should have been fixed in r18789 >> . Did you use a current version or >> something before that partic

Re: [OpenWrt-Devel] [PATCH] Multiple IPv6-Addresses per Interface

2009-12-17 Thread Jo-Philipp Wich
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 > Alias interfaces are a legacy from IPv4 and aren't really supported in > IPv6. You miss the point here, I talk about alias sections which are mapped to "ifconfig iface add ip6addr" during processing. > IP address settings in the routing section? (?

Re: [OpenWrt-Devel] Out Of Memory: "swconfig invoked oom-killer"

2009-12-17 Thread Alina Friedrichsen
> > Seen on WRT160NL every nth reboot, the other reboots the kernel freezes > > completely without any error message on the serial console. > Should have been fixed in r18789 > . Did you use a current version or > something before that particular rev? No, I use r18794. Alina __

Re: [OpenWrt-Devel] [PATCH] Multiple IPv6-Addresses per Interface

2009-12-17 Thread Alina Friedrichsen
Hello JoW! > any reason why aliases [1] aren't sufficient? > Until now we tried to stick to the one ip per iface principle in order > to reduce complexity in the processing scripts. Alias interfaces are a legacy from IPv4 and aren't really supported in IPv6. > It should also be possible to defin

Re: [OpenWrt-Devel] Out Of Memory: "swconfig invoked oom-killer"

2009-12-17 Thread Felix Fietkau
On 2009-12-17 4:08 AM, Alina Friedrichsen wrote: > Seen on WRT160NL every nth reboot, the other reboots the kernel freezes > completely without any error message on the serial console. Should have been fixed in r18789. Did you use a current version or something before that particular rev? - Felix

[OpenWrt-Devel] kamikaze-8.09.1 mtd build error

2009-12-17 Thread Teh Kok How
Hi; make[3] -C package/mtd compile make[4]: Entering directory `/usr/src/kamikaze_8.09.1/build_dir/linux-ixp4xx_generic/mtd' armeb-linux-uclibcgnueabi-gcc -Os -pipe -march=armv5te -mtune=xscale -funit-at-a-time -mabi=aapcs-linux -fhonour-copts -msoft-float -Dtarget_ixp4xx=1 -Wall -c -o mt

Re: [OpenWrt-Devel] [PATCH] Multiple IPv6-Addresses per Interface

2009-12-17 Thread Jo-Philipp Wich
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Some further thoughts: It should also be possible to define new-style aliases (without label) by defining one or more route / route6 sections with gateway set to 0.0.0.0 / :: . Also when processing value lists, use the uci list type and config_list_f

Re: [OpenWrt-Devel] [PATCH] Multiple IPv6-Addresses per Interface

2009-12-17 Thread Jo-Philipp Wich
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi, any reason why aliases [1] aren't sufficient? Until now we tried to stick to the one ip per iface principle in order to reduce complexity in the processing scripts. [1] https://wiki.openwrt.org/doc/uci/network#aliases Regards, JoW -BEGIN PG