Re: [LEDE-DEV] [OpenWrt-Devel] Adding host Java support to the buildbots

2016-12-29 Thread Ralph Sennhauser
Hi Dana On Thu, 29 Dec 2016 12:30:37 -0800 Dana Myers wrote: > In reference to https://github.com/openwrt/packages/pull/3686 > > We've added OpenWRT support for: > > * JamVM 2.0: Java JVM > * GNU Classpath 2.0: Java class library There is no classpath 2.0 > * RXTX Java

Re: [LEDE-DEV] Adding new targets/subtargets

2016-12-29 Thread Yousong Zhou
On 30 December 2016 at 03:29, Philip Prindeville wrote: > On Dec 28, 2016, at 7:57 PM, Yousong Zhou wrote: >> >> On 29 December 2016 at 10:04, Philip Prindeville >> wrote: >>> I wanted to add a new

Re: [LEDE-DEV] [PATCH RFC 1/2] openvpn: update to 2.4_rc2

2016-12-29 Thread Magnus Kroken
Hi Lucian, Martin On 25.12.2016 14.23, Martin Blumenstingl wrote: I guess this worked on LEDE with PolarSSL with OpenVPN 2.3: #define POLARSSL_KEY_EXCHANGE_DHE_RSA_ENABLED while //#define MBEDTLS_KEY_EXCHANGE_DHE_RSA_ENABLED can you tell if I ran into some corner case (the affected server was

Re: [LEDE-DEV] [PATCH 0/3] hostapd: support SHA256-based algorithms

2016-12-29 Thread Sebastian Kemper
On Wed, Dec 28, 2016 at 02:16:00PM +0100, Stijn Tintel wrote: > This series adds support for SHA256-based key management algorithms in > hostapd and wpa_supplicant. The algorithms are part of the 802.11w standard, > so they are only enabled when 802.11w is enabled. Due to this, they are > not

[LEDE-DEV] Adding host Java support to the buildbots

2016-12-29 Thread Dana Myers
In reference to https://github.com/openwrt/packages/pull/3686 We've added OpenWRT support for: * JamVM 2.0: Java JVM * GNU Classpath 2.0: Java class library * RXTX Java serial communications library However, the build bots won't build these packages yet because a host Java compiler is

Re: [LEDE-DEV] Adding new targets/subtargets

2016-12-29 Thread Philip Prindeville
On Dec 28, 2016, at 7:57 PM, Yousong Zhou wrote: > > On 29 December 2016 at 10:04, Philip Prindeville > wrote: >> I wanted to add a new target for x86, or possibly several. >> >> I have an immediate need for an optimized build to run

Re: [LEDE-DEV] Release planning

2016-12-29 Thread Felix Fietkau
On 2016-12-29 15:21, Yousong Zhou wrote: > I am working on converting sunxi target to using new image generation > code. The initial goal is just that preserving what the current code > does, i.e. making fix-sized sdcard images. > > I'd like to add another type of image where we have read-only

Re: [LEDE-DEV] Release planning

2016-12-29 Thread Yousong Zhou
On 24 December 2016 at 22:40, Daniel Golle wrote: > Hi! > > On Wed, Dec 21, 2016 at 08:13:00PM +0100, Jo-Philipp Wich wrote: >> ... >> # Open questions >> >> - Are there any outstanding changes? >> >> Is there important changes we should wait for before branching the >>

Re: [LEDE-DEV] [PATCH 1/2] lantiq: specify console using stdout-path instead of cmdline argument

2016-12-29 Thread Hauke Mehrtens
Hi, It looks like the kernel prefers the console parameter given in the boot command line over the stdout-path parameter. On some boards the boot loader provides this parameter to the kernel and then the serial does not work. At least the VR200v, ARV4518pw and ARV7518pw are affected: