Re: [OpenWrt-Devel] [PATCH 2/3] kirkwood: add mach-type support for dir665 (2.6.37)

2011-05-03 Thread Hirundo Cam
Hi Simon 2011/5/4 Simon Guinot : > Hi Hirundo, > > On Tue, May 03, 2011 at 11:49:31PM +0800, Hirundo Cam wrote: >> Hi Simon, >> > You can't use 3425 neither. This number is for the Samsung GT-i5700 > (Spica) phone. You have to register a dedicated machine number for > D-Link DIR665. You can use th

Re: [OpenWrt-Devel] [PATCH 2/3] kirkwood: add mach-type support for dir665 (2.6.37)

2011-05-03 Thread Simon Guinot
Hi Hirundo, On Tue, May 03, 2011 at 11:49:31PM +0800, Hirundo Cam wrote: > Hi Simon, > > 2011/5/3 Simon Guinot : > > Hi Hirundo, > > > >> + t5388p                      MACH_T5388P             T5388P               > >>    3336 > >> ++mv88f6281_dir665    MACH_MV88F6281_DIR665   MV88F6281_DIR665  

Re: [OpenWrt-Devel] [RFC] generic: Include IPv6 support into the kernel for 2.6.38+

2011-05-03 Thread solca
Do not enforce IPv6! Last time I enforce it on end users was a mess, really, I was an IPv6 enthusiast until I had to step back and turn it off. DJ Bernstein and others were plain right: http://weblog.kernelcode.com/2010/02/25/ipv6-is-a-failure-stop-wasting-everyones-time/ - Otto (solca) Solares

Re: [OpenWrt-Devel] [RFC] generic: Include IPv6 support into the kernel for 2.6.38+

2011-05-03 Thread Felix Fietkau
On 2011-05-03 10:03 PM, Philip Prindeville wrote: On 5/3/11 11:20 AM, Anders wrote: On 04/28/11 18:29, Linus Lüssing wrote: In my opinion, that should be okay, but I'm also using IPv6 regularly. What would be the alternative, installing the bridge as a kernel module instead of kernel built

Re: [OpenWrt-Devel] [RFC] generic: Include IPv6 support into the kernel for 2.6.38+

2011-05-03 Thread Philip Prindeville
On 5/3/11 11:20 AM, Anders wrote: > On 04/28/11 18:29, Linus Lüssing wrote: >> In my opinion, that should be okay, but I'm also using IPv6 >> regularly. What would be the alternative, installing the bridge as >> a kernel module instead of kernel built-in as it is currently done? >> >> Hmm, if no o

Re: [OpenWrt-Devel] [PATCH] AT91 Flexibity initial board support

2011-05-03 Thread Maxim Osipov
On Tue, May 3, 2011 at 8:50 PM, Jo-Philipp Wich wrote: > profiles are nothing more than package preselections. > > Anything that modifies the kernel / requires different compile options > or flags has to be a subtarget. > Jow, thank you for clarification. Does this mean that the original patch is

Re: [OpenWrt-Devel] [PATCH] AT91 Flexibity initial board support

2011-05-03 Thread Jo-Philipp Wich
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi, profiles are nothing more than package preselections. Anything that modifies the kernel / requires different compile options or flags has to be a subtarget. ~ Jow -BEGIN PGP SIGNATURE- Version: GnuPG v1.4.10 (GNU/Linux) Comment: Using Gn

Re: [OpenWrt-Devel] [PATCH] AT91 Flexibity initial board support

2011-05-03 Thread Maxim Osipov
On Tue, May 3, 2011 at 7:35 PM, Michael Heimpold wrote: > Am Dienstag, 3. Mai 2011 09:48:20 schrieb Maxim Osipov: > >> > Please use a profile for this instead of a completely separate target. If >> > your >> > profile requires a different kernel configuration, then let profiles also >> > supply

Re: [OpenWrt-Devel] [RFC] generic: Include IPv6 support into the kernel for 2.6.38+

2011-05-03 Thread Felix Fietkau
On 2011-05-03 9:13 PM, Thomas Heil wrote: Hi, Am 03.05.2011 21:07, schrieb Felix Fietkau: On 2011-04-21 5:43 AM, Jonas Gorski wrote: 2.6.38 introduced a dependency from bridge to IPv6. Since IPv6 support will probably get much more important in the next years anyway, it should be OK to jus

Re: [OpenWrt-Devel] [RFC] generic: Include IPv6 support into the kernel for 2.6.38+

2011-05-03 Thread Thomas Heil
Hi, Am 03.05.2011 21:07, schrieb Felix Fietkau: > On 2011-04-21 5:43 AM, Jonas Gorski wrote: >> 2.6.38 introduced a dependency from bridge to IPv6. Since IPv6 support >> will probably get much more important in the next years anyway, it >> should >> be OK to just include it in the kernel for 2.6.38

Re: [OpenWrt-Devel] [RFC] generic: Include IPv6 support into the kernel for 2.6.38+

2011-05-03 Thread Felix Fietkau
On 2011-04-21 5:43 AM, Jonas Gorski wrote: 2.6.38 introduced a dependency from bridge to IPv6. Since IPv6 support will probably get much more important in the next years anyway, it should be OK to just include it in the kernel for 2.6.38 and later. I think we should fix the underlying issue that

Re: [OpenWrt-Devel] [PATCH] AT91 Flexibity initial board support

2011-05-03 Thread Michael Heimpold
Am Dienstag, 3. Mai 2011 09:48:20 schrieb Maxim Osipov: > > Please use a profile for this instead of a completely separate target. If > > your > > profile requires a different kernel configuration, then let profiles also > > supply > > their specific kernel configuration. > > Okay. But what the

Re: [OpenWrt-Devel] [RFC] generic: Include IPv6 support into the kernel for 2.6.38+

2011-05-03 Thread Anders
On 04/28/11 18:29, Linus Lüssing wrote: > In my opinion, that should be okay, but I'm also using IPv6 > regularly. What would be the alternative, installing the bridge as > a kernel module instead of kernel built-in as it is currently done? > > Hmm, if no one is screaming about any space issues an

[OpenWrt-Devel] [PATCH 2/2] kernel: add kmod-crypto-ipsec

2011-05-03 Thread Lars Hjersted
Add kmod-crypto-ipsec as a dependency for kmod-ipsec. Also remove the extraneous kmod-crypto-core dependency to eliminate recursion. Signed-off-by: Lars Hjersted --- package/kernel/modules/netsupport.mk |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/package/kernel/mod

[OpenWrt-Devel] [PATCH 1/2] kernel: add kmod-crypto-ipsec

2011-05-03 Thread Lars Hjersted
kmod-crypto-ipsec bundles some otherwise unprovided kernel crypto modules that are useful for IPSEC. This is an alternative to breaking these modules out into kmod-crypto-wq (crypto_wq.ko), kmod-crypto-rng (rng.ko and krng.ko), and kmod-crypto-iv (eseqiv.ko and chainiv.ko). Signed-off-by: Lars Hje

[OpenWrt-Devel] [PATCH 2/2] kernel: add kmod-crypto-{wq,rng,iv}

2011-05-03 Thread Lars Hjersted
Add kmod-crypto-iv as a dependency for kmod-ipsec. Also remove the extraneous kmod-crypto-core dependency to eliminate recursion. Signed-off-by: Lars Hjersted --- package/kernel/modules/netsupport.mk |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/package/kernel/module

[OpenWrt-Devel] [PATCH 1/2] kernel: add kmod-crypto-{wq,rng,iv}

2011-05-03 Thread Lars Hjersted
This patch adds kmod-crypto-wq, kmod-crypto-rng, and kmod-crypto-iv packages. These packages provide some missing kernel crypto modules which are required for IPSEC. The strongswan4, ipsec-tools, and possibly other IPSEC packages do not work properly without these modules. NOTE: The KCONFIG associ

Re: [OpenWrt-Devel] [PATCH 2/3] kirkwood: add mach-type support for dir665 (2.6.37)

