Re: [OpenWrt-Devel] [PATCH 01/30][ WRT1900AC] Add Linksys Mamba WRT1900AC build profile

2014-05-08 Thread John Crispin
Hi Detailed list of the difference between this and the previous dump is missing. John On 08/05/2014 22:25, Matthew Fatheree wrote: > Add Linksys Mamba WRT1900AC build profile to target/linux/mvebu > Signed-off-by: Matthew Fatheree --- ___ op

Re: [OpenWrt-Devel] [PATCH v2][flashrom] Update to latest version and remove unneeded dependencies

2014-05-08 Thread Luka Perkov
Hi Alvaro, On Fri, May 09, 2014 at 02:39:28AM +0200, Álvaro Fernández Rojas wrote: > Update flashrom to latest version and remove unneeded dependencies. > > Signed-off-by: Álvaro Fernández Rojas > --- > v2: Add dmidecode dependency only for x86 target. I don't see this change. Patch v2 is same

Re: [OpenWrt-Devel] [PATCH 07/30][ WRT1900AC ] mamba mvebu: force nand driver to use 4-bit ECC

2014-05-08 Thread Luka Perkov
Hi Matthew, On Thu, May 08, 2014 at 02:31:13PM -0700, Matthew Fatheree wrote: > From 90ae505c06fddcc08622594bb82bb449511c7e9a Mon Sep 17 00:00:00 2001 > From: Matthew Fatheree > Date: Sat, 19 Apr 2014 00:08:43 +0700 > Subject: [PATCH 07/30] mamba mvebu: force nand driver to use 4-bit ECC > > if

Re: [OpenWrt-Devel] [PATCH 14/30][ WRT1900AC ] Add TLC59116 Led driver

2014-05-08 Thread Luka Perkov
Hi Matthew, On Thu, May 08, 2014 at 01:59:25PM -0700, Matthew Fatheree wrote: > From ddf018f5b987fb9b3e9f92added6ec241481e723 Mon Sep 17 00:00:00 2001 > From: Matthew Fatheree > Date: Sun, 4 May 2014 19:00:07 +0700 > Subject: [PATCH 14/30] Add TLC59116 Led driver > > Signed-off-by: Matthew Fathe

Re: [OpenWrt-Devel] [PATCH 13/30][ WRT1900AC ] add default network configuration for mvebu mamba

2014-05-08 Thread Luka Perkov
Hi Matthew, On Thu, May 08, 2014 at 01:58:35PM -0700, Matthew Fatheree wrote: > From 7d595a327865bb5d518d9d401eb9711dfa7a5c20 Mon Sep 17 00:00:00 2001 > From: Matthew Fatheree > Date: Sun, 4 May 2014 18:13:05 +0700 > Subject: [PATCH 13/30] add default network configuration for mvebu mamba > > mv

Re: [OpenWrt-Devel] [PATCH 15/30][ WRT1900AC ] mamba mvebu: add fw_printenv tool to read U-boot

2014-05-08 Thread Luka Perkov
On Thu, May 08, 2014 at 02:07:13PM -0700, Matthew Fatheree wrote: > From 4a9565f1139fbb585727638fd69a0437bdd212b6 Mon Sep 17 00:00:00 2001 > From: Matthew Fatheree > Date: Sun, 4 May 2014 19:04:04 +0700 > Subject: [PATCH 15/30] mamba mvebu: add fw_printenv tool to read U-boot > environment from L

[OpenWrt-Devel] [PATCH v2][flashrom] Update to latest version and remove unneeded dependencies

2014-05-08 Thread Álvaro Fernández Rojas
Update flashrom to latest version and remove unneeded dependencies. Signed-off-by: Álvaro Fernández Rojas --- v2: Add dmidecode dependency only for x86 target. diff --git a/utils/flashrom/Makefile b/utils/flashrom/Makefile index 89ce6ca..991acca 100644 --- a/utils/flashrom/Makefile +++ b/utils/f

Re: [OpenWrt-Devel] [PATCH 2/2] kernel: modify mtd related patches for 3.14

