[OpenWrt-Devel] [PATCH] libnl-tiny: include

2015-11-11 Thread Rafał Miłecki
Currently some libnl headers require application code to include dependencies on its own. E.g. a simple include of will trigger an error: /usr/include/libnl-tiny/linux/netlink.h:32:2: error: unknown type name 'sa_family_t' Similarly including causes: /usr/include/libnl-tiny/netlink/handlers.h:1

Re: [OpenWrt-Devel] [PATCH] ramips: reset m25p80 when shutdown

2015-11-11 Thread Weijie Gao
2015-11-08 4:42 GMT+08:00 Shonn Lu : > Signed-off-by: Shonn Lu > --- > .../0064-reset-m25p80-when-shutdown.patch | 24 > ++ > 1 file changed, 24 insertions(+) > create mode 100644 > target/linux/ramips/patches-3.18/0064-reset-m25p80-when-shutdown.patch > > diff --gi

Re: [OpenWrt-Devel] [PATCH] ramips: reset m25p80 when shutdown

2015-11-11 Thread Arjen de Korte
Citeren Weijie Gao : 2015-11-08 4:42 GMT+08:00 Shonn Lu : Signed-off-by: Shonn Lu --- .../0064-reset-m25p80-when-shutdown.patch | 24 ++ 1 file changed, 24 insertions(+) create mode 100644 target/linux/ramips/patches-3.18/0064-reset-m25p80-when-shutdown.patch d

Re: [OpenWrt-Devel] [PATCH 2/2 v4] linux: add support of Synopsys ARC770-based boards

2015-11-11 Thread Jonas Gorski
Hi Alexey, On Tue, Nov 10, 2015 at 5:40 PM, Alexey Brodkin wrote: > Hi Jonas, > > On Tue, 2015-11-10 at 12:02 +0100, Jonas Gorski wrote: >> Hi Alexey, >> >> On Sat, Nov 7, 2015 at 2:25 PM, Alexey Brodkin >> wrote: >> > This patch introduces support of new boards with ARC cores. >> (snip) >> >> >

Re: [OpenWrt-Devel] [PATCH] ramips: reset m25p80 when shutdown

2015-11-11 Thread Daniel Golle
Hi! On Wed, Nov 11, 2015 at 06:53:33PM +0800, Weijie Gao wrote: > 2015-11-08 4:42 GMT+08:00 Shonn Lu : > > > Signed-off-by: Shonn Lu > > --- > > .../0064-reset-m25p80-when-shutdown.patch | 24 > > ++ > > 1 file changed, 24 insertions(+) > > create mode 100644 > > t

Re: [OpenWrt-Devel] [PATCH] update mtd-utils to 1.5.2 and fix build

2015-11-11 Thread Felix Fietkau
On 2015-11-10 22:52, Sven Roederer wrote: > - update mtd-utils to 1.5.2 (git a494d30ab1ae40cb7665680cadf5af3ca3830a73) > - remove patches that came upstream > - fixes build from scratch as of broken patches > > Signed-off-by: Sven Roederer > --- Your patch is line wrapped, please resend. To avoid

Re: [OpenWrt-Devel] [PATCH] ramips: reset m25p80 when shutdown

2015-11-11 Thread Dorian Schneltzer
Hi! On 11/11/2015 12:26 PM, Daniel Golle wrote: > Hi! > > On Wed, Nov 11, 2015 at 06:53:33PM +0800, Weijie Gao wrote: >> 2015-11-08 4:42 GMT+08:00 Shonn Lu : >> >>> Signed-off-by: Shonn Lu >>> --- >>> .../0064-reset-m25p80-when-shutdown.patch | 24 >>> ++ >>> 1 file c

[OpenWrt-Devel] [PATCH 1/2] uboot-envtools: kirkwood: fix EA35/4500 board names

2015-11-11 Thread Claudio Leite
Signed-off-by: Claudio Leite --- package/boot/uboot-envtools/files/kirkwood | 8 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/package/boot/uboot-envtools/files/kirkwood b/package/boot/uboot-envtools/files/kirkwood index 1066371..35cbd84 100644 --- a/package/boot/uboot-e

[OpenWrt-Devel] [PATCH 2/2] kirkwood: add Linksys routers to default profile

2015-11-11 Thread Claudio Leite
Signed-off-by: Claudio Leite --- The idea here is to benefit from the daily snapshot builds. Since each device still has its own profile, interested users can still build the leanest possible build without the few extra packages. target/linux/kirkwood/image/Makefile | 4 ++-- target/lin

