[OpenWrt-Devel] Trac: Custom Query results in Missing or invalid form token.

2014-07-11 Thread Rafał Miłecki
1) Please enter https://dev.openwrt.org/query 2) Click Update button This will results in: Error: Bad Request Missing or invalid form token. Do you have cookies enabled? Could someone take a look at this, please? -- Rafał ___ openwrt-devel mailing

Re: [OpenWrt-Devel] Trac: Custom Query results in Missing or invalid form token.

2014-07-11 Thread John Crispin
On 11/07/2014 08:12, Rafał Miłecki wrote: 1) Please enter https://dev.openwrt.org/query 2) Click Update button This will results in: Error: Bad Request Missing or invalid form token. Do you have cookies enabled? Could someone take a look at this, please? works for me, Do you have

Re: [OpenWrt-Devel] [PATCH] [packages] EmailRelay: added new package version 1.9

2014-07-11 Thread Etienne Champetier
Hi, please make a PR to https://github.com/openwrt/packages Le 1 juil. 2014 02:53, Federico Di Marco fede...@gmail.com a écrit : From: Federico Di Marco fede...@gmail.com Body of explanation: A new package has been added in packages feed under net/emailrelay directory, porting a simple SMTP

Re: [OpenWrt-Devel] Trac: Custom Query results in Missing or invalid form token.

2014-07-11 Thread Rafał Miłecki
On 11 July 2014 08:34, John Crispin j...@phrozen.org wrote: On 11/07/2014 08:12, Rafał Miłecki wrote: 1) Please enter https://dev.openwrt.org/query 2) Click Update button This will results in: Error: Bad Request Missing or invalid form token. Do you have cookies enabled? Could someone

Re: [OpenWrt-Devel] Trac: Custom Query results in Missing or invalid form token.

2014-07-11 Thread Jo-Philipp Wich
Thats due to the varnish cache, it strips all incoming cookies for non-authenticated users. ~ Jow signature.asc Description: OpenPGP digital signature ___ openwrt-devel mailing list openwrt-devel@lists.openwrt.org

Re: [OpenWrt-Devel] [PATCH 3/3][ESR1750][V2] ar71xx: add support for EnGenius ESR1750

2014-07-11 Thread 林書詠
Hi Forest, Vendors are not always consistent over time with what colour they use for their LED's. Several factors could play in, like matching LED with a tooling colour or just change of mind. It would be more safe to bind the LED to specific device rather than vendor. Best regards, Jon On

Re: [OpenWrt-Devel] [PATCH 1/2] kernel: add driver for Marvell 88E6171 switch

2014-07-11 Thread Claudio Leite
* Xiongfei Guo (xf...@credosemi.com) wrote: Sorry, i missing that, it's Linksys EA4500. On 07/11/2014 11:53 AM, Xiongfei Guo wrote: Hi, what board you are using? I also developed and tested on a D-Link DIR-665. I haven't yet submitted the support files for that board but will do so later.

[OpenWrt-Devel] [PATCH][ramips] asl26555: fix devdata partitions

2014-07-11 Thread Álvaro Fernández Rojas
Without this patch, the eeprom extract script fails to find the devdata partition on the 8MB version. Signed-off-by: Álvaro Fernández Rojas nolt...@gmail.com --- diff --git a/target/linux/ramips/dts/ASL26555-16M.dts b/target/linux/ramips/dts/ASL26555-16M.dts index 568d8f9..fbe925d 100644 ---

[OpenWrt-Devel] [PATCH] [packages] enable openssl's arm asm support

2014-07-11 Thread Daniel Drown
This speeds up openssl on the arm platform. My test machine is a dual-core 1ghz Freescale i.MX6 board. [before] # openssl speed -multi 2 aes-128-cbc aes-128 cbc 33402.86k36116.95k36406.44k36468.74k36208.64k [after] # openssl speed -multi 2 aes-128-cbc aes-128 cbc

Re: [OpenWrt-Devel] [PATCH][ramips] asl26555: fix devdata partitions

2014-07-11 Thread John Crispin
Hi, we use factory and not devdata to store the eep data. the script needs to be changed and not the dts file i think. - factory: partition@3 { - label = factory; + devdata: partition@3 { +