2014-05-08 Thread Hauke Mehrtens
On 05/06/2014 05:46 PM, Zhao, Gang wrote: > The change is the same as ("kernel/generic: modify mtd related > patches"). Since these files are under files directory, not a files > directory of specific kernel version, better to also change them. So > it will avoid adding files to future specific fil

Re: [OpenWrt-Devel] [PATCH 01/30][ WRT1900AC] Add Linksys Mamba WRT1900AC build profile

2014-05-08 Thread Hartmut Knaack
Hartmut Knaack schrieb: > Hi Matt, > sorry to say that, but probably your mail client mangled all your mails, so > tabs got changed to whitespaces. So, you need to resend. This resource [1] is > quite helpful to solve this issue. Also, it might help to send some test-mail > to yourself to see an

[OpenWrt-Devel] [PATCH 30/30][ WRT1900AC ] mamba mvebu: Led WAN monitor support

2014-05-08 Thread Matthew Fatheree
>From 335d5ccc9ded7f8f44197a3622a3747de3d6e952 Mon Sep 17 00:00:00 2001 From: Matthew Fatheree Date: Mon, 5 May 2014 00:27:32 +0700 Subject: [PATCH 30/30] mamba mvebu: Led WAN monitor support WAN monitor: - Physical link. - Ping to heartbeat.belkin.com. Signed-off-by: Matthew Fatheree --- .../

[OpenWrt-Devel] [PATCH 29/30][ WRT1900AC ] mamba mvebu: support macclone

2014-05-08 Thread Matthew Fatheree
>From 9a9dc70152468dd745fe0cd9dd94d1b498b87598 Mon Sep 17 00:00:00 2001 From: Matthew Fatheree Date: Sun, 4 May 2014 23:47:45 +0700 Subject: [PATCH 29/30] mamba mvebu: support macclone Support to change/restore the WAN's MAC address via WebUI Signed-off-by: Matthew Fatheree --- .../files/usr/l

[OpenWrt-Devel] [PATCH 28/30][ WRT1900AC ] mamba mvebu: add wifi.lua to mrvl_wlan_v7drv package

2014-05-08 Thread Matthew Fatheree
>From c65d737b77b063f64cdbe042b49dae8ee690ed28 Mon Sep 17 00:00:00 2001 From: Matthew Fatheree Date: Sun, 4 May 2014 23:45:26 +0700 Subject: [PATCH 28/30] mamba mvebu: add wifi.lua to mrvl_wlan_v7drv package Mamba wireless driver requires to customize the WebUI wireless configuration page. The wi

[OpenWrt-Devel] [PATCH 07/30][ WRT1900AC ] mamba mvebu: force nand driver to use 4-bit ECC

2014-05-08 Thread Matthew Fatheree
>From 90ae505c06fddcc08622594bb82bb449511c7e9a Mon Sep 17 00:00:00 2001 From: Matthew Fatheree Date: Sat, 19 Apr 2014 00:08:43 +0700 Subject: [PATCH 07/30] mamba mvebu: force nand driver to use 4-bit ECC if the NAND flash's recommended ECC strength is less than 4-bit, for to use 4-bit ECC. Signe

Re: [OpenWrt-Devel] [PATCH 01/30][ WRT1900AC] Add Linksys Mamba WRT1900AC build profile

2014-05-08 Thread Hartmut Knaack
Hi Matt, sorry to say that, but probably your mail client mangled all your mails, so tabs got changed to whitespaces. So, you need to resend. This resource [1] is quite helpful to solve this issue. Also, it might help to send some test-mail to yourself to see and check how your client submits yo

[OpenWrt-Devel] [PATCH 25/30][ WRT1900AC ] mamba mvebu: support FAN operation follow Belkin's

2014-05-08 Thread Matthew Fatheree
>From 9c54bdd52ebf0539a93ea4be9b6c8ade310f1be2 Mon Sep 17 00:00:00 2001 From: Matthew Fatheree Date: Sun, 4 May 2014 22:23:29 +0700 Subject: [PATCH 25/30] mamba mvebu: support FAN operation follow Belkin's - Read the temperature of CPU, DDR, WIFI (TMP421, On-Die sensors) with cycle is 30s. - Co

[OpenWrt-Devel] [PATCH 24/30][ WRT1900AC ] mamba mvebu: add led monitor package which support led activity when the RESET/WPS button are pressed

2014-05-08 Thread Matthew Fatheree
>From 74c7dc364c89a470a63e0ce8efa70ca3e3f36e0c Mon Sep 17 00:00:00 2001 From: Matthew Fatheree Date: Sun, 4 May 2014 20:53:54 +0700 Subject: [PATCH 24/30] mamba mvebu: add led monitor package which support led activity when the RESET/WPS button are pressed - Pressed RESET button 1..10s -> Blin

[OpenWrt-Devel] [PATCH 23/30][ WRT1900AC ] mamba mvebu: board specific initialize script

2014-05-08 Thread Matthew Fatheree
>From 420c37e26c1ff16f160dddc8adcd7e0c8ee0c6a9 Mon Sep 17 00:00:00 2001 From: Matthew Fatheree Date: Sun, 4 May 2014 20:43:34 +0700 Subject: [PATCH 23/30] mamba mvebu: board specific initialize script - Unexport GPIO33 (Reset button) in order can probe the gpio-key.ko driver for handle the beh

[OpenWrt-Devel] [PATCH 22/30][ WRT1900AC ] mamba mvebu: support blink Power led when enter FAILSAFE mode

2014-05-08 Thread Matthew Fatheree
>From ea96714bb0724cf3e98e86802a3b5b36da67ac89 Mon Sep 17 00:00:00 2001 From: Matthew Fatheree Date: Sun, 4 May 2014 20:39:07 +0700 Subject: [PATCH 22/30] mamba mvebu: support blink Power led when enter FAILSALE mode - Blink 250ms if the Reset button is pressed. - Blink 500ms when the board en

[OpenWrt-Devel] [PATCH 21/30][ WRT1900AC ] mamba mvebu: enter FAILSAFE mode, in case the board

2014-05-08 Thread Matthew Fatheree
>From 3b2c4996441e2a73d48dd55edcd2d0ea123ffc87 Mon Sep 17 00:00:00 2001 From: Matthew Fatheree Date: Sun, 4 May 2014 20:33:59 +0700 Subject: [PATCH 21/30] mamba mvebu: enter FAILSAFE mode, in case the board boot up & Reset button is pressed - Script to read Reset button status when the board bo

[OpenWrt-Devel] [PATCH 20/30][ WRT1900AC ] mamba mvebu: LED control support

2014-05-08 Thread Matthew Fatheree
>From e63c88dee53094f07dd547ad46f44d8bd6a2e7fe Mon Sep 17 00:00:00 2001 From: Matthew Fatheree Date: Sun, 4 May 2014 20:30:17 +0700 Subject: [PATCH 20/30] mamba mvebu: LED control support - Mamba LED driver controls SOC leds. - ledctrl script controls TLC & SOC leds from user space. Signed-off

[OpenWrt-Devel] [PATCH 19/30][ WRT1900AC ] mamba mvebu: Reset button activity in normal mode

2014-05-08 Thread Matthew Fatheree
>From 99e9d4800f128516f4b8c802e953bd82962defb4 Mon Sep 17 00:00:00 2001 From: Matthew Fatheree Date: Sun, 4 May 2014 20:20:54 +0700 Subject: [PATCH 19/30] mamba mvebu: Reset button activity in normal mode - Pressed button 1..10s -> reboot the board. - Pressed button over 10s -> factory reset, t

[OpenWrt-Devel] [PATCH 17/30][ WRT1900AC ] mamba mvebu: support factory reset on syscfg partition

2014-05-08 Thread Matthew Fatheree
>From 6c158d0bd323a6686de433290779132008ff8bbf Mon Sep 17 00:00:00 2001 From: Matthew Fatheree Date: Sun, 4 May 2014 20:06:39 +0700 Subject: [PATCH 17/30] mamba mvebu: support factory reset on syscfg partition Mamba use the syscfg partition formatted in ubifs type as the overlay partition to stor

[OpenWrt-Devel] [PATCH 18/30][ WRT1900AC ] mamba mvebu: support switch2jffs for mamba

2014-05-08 Thread Matthew Fatheree
>From 735993f3d5ec109962681102d645fe20431b3237 Mon Sep 17 00:00:00 2001 From: Matthew Fatheree Date: Mon, 5 May 2014 01:38:20 +0700 Subject: [PATCH 18/30] mamba mvebu: support switch2jffs for mamba Mamba use the syscfg partition formatted in ubifs type as the overlay partition to store the router

[OpenWrt-Devel] [PATCH 16/30][ WRT1900AC ] mamba mvebu: sysupgrade support for mamba + dual boot

2014-05-08 Thread Matthew Fatheree
>From dea780ba779104cd1460efe3815c16990f5db959 Mon Sep 17 00:00:00 2001 From: Matthew Fatheree Date: Sun, 4 May 2014 19:10:18 +0700 Subject: [PATCH 16/30] mamba mvebu: sysupgrade support for mamba + dual boot is supportted Add platform specific support for sysupgrade. Mamba supports dual boot im

[OpenWrt-Devel] [PATCH 15/30][ WRT1900AC ] mamba mvebu: add fw_printenv tool to read U-boot

2014-05-08 Thread Matthew Fatheree
>From 4a9565f1139fbb585727638fd69a0437bdd212b6 Mon Sep 17 00:00:00 2001 From: Matthew Fatheree Date: Sun, 4 May 2014 19:04:04 +0700 Subject: [PATCH 15/30] mamba mvebu: add fw_printenv tool to read U-boot environment from Linux The /tmp/fw_env.config is generated by looking for the "u_env" partit

[OpenWrt-Devel] [PATCH 14/30][ WRT1900AC ] Add TLC59116 Led driver

2014-05-08 Thread Matthew Fatheree
>From ddf018f5b987fb9b3e9f92added6ec241481e723 Mon Sep 17 00:00:00 2001 From: Matthew Fatheree Date: Sun, 4 May 2014 19:00:07 +0700 Subject: [PATCH 14/30] Add TLC59116 Led driver Signed-off-by: Matthew Fatheree --- target/linux/mvebu/config-3.10 |1 + .../0309-ARM-mvebu-

[OpenWrt-Devel] [PATCH 13/30][ WRT1900AC ] add default network configuration for mvebu mamba

2014-05-08 Thread Matthew Fatheree
>From 7d595a327865bb5d518d9d401eb9711dfa7a5c20 Mon Sep 17 00:00:00 2001 From: Matthew Fatheree Date: Sun, 4 May 2014 18:13:05 +0700 Subject: [PATCH 13/30] add default network configuration for mvebu mamba mvebu does not use the default /etc/config/network, it generates a custom config file on boo

[OpenWrt-Devel] [PATCH 11/30][ WRT1900AC ] mamba mvebu: enable overlay on syscfg partition

2014-05-08 Thread Matthew Fatheree
>From 6254954bf36a95c79eb6b143424ebdc02101709f Mon Sep 17 00:00:00 2001 From: Matthew Fatheree Date: Sun, 4 May 2014 01:51:07 +0700 Subject: [PATCH 11/30] mamba mvebu: enable overlay on syscfg partition formatted as ubifs Mamba use the syscfg partition formatted in ubifs type as the overlay part

[OpenWrt-Devel] [PATCH 10/30][ WRT1900AC ] Add linksys-base-files to package

2014-05-08 Thread Matthew Fatheree
>From a5d210deb9dd9b60260b877ed37af3d417f872b6 Mon Sep 17 00:00:00 2001 From: Matthew Fatheree Date: Sun, 4 May 2014 01:23:17 +0700 Subject: [PATCH 10/30] Add linksys-base-files to package Add linksys-base-files to ./package. This package contains scripts and files that specific for Linksys Mamba

[OpenWrt-Devel] [PATCH 09/30][ WRT1900AC ] CONFIG_UBIFS_FS_XATTR is no longer defined in 3.10

2014-05-08 Thread Matthew Fatheree
>From 8ab032967f60449052c20adc6180c8f295cb37d5 Mon Sep 17 00:00:00 2001 From: Matthew Fatheree Date: Sat, 19 Apr 2014 00:24:54 +0700 Subject: [PATCH 09/30] CONFIG_UBIFS_FS_XATTR is no longer defined in 3.10 In kernel 3.10, CONFIG_UBIFS_FS_XATTR is no longer defined, we should remove the "ifdef" t