[OpenWrt-Devel] 回复: [PATCH] ramips: reset m25p80 when shutdown

2015-11-11 Thread 未命名
I do not test this patch on all the 32MB spi flash except my Youku YK1 router.I am looking forward to a generic shutdown function which adapt to Macronix or Winbond. Cheers Shonn___ openwrt-devel mailing list openwrt-devel@lists.openwrt.org https://lis

Re: [OpenWrt-Devel] [PATCH 2/2 v4] linux: add support of Synopsys ARC770-based boards

2015-11-11 Thread Alexey Brodkin
Hi Jonas, On Wed, 2015-11-11 at 12:19 +0100, Jonas Gorski wrote: > Hi Alexey, > > On Tue, Nov 10, 2015 at 5:40 PM, Alexey Brodkin > wrote: > > Hi Jonas, > > > > On Tue, 2015-11-10 at 12:02 +0100, Jonas Gorski wrote: > > > Hi Alexey, > I see what you want, but the way you are doing it is quite

Re: [OpenWrt-Devel] [PATCH 2/2 v4] linux: add support of Synopsys ARC770-based boards

2015-11-11 Thread Jonas Gorski
On Wed, Nov 11, 2015 at 1:38 PM, Alexey Brodkin wrote: > Hi Jonas, > > On Wed, 2015-11-11 at 12:19 +0100, Jonas Gorski wrote: >> Hi Alexey, >> >> On Tue, Nov 10, 2015 at 5:40 PM, Alexey Brodkin >> wrote: >> > Hi Jonas, >> > >> > On Tue, 2015-11-10 at 12:02 +0100, Jonas Gorski wrote: > >> > > Hi A

[OpenWrt-Devel] 回复: [PATCH] ramips: reset m25p80 when shutdown

2015-11-11 Thread 未命名
http://www.winbond.com.tw/resource-files/w25q256fv_revh_02112015.pdf The datasheet above shows that w25q256fv also use E9h to exit 4-Byte mode.___ openwrt-devel mailing list openwrt-devel@lists.openwrt.org https://lists.openwrt.org/cgi-bin/mailman/listinf

[OpenWrt-Devel] [PATCH][RPCD] paths: substitute literal with macro