2011-05-03 Thread Hirundo Cam
Hi Simon, 2011/5/3 Simon Guinot : > Hi Hirundo, > >> + t5388p                      MACH_T5388P             T5388P                 >>  3336 >> ++mv88f6281_dir665    MACH_MV88F6281_DIR665   MV88F6281_DIR665        3337 > > You can patch mach-types file like this. 3337 is already used for > dingo ma

Re: [OpenWrt-Devel] [PATCH 2/3] kirkwood: add mach-type support for dir665 (2.6.37)

2011-05-03 Thread Simon Guinot
On Tue, May 03, 2011 at 07:54:14AM +, Simon Guinot wrote: > Hi Hirundo, > > On Tue, May 03, 2011 at 10:25:26AM +0800, Hirundo Cam wrote: > > Add mach-type support for dir665 (kernel 2.6.37). > > > > Signed-off-by: Hirundo Cam > > --- > > target/linux/kirkwood/patches/301-dir665-02.patch |

Re: [OpenWrt-Devel] [PATCH 2/3] kirkwood: add mach-type support for dir665 (2.6.37)

2011-05-03 Thread Simon Guinot
Hi Hirundo, On Tue, May 03, 2011 at 10:25:26AM +0800, Hirundo Cam wrote: > Add mach-type support for dir665 (kernel 2.6.37). > > Signed-off-by: Hirundo Cam > --- > target/linux/kirkwood/patches/301-dir665-02.patch |7 +++ > 1 files changed, 7 insertions(+), 0 deletions(-) > create mode

Re: [OpenWrt-Devel] [PATCH] AT91 Flexibity initial board support

2011-05-03 Thread Maxim Osipov
On Tue, May 3, 2011 at 8:37 AM, Florian Fainelli wrote: > On Wednesday 27 April 2011 21:54:49 Maxim Osipov wrote: >> On Wed, Apr 27, 2011 at 8:19 PM, Hauke Mehrtens wrote: >> > On 04/27/2011 09:05 PM, Maxim Osipov wrote: >> >> On Tue, Apr 26, 2011 at 5:04 PM, Maxim Osipov > wrote: >> >>> Signed-

Re: [OpenWrt-Devel] [PATCH 1/3] kirkwood: add kernel patch of DIR-665

2011-05-03 Thread Simon Guinot
Hi Hirundo, On Tue, May 03, 2011 at 10:25:25AM +0800, Hirundo Cam wrote: > This patch is a hack to dir-665 by referencing mv88f6281gtw_ge board. > LEDs, GPIO, Buttons remains unknown. You could use the gpiolib sysfs API to discover the LEDs and buttons GPIOs. Regards, Simon signature.asc Desc

Re: [OpenWrt-Devel] [PATCH 1/3] kirkwood: add kernel patch of DIR-665

2011-05-03 Thread Simon Guinot
Hi Hirundo, On Tue, May 03, 2011 at 10:24:13AM +0800, Hirundo Cam wrote: > HI all, > > 2011/5/3 Hirundo Cam : > > This patch is a hack to dir-665 by referencing mv88f6281gtw_ge board. > > LEDs, GPIO, Buttons remains unknown. > > > > To use this patch, u-boot must also be modified. > > > > Signed-

[OpenWrt-Devel] [PATCH 1/1] geos: remove unneeded modules

2011-05-03 Thread Philip Prindeville
The via-sata and gpio-nsc modules are both unneeded on the Geos platform. Index: target/linux/x86/geos/target.mk === --- target/linux/x86/geos/target.mk (revision 26806) +++ target/linux/x86/geos/target.mk (working copy) @@ -1

Re: [OpenWrt-Devel] [PATCH] AT91 Flexibity initial board support

2011-05-03 Thread Florian Fainelli
On Wednesday 27 April 2011 21:54:49 Maxim Osipov wrote: > On Wed, Apr 27, 2011 at 8:19 PM, Hauke Mehrtens wrote: > > On 04/27/2011 09:05 PM, Maxim Osipov wrote: > >> Hello! > >> > >> Any comments for this patch? Is it possible to apply it? > >> > >> Kind regards, > >> Maxim > >> > >> On Tue, Ap