[OpenWrt-Devel] [PATCH 08/30][ WRT1900AC ] mamba mvebu: add jffs2 image target for Mamba

2014-05-08 Thread Matthew Fatheree
>From 03e36b778861f97d14d1343782667de5083dfd83 Mon Sep 17 00:00:00 2001 From: Matthew Fatheree Date: Sun, 4 May 2014 20:05:14 +0700 Subject: [PATCH 08/30] mamba mvebu: add jffs2 image target for Mamba The firmware image of Mamba board is generated by concatenating the kernel image uImage with the

[OpenWrt-Devel] [PATCH 06/30][ WRT1900AC ] support NAND device for Mamba board

2014-05-08 Thread Matthew Fatheree
>From b82b95ac25605e8dd89bab124fa2902960241759 Mon Sep 17 00:00:00 2001 From: Matthew Fatheree Date: Sat, 15 Mar 2014 00:44:58 +0700 Subject: [PATCH 06/30] support NAND device for Mamba board - Use kernel command line to define the partition layout. - Add Mamba board config. Board specific supp

[OpenWrt-Devel] [PATCH 05/30][ WRT1900AC ] Support I2C, USB, TMP421, On-Die sensor, SATA.

2014-05-08 Thread Matthew Fatheree
>From e9934ed1803cc472f1d75f8b0bf4a2b53d5c7c6e Mon Sep 17 00:00:00 2001 From: Matthew Fatheree Date: Sun, 4 May 2014 00:10:39 +0700 Subject: [PATCH 05/30] Support I2C, USB, TMP421, On-Die sensor, SATA. Signed-off-by: Matthew Fatheree --- target/linux/mvebu/config-3.10 | 29 +++

[OpenWrt-Devel] [PATCH 04/30][ WRT1900AC ] Add Device tree name of Mamba board to target

2014-05-08 Thread Matthew Fatheree
>From 9514618515e5bbb25c9ff6da4bb268cbc06af9f9 Mon Sep 17 00:00:00 2001 From: Matthew Fatheree Date: Sat, 19 Apr 2014 00:07:04 +0700 Subject: [PATCH 04/30] Add Device tree name of Mamba board to target Signed-off-by: Matthew Fatheree --- target/linux/mvebu/image/Makefile |4 1 file ch

[OpenWrt-Devel] [PATCH 02/30] [ WRT1900AC ] Add specific Device Tree file for Mamba board

2014-05-08 Thread Matthew Fatheree
>From 2ffdcc2a756a42fc895ef2c15c04aea981fbb1c1 Mon Sep 17 00:00:00 2001 From: Matthew Fatheree Date: Sat, 3 May 2014 23:33:40 +0700 Subject: [PATCH 02/30] Add specific Device Tree file for Mamba board Signed-off-by: Matthew Fatheree --- .../patches-3.10/0301-ARM-mvebu-mamba-dts.patch| 177

[OpenWrt-Devel] [PATCH 01/30][ WRT1900AC] Add Linksys Mamba WRT1900AC build profile

2014-05-08 Thread Matthew Fatheree
>From 82a697fdd09beb673d94ed197ea1dd527b070cae Mon Sep 17 00:00:00 2001 From: Matthew Fatheree Date: Sat, 3 May 2014 22:59:46 +0700 Subject: [PATCH 01/30] Add Linksys Mamba WRT1900AC build profile Add Linksys Mamba WRT1900AC build profile to target/linux/mvebu Signed-off-by: Matthew Fatheree --

[OpenWrt-Devel] [PATCH 07/30][ WRT1900AC ] mamba mvebu: force nand driver to use 4-bit ECC

2014-05-08 Thread Matthew Fatheree
mamba mvebu: force nand driver to use 4-bit ECC if the NAND flash's recommended ECC strength is less than 4-bit, for to use 4-bit ECC. Signed-off-by: Matthew Fatheree --- .../0306-ARM-mvebu-mamba-nand-force-4bit-ecc.patch | 14 ++ 1 file changed, 14 insertions(+) create mode 1006

[OpenWrt-Devel] [flashrom] Update to latest version and remove unneeded dependencies