2015-11-11 Thread Javier Domingo Cansino
Signed-off-by: Javier Domingo Cansino --- main.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/main.c b/main.c index 3b6841b..7c161b5 100644 --- a/main.c +++ b/main.c @@ -74,8 +74,8 @@ int main(int argc, char **argv) } } - if (stat("/var/r

[OpenWrt-Devel] [PATCH] config/Config-images.in: Fix wrong handling of ROOTFS_INCLUDE default options

2015-11-11 Thread Petr Štetiar
Signed-off-by: Petr Štetiar --- config/Config-images.in | 12 ++-- 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/config/Config-images.in b/config/Config-images.in index a60dd50..cdaf5e9 100644 --- a/config/Config-images.in +++ b/config/Config-images.in @@ -281,24 +281,24

[OpenWrt-Devel] [PATCH] imx6: image: Make InstallKernel more generic

2015-11-11 Thread Petr Štetiar
Signed-off-by: Petr Štetiar --- target/linux/imx6/image/Makefile |6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/target/linux/imx6/image/Makefile b/target/linux/imx6/image/Makefile index 9b9f948..d5bab30 100644 --- a/target/linux/imx6/image/Makefile +++ b/target/linux

[OpenWrt-Devel] [PATCH] kernel/generic: 3.18, 4.y: Add support for Quectel EC20 Mini PCIe module

2015-11-11 Thread Petr Štetiar
* both patches (qcserial/qmi_wwan) were submitted upstream[1,2] * build tested on 3.18 and 4.1 * run tested on imx6 platform with 4.1 1. http://article.gmane.org/gmane.linux.usb.general/132998 2. http://article.gmane.org/gmane.linux.usb.general/133113 Signed-off-by: Petr Štetiar --- ...l-Add-su

[OpenWrt-Devel] [PATCH 0/2] imx6: Add support for Toradex Apalis SoM modules

2015-11-11 Thread Petr Štetiar
Hi, this patchset adds basic support for Toradex Apalis[1] SoM modules. I've tested it on Toradex Apalis iMX6 Quad 2GB IT V1.1A module on Ixora base board with Mikrotik R11e-2HnD and Quectel EC20 Mini PCIe modules. This patchset depends on "imx6: image: Make InstallKernel more generic"[2] patch.

[OpenWrt-Devel] [PATCH 2/2] imx6: base-files: Add support for Toradex Apalis on Ixora board

2015-11-11 Thread Petr Štetiar
Signed-off-by: Petr Štetiar --- target/linux/imx6/base-files/etc/diag.sh | 36 .../imx6/base-files/etc/uci-defaults/02_network|1 + target/linux/imx6/base-files/lib/imx6.sh |4 +++ 3 files changed, 41 insertions(+) create mode 100644 target/

[OpenWrt-Devel] [PATCH 1/2] imx6: kernel: Add support for Toradex Apalis modules

2015-11-11 Thread Petr Štetiar
Tested on Toradex Apalis iMX6 Quad 2GB IT V1.1A module on Ixora board with Mikrotik R11e-2HnD and Quectel EC20 Mini PCIe modules. Signed-off-by: Petr Štetiar --- target/linux/imx6/image/Makefile |2 + ...6-Add-support-for-Toradex-Apalis-modules-.patch | 1996 +++

Re: [OpenWrt-Devel] [PATCH] imx6: image: Make InstallKernel more generic

2015-11-11 Thread Felix Fietkau
On 2015-11-11 14:15, Petr Štetiar wrote: > Signed-off-by: Petr Štetiar > --- > target/linux/imx6/image/Makefile |6 +++--- > 1 file changed, 3 insertions(+), 3 deletions(-) > > diff --git a/target/linux/imx6/image/Makefile > b/target/linux/imx6/image/Makefile > index 9b9f948..d5bab30 100644

Re: [OpenWrt-Devel] [PATCH] config/Config-images.in: Fix wrong handling of ROOTFS_INCLUDE default options

2015-11-11 Thread Felix Fietkau
On 2015-11-11 14:14, Petr Štetiar wrote: > Signed-off-by: Petr Štetiar > --- > config/Config-images.in | 12 ++-- > 1 file changed, 6 insertions(+), 6 deletions(-) > > diff --git a/config/Config-images.in b/config/Config-images.in > index a60dd50..cdaf5e9 100644 > --- a/config/Config-i

Re: [OpenWrt-Devel] [PATCH] config/Config-images.in: Fix wrong handling of ROOTFS_INCLUDE default options

2015-11-11 Thread Petr Štetiar
Felix Fietkau [2015-11-11 14:48:33]: > This is not wrong. TARGET_ROOTFS_INCLUDE_UIMAGE depends on > TARGET_ROOTFS_INCLUDE_KERNEL, as it should. Maybe it's not correct fix, but in current state it's somehow broken. If I revert this patch, I can't include anything (kernels, DTBs) until I select ex

Re: [OpenWrt-Devel] [PATCH] config/Config-images.in: Fix wrong handling of ROOTFS_INCLUDE default options

2015-11-11 Thread Felix Fietkau
On 2015-11-11 14:56, Petr Štetiar wrote: > Felix Fietkau [2015-11-11 14:48:33]: > >> This is not wrong. TARGET_ROOTFS_INCLUDE_UIMAGE depends on >> TARGET_ROOTFS_INCLUDE_KERNEL, as it should. > > Maybe it's not correct fix, but in current state it's somehow broken. If I > revert this patch, I can

Re: [OpenWrt-Devel] [PATCH 1/2] imx6: kernel: Add support for Toradex Apalis modules

2015-11-11 Thread Felix Fietkau
On 2015-11-11 14:28, Petr Štetiar wrote: > Tested on Toradex Apalis iMX6 Quad 2GB IT V1.1A module on Ixora board > with Mikrotik R11e-2HnD and Quectel EC20 Mini PCIe modules. > > Signed-off-by: Petr Štetiar > --- > target/linux/imx6/image/Makefile |2 + > ...6-Add-support-f

Re: [OpenWrt-Devel] [PATCH 1/2] imx6: kernel: Add support for Toradex Apalis modules

2015-11-11 Thread Tim Harvey
On Wed, Nov 11, 2015 at 5:28 AM, Petr Štetiar wrote: > Tested on Toradex Apalis iMX6 Quad 2GB IT V1.1A module on Ixora board > with Mikrotik R11e-2HnD and Quectel EC20 Mini PCIe modules. > > Signed-off-by: Petr Štetiar > --- > target/linux/imx6/image/Makefile |2 + > ...6-A

Re: [OpenWrt-Devel] [PATCH] config/Config-images.in: Fix wrong handling of ROOTFS_INCLUDE default options

2015-11-11 Thread Jan Čermák
Hello Felix, On 11.11.2015 15:00, Felix Fietkau wrote: > This option is apparently supported for ext4 and ubifs only. Also, the > code enabled by these options is one big design flaw, and I'd like to > get rid of it as soon as possible by converting all devices that need it > over to the new image

[OpenWrt-Devel] UCI???

2015-11-11 Thread smilebef
Hello Guys, i have a question about uci. How can i get the functions including in the script i.e. /lib/functions/olsrd.sh Is there a way without to read the sources? thanks sm ___ openwrt-devel mailing list openwrt-devel@lists.openwrt.org https://list

[OpenWrt-Devel] [PATCH 1/4] base-files: add DCCP to /etc/protocols

2015-11-11 Thread Stijn Tintel
Fixes this conntrackd warning: WARNING: getprotobyname() cannot find protocol `DCCP' in /etc/protocols Signed-off-by: Stijn Tintel --- package/base-files/files/etc/protocols | 1 + 1 file changed, 1 insertion(+) diff --git a/package/base-files/files/etc/protocols b/package/base-files/files/etc

[OpenWrt-Devel] [PATCH 2/4] conntrack-tools: use INSTALL_DIR once

2015-11-11 Thread Stijn Tintel
Signed-off-by: Stijn Tintel --- package/network/utils/conntrack-tools/Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/package/network/utils/conntrack-tools/Makefile b/package/network/utils/conntrack-tools/Makefile index 7dd64b6..b931d85 100644 --- a/package/netw

[OpenWrt-Devel] [PATCH 4/4] conntrack-tools: preserve /etc/conntrackd during upgrade

2015-11-11 Thread Stijn Tintel
Signed-off-by: Stijn Tintel --- package/network/utils/conntrack-tools/Makefile | 2 ++ package/network/utils/conntrack-tools/files/conntrackd.upgrade | 1 + 2 files changed, 3 insertions(+) create mode 100644 package/network/utils/conntrack-tools/files/conntrackd.upgrade diff -

[OpenWrt-Devel] [PATCH 3/4] conntrack-tools: create /etc/conntrackd directory

2015-11-11 Thread Stijn Tintel
Signed-off-by: Stijn Tintel --- package/network/utils/conntrack-tools/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/package/network/utils/conntrack-tools/Makefile b/package/network/utils/conntrack-tools/Makefile index b931d85..51d3c41 100644 --- a/package/network/utils/conntrack-t

Re: [OpenWrt-Devel] [PATCH] config/Config-images.in: Fix wrong handling of ROOTFS_INCLUDE default options

2015-11-11 Thread Felix Fietkau
On 2015-11-11 16:04, Jan Čermák wrote: > Hello Felix, > > On 11.11.2015 15:00, Felix Fietkau wrote: >> This option is apparently supported for ext4 and ubifs only. Also, the >> code enabled by these options is one big design flaw, and I'd like to >> get rid of it as soon as possible by converting

Re: [OpenWrt-Devel] [PATCH 4/4] conntrack-tools: preserve /etc/conntrackd during upgrade

2015-11-11 Thread Jo-Philipp Wich
Hi, > + $(INSTALL_DATA) ./files/conntrackd.upgrade > $(1)/lib/upgrade/keep.d/conntrackd please don't ship keep.d files manually, use the define Package/.../conffile macro (yes it works for directories as well). ~ Jow signature.asc Description: OpenPGP digital signature _

Re: [OpenWrt-Devel] UCI???

2015-11-11 Thread Bastian Bittorf
* smile...@gmail.com [11.11.2015 20:11]: > How can i get the functions including in the script > i.e. /lib/functions/olsrd.sh > Is there a way without to read the sources? please use for external packages this tracker: https://github.com/openwrt/packages/ (olsr-package is maintained there) bye,

[OpenWrt-Devel] [PATCH 02/10] kernel: add patch to fix prefsrc lookups

2015-11-11 Thread Stijn Tintel
Signed-off-by: Stijn Tintel --- .../patches-4.3/192-net-Fix-presrc-lookups.patch | 60 ++ 1 file changed, 60 insertions(+) create mode 100644 target/linux/generic/patches-4.3/192-net-Fix-presrc-lookups.patch diff --git a/target/linux/generic/patches-4.3/192-net-Fix-presrc

[OpenWrt-Devel] [PATCH 01/10] xtables-addons: update to 2.9

2015-11-11 Thread Stijn Tintel
Fixes compilation with Linux 4.3. Runtime tested on Ubiquiti EdgeRouter Lite with Linux 3.18, 4.1 and 4.3. Signed-off-by: Stijn Tintel --- package/network/utils/xtables-addons/Makefile | 4 ++-- .../network/utils/xtables-addons/patches/100-add-rtsp-conntrack.patch | 2 +-

[OpenWrt-Devel] [PATCH 05/10] octeon: remove 3.18 support

2015-11-11 Thread Stijn Tintel
Signed-off-by: Stijn Tintel --- target/linux/octeon/config-3.18| 250 --- .../100-ubnt_edgerouter2_support.patch | 31 - .../110-er200-ethernet_probe_order.patch | 34 - .../patches-3.18/120-octeon_platform_usb.patch | 20 - ...add-semaphore-to

[OpenWrt-Devel] [PATCH 04/10] octeon: switch to 4.3

2015-11-11 Thread Stijn Tintel
Signed-off-by: Stijn Tintel --- target/linux/octeon/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/target/linux/octeon/Makefile b/target/linux/octeon/Makefile index e1739e7..a6707f0 100644 --- a/target/linux/octeon/Makefile +++ b/target/linux/octeon/Makefile @@ -14,7

[OpenWrt-Devel] [PATCH 06/10] kernel/modules: add OCTEON MD5 module

2015-11-11 Thread Stijn Tintel
Signed-off-by: Stijn Tintel --- package/kernel/linux/modules/crypto.mk | 9 - 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/package/kernel/linux/modules/crypto.mk b/package/kernel/linux/modules/crypto.mk index 20fc858..0981102 100644 --- a/package/kernel/linux/modules/cryp

[OpenWrt-Devel] [PATCH 07/10] kernel/modules: add OCTEON SHA1 module

2015-11-11 Thread Stijn Tintel
Signed-off-by: Stijn Tintel --- package/kernel/linux/modules/crypto.mk | 9 - 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/package/kernel/linux/modules/crypto.mk b/package/kernel/linux/modules/crypto.mk index 0981102..f5c5895 100644 --- a/package/kernel/linux/modules/cryp

[OpenWrt-Devel] [PATCH 03/10] octeon: add support for 4.3

2015-11-11 Thread Stijn Tintel
Runtime tested on Ubiquiti EdgeRouter Lite. Signed-off-by: Stijn Tintel --- target/linux/octeon/config-4.3 | 280 .../patches-4.3/100-ubnt_edgerouter2_support.patch | 31 + .../110-er200-ethernet_probe_order.patch | 34 + ...add-host-driver-for-octeon-mmc-

[OpenWrt-Devel] [PATCH 08/10] kernel/modules: add OCTEON SHA256 module

2015-11-11 Thread Stijn Tintel
Signed-off-by: Stijn Tintel --- package/kernel/linux/modules/crypto.mk | 9 - 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/package/kernel/linux/modules/crypto.mk b/package/kernel/linux/modules/crypto.mk index f5c5895..2328fac 100644 --- a/package/kernel/linux/modules/cryp

[OpenWrt-Devel] [PATCH 09/10] kernel/modules: move SHA512 to its own package

2015-11-11 Thread Stijn Tintel
Signed-off-by: Stijn Tintel --- package/kernel/linux/modules/crypto.mk | 14 -- 1 file changed, 12 insertions(+), 2 deletions(-) diff --git a/package/kernel/linux/modules/crypto.mk b/package/kernel/linux/modules/crypto.mk index 2328fac..ca36c2f 100644 --- a/package/kernel/linux/modu

[OpenWrt-Devel] [PATCH 10/10] kernel/modules: add OCTEON SHA512 module

2015-11-11 Thread Stijn Tintel
Signed-off-by: Stijn Tintel --- package/kernel/linux/modules/crypto.mk | 9 - 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/package/kernel/linux/modules/crypto.mk b/package/kernel/linux/modules/crypto.mk index ca36c2f..9626b21 100644 --- a/package/kernel/linux/modules/cryp

Re: [OpenWrt-Devel] [PATCH 2/2 v4] linux: add support of Synopsys ARC770-based boards

2015-11-11 Thread Alexey Brodkin
Hi Jonas, On Wed, 2015-11-11 at 13:47 +0100, Jonas Gorski wrote: > On Wed, Nov 11, 2015 at 1:38 PM, Alexey Brodkin > wrote: > > Hi Jonas, > > > > On Wed, 2015-11-11 at 12:19 +0100, Jonas Gorski wrote: > > > Hi Alexey, > > > > > > On Tue, Nov 10, 2015 at 5:40 PM, Alexey Brodkin > > > wrote: > >

[OpenWrt-Devel] [PATCH 2/6] imx6: add Vetnana LVDS support

2015-11-11 Thread Tim Harvey
These patches have been submitted to upstream Linux and are pending acceptance. Signed-off-by: Tim Harvey --- ...-ventana-set-GW54xx-PMIC-swbst-regulator-.patch | 31 + ...mx-ventana-fix-GW53xx-GW54xx-lvds-channel.patch | 40 +++ ...mx-ventana-fix-GW53xx-GW54xx-lvds-channel.patch

[OpenWrt-Devel] [PATCH 1/6] imx6: ventana: fix GW16083 device-tree patch

2015-11-11 Thread Tim Harvey
The 206-ARM-imx-ventana-added-GW16083-to-device-tree.patch merged wrong in the conversion from 3.18 to 4.1. This patch resolves that and puts the device-tree nodes in the correct place. Signed-off-by: Tim Harvey --- ...-imx-ventana-added-GW16083-to-device-tree.patch | 32 +++---

[OpenWrt-Devel] [PATCH 3/6] kernel: video: add fbcon support

2015-11-11 Thread Tim Harvey
Signed-off-by: Tim Harvey --- package/kernel/linux/modules/video.mk | 43 +++ 1 file changed, 43 insertions(+) diff --git a/package/kernel/linux/modules/video.mk b/package/kernel/linux/modules/video.mk index 3b06a14..c53f656 100644 --- a/package/kernel/linux/modu

[OpenWrt-Devel] [PATCH 4/6] kernel: add backlight kernel module support

2015-11-11 Thread Tim Harvey
Signed-off-by: Tim Harvey --- package/kernel/linux/modules/backlight.mk | 48 +++ 1 file changed, 48 insertions(+) create mode 100644 package/kernel/linux/modules/backlight.mk diff --git a/package/kernel/linux/modules/backlight.mk b/package/kernel/linux/modules/back

[OpenWrt-Devel] [PATCH 0/6] Add DRM video output support for IMX6

2015-11-11 Thread Tim Harvey
This series adds DRM based video output support for IMX6 HDMI and LVDS. The first patch fixes a Ventana device-tree issue caused by an invalid merge. The second patch adds some patches that are pending acceptance upstream that fix a couple of issues keeping LVDS/backlight working on various Venta

[OpenWrt-Devel] [PATCH 5/6] kernel: other: add PWM controller support

2015-11-11 Thread Tim Harvey
This adds basic PWM controller support and support for i.MX Signed-off-by: Tim Harvey --- package/kernel/linux/modules/other.mk | 35 +++ 1 file changed, 35 insertions(+) diff --git a/package/kernel/linux/modules/other.mk b/package/kernel/linux/modules/other.mk

[OpenWrt-Devel] [PATCH 6/6] kernel: video: add IMX DRM support for HDMI/LVDS

2015-11-11 Thread Tim Harvey
Signed-off-by: Tim Harvey --- package/kernel/linux/modules/video.mk | 138 +- 1 file changed, 137 insertions(+), 1 deletion(-) diff --git a/package/kernel/linux/modules/video.mk b/package/kernel/linux/modules/video.mk index c53f656..cbace75 100644 --- a/package/k

[OpenWrt-Devel] Email from dev.openwrt.org Trac broken?

2015-11-11 Thread Robert Hancock
Is there something messed up with the email delivery from the Trac system at dev.openwrt.org? I've been trying to verify my email address and have hit the "resend verification email" multiple times, but I never get anything. It's not going into the Gmail spam folder either.

[OpenWrt-Devel] [PATCH v2 4/4] conntrack-tools: preserve /etc/conntrackd during upgrade

2015-11-11 Thread Stijn Tintel
Signed-off-by: Stijn Tintel --- package/network/utils/conntrack-tools/Makefile | 4 1 file changed, 4 insertions(+) diff --git a/package/network/utils/conntrack-tools/Makefile b/package/network/utils/conntrack-tools/Makefile index 51d3c41..fd13e22 100644 --- a/package/network/utils/conntra