Re: [OpenWrt-Devel] e3200 support question

2012-09-11 Thread Tobias Waldvogel
I have seen that DD-WRT supports the E3200, at least the switch and the integrated WiFi is working (tried it yesterday). The 5Ghz Wifi however does not work. May be this can be a starting point as DD-WRT provide the source as well. Unfortuantely they use a 2.6.24 kernel, but probably this is bette

Re: [OpenWrt-Devel] e3200 support question

2012-09-11 Thread Rafał Miłecki
Sry for late reply. 2012/9/4 Warren Turkal : > On Tue, Sep 4, 2012 at 1:15 AM, Rafał Miłecki wrote: >> >> 2012/9/4 Warren Turkal : >> > So, I looked on the openwrt supported devices list, and I noticed that >> > the >> > Linksys E3200 is on there. The page for the device claims support since >> >

Re: [OpenWrt-Devel] e3200 support question

2012-09-11 Thread Rafał Miłecki
2012/9/11 Tobias Waldvogel : > I have seen that DD-WRT supports the E3200, at least the switch and > the integrated WiFi is working (tried it yesterday). The 5Ghz Wifi > however does not work. May be this can be a starting point as DD-WRT > provide the source as well. Unfortuantely they use a 2.6.

Re: [OpenWrt-Devel] e3200 support question

2012-09-11 Thread Gert Doering
Hi, On Tue, Sep 11, 2012 at 09:30:14AM +0200, Tobias Waldvogel wrote: > I have seen that DD-WRT supports the E3200, at least the switch and > the integrated WiFi is working (tried it yesterday). The 5Ghz Wifi > however does not work. May be this can be a starting point as DD-WRT > provide the sou

Re: [OpenWrt-Devel] OpenVPN-Devel default packages break IPv6

2012-09-11 Thread Mirko Vogt
On 09/11/2012 04:35 AM, Gert Doering wrote: > busybox' ifconfig program does not understand the "normal Linux ifconfig" > syntax to configure an IPv6 address on the tun0 interface. > > Last time I tested IPv6 with openvpn on openwrt, the openvpn-devel > package unconditionally built with --enable-

Re: [OpenWrt-Devel] OpenVPN-Devel default packages break IPv6

2012-09-11 Thread Gert Doering
Hi, On Tue, Sep 11, 2012 at 04:12:14PM +0800, Mirko Vogt wrote: [..] > > and while I see > > some space benefit in not depending on the "ip" package, I wonder whether > > this could be changed to "have *ENABLE_IPROUTE2 default to 'on'", so the > > pre-built packages *work*, and if someone is reall

Re: [OpenWrt-Devel] e3200 support question

2012-09-11 Thread Tobias Waldvogel
My preference is OpenWRT, which I always build from source. For DD-WRT I just did a quick test with a prebuild image. BTW: It seems that the WNDR3400v2 is using similar chipsets and Netgear provides GPL code at http://kb.netgear.com/app/answers/detail/a_id/2649 May be we can got some ideas from th

Re: [OpenWrt-Devel] e3200 support question

2012-09-11 Thread Jo-Philipp Wich
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 > Although with that we would be stuck at a certain kernel version. Which is an absolute no-go for OpenWrt. ~ Jow -BEGIN PGP SIGNATURE- Version: GnuPG v1.4.12 (GNU/Linux) Comment: Using GnuPG with Mozilla - http://www.enigmail.net/ iEYEARECA

Re: [OpenWrt-Devel] e3200 support question

2012-09-11 Thread Rafał Miłecki
2012/9/11 Tobias Waldvogel : > My preference is OpenWRT, which I always build from source. For DD-WRT > I just did a quick test with a prebuild image. > > BTW: It seems that the WNDR3400v2 is using similar chipsets and > Netgear provides GPL code at > http://kb.netgear.com/app/answers/detail/a_id/2

Re: [OpenWrt-Devel] OpenVPN-Devel default packages break IPv6