2014-05-08 Thread Álvaro Fernández Rojas
Update flashrom to latest version and remove unneeded dependencies. Signed-off-by: Álvaro Fernández Rojas --- diff --git a/utils/flashrom/Makefile b/utils/flashrom/Makefile index 89ce6ca..bc1c5db 100644 --- a/utils/flashrom/Makefile +++ b/utils/flashrom/Makefile @@ -1,5 +1,5 @@ # -# Copyright (C

[OpenWrt-Devel] [PATCH 06/30][ WRT1900AC ] support NAND device for Mamba board

2014-05-08 Thread Matthew Fatheree
support NAND device for Mamba board - Use kernel command line to define the partition layout. - Add Mamba board config. Board specific support will be enabled by this flag. The Mamba board should receive the partition table from kernel argument from U-boot, which is prefixed by "armada-nand".

[OpenWrt-Devel] [PATCH 05/30][ WRT1900AC ] Support I2C, USB, TMP421, On-Die sensor, SATA.

2014-05-08 Thread Matthew Fatheree
Support I2C, USB, TMP421, On-Die sensor, SATA. Signed-off-by: Matthew Fatheree --- target/linux/mvebu/config-3.10 | 29 - 1 file changed, 28 insertions(+), 1 deletion(-) diff --git a/target/linux/mvebu/config-3.10 b/target/linux/mvebu/config-3.10 index 4f41f71..131

[OpenWrt-Devel] [PATCH 04/30][ WRT1900AC ] Add Device tree name of Mamba board to target

2014-05-08 Thread Matthew Fatheree
Add Device tree name of Mamba board to target Signed-off-by: Matthew Fatheree --- target/linux/mvebu/image/Makefile |4 1 file changed, 4 insertions(+) diff --git a/target/linux/mvebu/image/Makefile b/target/linux/mvebu/image/Makefile index e89530a..f8c9465 100644 --- a/target/linux/m

[OpenWrt-Devel] [PATCH 03/30] [ WRT1900AC ] Remove comment out in armada-xp-mv78230-dtsi

2014-05-08 Thread Matthew Fatheree
Remove comment out in armada-xp-mv78230-dtsi Signed-off-by: Matthew Fatheree --- ...0302-ARM-mvebu-add-armada-xp-mv78230-dtsi.patch | 12 1 file changed, 12 insertions(+) create mode 100644 target/linux/mvebu/patches-3.10/0302-ARM-mvebu-add-armada-xp-mv78230-dtsi.patch diff --g

[OpenWrt-Devel] [PATCH 02/30] [ WRT1900AC ] Add specific Device Tree file for Mamba board

2014-05-08 Thread Matthew Fatheree
Add specific Device Tree file for Mamba board Signed-off-by: Matthew Fatheree --- .../patches-3.10/0301-ARM-mvebu-mamba-dts.patch| 177 1 file changed, 177 insertions(+) create mode 100644 target/linux/mvebu/patches-3.10/0301-ARM-mvebu-mamba-dts.patch diff --git a/ta

[OpenWrt-Devel] [PATCH 01/30][ WRT1900AC] Add Linksys Mamba WRT1900AC build profile

2014-05-08 Thread Matthew Fatheree
Add Linksys Mamba WRT1900AC build profile to target/linux/mvebu Signed-off-by: Matthew Fatheree --- target/linux/mvebu/profiles/101-Linksys-Mamba.mk | 21 + 1 file changed, 21 insertions(+) create mode 100644 target/linux/mvebu/profiles/101-Linksys-Mamba.mk diff --git a/ta

Re: [OpenWrt-Devel] Bug tracker spamming is getting annoying

2014-05-08 Thread Catalin Patulea
I thought this trick was really clever: http://trac.edgewall.org/wiki/SpamFilter#TrapField On Thu, May 8, 2014 at 2:15 PM, Hannu Nyman wrote: > Looks like the spamming via the bug tracker is getting out of hand. Some > ~400 spam bugs today. > > Have devs considered new cures? > > Trac seems to en

[OpenWrt-Devel] [PATCH][tools] quilt: bump to version 0.63