2012-09-11 Thread Joachim Schlipper
Hi, this little patch does the trick. Busybox ifconfig just just doesn't want the 'inet6' parameter, the rest is the same. Joachim diff -Naur old/src/openvpn/tun.c new/src/openvpn/tun.c --- old/src/openvpn/tun.c 2012-09-11 11:02:41.0 +0200 +++ new/src/openvpn/tun.c 2012-09-11

[OpenWrt-Devel] [PATCH] make "ipv6 ifconfig" on linux compatible with busybox ifconfig

2012-09-11 Thread Gert Doering
We used to call "ifconfig tun0 inet6 add...". The "inet6" part is optional, and not understood by busybox. So now we call "ifconfig tun0 add ...", which works on all supported Linux variants. Tested on Gentoo, RHEL5+, Debian Lenny & up. Signed-off-by: Gert Doering --- src/openvpn/tun.c |2

Re: [OpenWrt-Devel] OpenVPN-Devel default packages break IPv6

2012-09-11 Thread Gert Doering
Hi, On Tue, Sep 11, 2012 at 12:37:42PM +0200, Joachim Schlipper wrote: > this little patch does the trick. Busybox ifconfig just just doesn't > want the 'inet6' parameter, the rest is the same. You beat me to it :-) Indeed, it's that simple. I have just sent a patch upstream to change this in

Re: [OpenWrt-Devel] [PATCH] make "ipv6 ifconfig" on linux compatible with busybox ifconfig

2012-09-11 Thread Gert Doering
Hi, On Tue, Sep 11, 2012 at 01:51:11PM +0200, Gert Doering wrote: > We used to call "ifconfig tun0 inet6 add...". The "inet6" part is optional, > and not understood by busybox. So now we call "ifconfig tun0 add ...", > which works on all supported Linux variants. > > Tested on Gentoo, RHEL5+, D

Re: [OpenWrt-Devel] OpenVPN-Devel default packages break IPv6

2012-09-11 Thread Joachim Schlipper
Hi, Am 11.09.2012 13:53, schrieb Gert Doering: > Indeed, it's that simple. I have just sent a patch upstream to change > this in the openvpn git sources, as all "non-busybox" Linux versions > accept that syntax as well - so we don't need to maintain an OpenWRT > specific patch here. That's grea

Re: [OpenWrt-Devel] [PATCH/RFC] ramips/rt305x: add initial support for Rt5350 SoC

2012-09-11 Thread Daniel Golle
On Wed, Sep 05, 2012 at 05:03:05PM +0200, Gabor Juhos wrote: > > Somehow detecting the RAM size in common/setup.c doesn't work here, it > > always > > detects 64M and then crashes on devices with less RAM. > Strange. Probably memory aliasing has not been implemented in the SoC. Still no solution f

Re: [OpenWrt-Devel] OpenVPN-Devel default packages break IPv6

2012-09-11 Thread Gert Doering
Hi, On Tue, Sep 11, 2012 at 03:00:10PM +0200, Joachim Schlipper wrote: > Am 11.09.2012 13:53, schrieb Gert Doering: > > Indeed, it's that simple. I have just sent a patch upstream to change > > this in the openvpn git sources, as all "non-busybox" Linux versions > > accept that syntax as well -

[OpenWrt-Devel] Add librt to fuse to build with eglibc

2012-09-11 Thread Xianghua Xiao
>From 9af069e2c271e35b69f14316096689cfa9511067 Mon Sep 17 00:00:00 2001 From: xxiao Date: Fri, 7 Sep 2012 17:02:45 -0500 Subject: [PATCH 1/2] Add librt to fuse build with eglibc Signed-off-by: xxiao --- package/fuse/Makefile |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --g

[OpenWrt-Devel] Add libthread_db to gdbserver and make it build for both uclibc and eglibc

2012-09-11 Thread Xianghua Xiao
>From 6eed355dae3918566cf2018c093da93648dc44dc Mon Sep 17 00:00:00 2001 From: xxiao Date: Fri, 7 Sep 2012 19:56:37 -0500 Subject: [PATCH 2/2] Added libthread_db to gdbserver when eglibc is chosen Signed-off-by: xxiao --- package/gdb/Makefile |8 1 files changed, 8 insertions(+), 0

Re: [OpenWrt-Devel] Add librt to fuse to build with eglibc

2012-09-11 Thread Thomas Heil
Hi, Please use conditional DEPENDS like -- DEPENDS:=+... +USE_EGLIBC:librt -- cheers, thomas On 11.09.2012 19:42, Xianghua Xiao wrote: > From 9af069e2c271e35b69f14316096689cfa9511067 Mon Sep 17 00:00:00 2001 > From: xxiao > Date: Fri, 7 Sep 2012 17:02:45 -0500 > Subject: [PATCH 1/2] Add librt t

Re: [OpenWrt-Devel] Add librt to fuse to build with eglibc

2012-09-11 Thread Xianghua Xiao
Updated and tested. Thanks! >From 11cfa06f5c68143fc7bf7216d8a75fb9f85a8871 Mon Sep 17 00:00:00 2001 From: xxiao Date: Tue, 11 Sep 2012 13:23:15 -0500 Subject: [PATCH 1/2] Add librt to fuse to build with eglibc Signed-off-by: xxiao --- package/fuse/Makefile |2 +- 1 files changed, 1 inserti

Re: [OpenWrt-Devel] OpenVPN-Devel default packages break IPv6

2012-09-11 Thread Gert Doering
Hi, On Tue, Sep 11, 2012 at 04:12:14PM +0800, Mirko Vogt wrote: > However busybox's ifconfig IS capable of manage ipv6 settings, so I'd > rather like to see openvpn interacting with ifconfig correctly. Commited to openvpn upstream in cae102ae0c2ff934c456cd584cbf87a33cd95206 please update :-) (

Re: [OpenWrt-Devel] [PATCH] [packages] libavahi must depend on libssp if SSP enabled

2012-09-11 Thread Alexey I. Froloff
Anyone? On Fri, Sep 07, 2012 at 04:39:11PM +0400, Alexey I. Froloff wrote: > Signed-off-by: Alexey I. Froloff > --- > libs/avahi/Makefile |2 +- > 1 files changed, 1 insertions(+), 1 deletions(-) > > diff --git a/libs/avahi/Makefile b/libs/avahi/Makefile > index b906d0a..7b0a5be 100644 > --

[OpenWrt-Devel] [PATCH][RFC] gemini/wdb111: plattform reset and mtd partition table

2012-09-11 Thread lairsdragon
From: Steve Weinreich Patch for reset of the gemini plattform and a ugly hack for handling the mtd Redboot FIS Partition table naming. Signed-off-by: Steve Weinreich --- .../145-arm-gemini-fis-label-and-reboot.patch | 61 1 file changed, 61 insertions(+) create mod

Re: [OpenWrt-Devel] OpenVPN-Devel default packages break IPv6

2012-09-11 Thread Mirko Vogt
On 09/12/2012 03:30 AM, Gert Doering wrote: > Commited to openvpn upstream in cae102ae0c2ff934c456cd584cbf87a33cd95206 Nice - glad to see fixes get applied that fast upstream. I also committed the fix into OpenWrt yesterday (https://dev.openwrt.org/changeset/33375) to make sure it goes into the AA

Re: [OpenWrt-Devel] OpenVPN-Devel default packages break IPv6

2012-09-11 Thread Gert Doering
Hi, On Wed, Sep 12, 2012 at 10:06:00AM +0800, Mirko Vogt wrote: > On 09/12/2012 03:30 AM, Gert Doering wrote: > > Commited to openvpn upstream in cae102ae0c2ff934c456cd584cbf87a33cd95206 > > Nice - glad to see fixes get applied that fast upstream. > I also committed the fix into OpenWrt yesterday