2014-05-08 Thread Hannu Nyman
Quilt version 0.63 has been released this week. http://lists.nongnu.org/archive/html/quilt-dev/2014-05/msg5.html > - New NEWS file, containing a human-readable changelog > - Option -E is no longer passed to patch by default > - Huge performance improvement (e.g., for commands series, ap

[OpenWrt-Devel] Bug tracker spamming is getting annoying

2014-05-08 Thread Hannu Nyman
Looks like the spamming via the bug tracker is getting out of hand. Some ~400 spam bugs today. Have devs considered new cures? Trac seems to enable ip based throttling (ip_throttle filter) and ip blacklisting. ___ openwrt-devel mailing list openwrt-

[OpenWrt-Devel] [PATCH][shairport] Update to latest version and switch to procd

2014-05-08 Thread Álvaro Fernández Rojas
Update to latest version and switch to procd. Signed-off-by: Álvaro Fernández Rojas --- diff --git a/multimedia/shairport/Makefile b/multimedia/shairport/Makefile index b722dd4..c66a9da 100644 --- a/multimedia/shairport/Makefile +++ b/multimedia/shairport/Makefile @@ -8,13 +8,13 @@ include $(TOP

[OpenWrt-Devel] Fix and Clean up Layer 7 kernel module patch

2014-05-08 Thread Alpha Sparc
Resend Patch --- a/target/linux/generic/patches-3.10/600-netfilter_layer7_2.22.patch +++ b/target/linux/generic/patches-3.10/600-netfilter_layer7_2.22.patch @@ -1,33 +1,3 @@ a/net/netfilter/Kconfig -+++ b/net/netfilter/Kconfig -@@ -1203,6 +1203,27 @@ config NETFILTER_XT_MATCH_STATE - -

[OpenWrt-Devel] Fix and Clean up Layer 7 kernel module patch

2014-05-08 Thread Alpha Sparc
The previous patch was mangled Resending it in this Signed-off-by: Guo Wei --- a/target/linux/generic/patches-3.10/600-netfilter_layer7_2.22.patch +++ b/target/linux/generic/patches-3.10/600-netfilter_layer7_2.22.patch @@ -1,33 +1,3 @@ a/net/netfilter/Kconfig -+++ b/net/netfilter/Kconfig -@

[OpenWrt-Devel] Fix and Clean up Layer 7 kernel module patch

2014-05-08 Thread Alpha Sparc
xt_layer7.ko no longer compiles and work as described in this ticket https://dev.openwrt.org/ticket/14076 The patches in trunk is currently messy in the 2 patches 600-netfilter_layer7_2.22.patch and 603-netfilter_layer7_2.6.36_fix.patch, the first adds a redundant patch which the second removes and

Re: [OpenWrt-Devel] [PATCH 1/3] Made several parts of gnutls configurable and updated to 3.2.14.

2014-05-08 Thread Nikos Mavrogiannopoulos
On Wed, 2014-05-07 at 18:23 -0700, Florian Fainelli wrote: > 2014-05-07 14:56 GMT-07:00 Nikos Mavrogiannopoulos : > > > > Signed-off-by: Nikos Mavrogiannopoulos > > Applied in r40721, had to disable cryptodev since it was missing a > bunch of definitions to build. thanks! It requires cryptodev e

[OpenWrt-Devel] [PATCH 1/2] Do not try to install gnutls-cli or server when OCSP is disabled.

2014-05-08 Thread Nikos Mavrogiannopoulos
These tools aren't compiled in that case. Signed-off-by: Nikos Mavrogiannopoulos --- libs/gnutls/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/libs/gnutls/Makefile b/libs/gnutls/Makefile index 997532b..9544ffb 100644 --- a/libs/gnutls/Makefile +++ b/libs/gnutls/

[OpenWrt-Devel] [PATCH 2/2] Added ocserv 0.3.5, an SSL VPN server.

2014-05-08 Thread Nikos Mavrogiannopoulos
This server is compatible with the openconnect client, and cisco's anyconnect clients. Signed-off-by: Nikos Mavrogiannopoulos --- net/ocserv/Config.in | 14 +++ net/ocserv/Makefile | 74 +++ net/ocserv/files/ocserv.conf | 293 ++