Re: [LEDE-DEV] [PATCH] scripts/getver.sh: append short git hash based on upstream commit

2017-01-16 Thread Morteza Milani via Lede-dev
The sender domain has a DMARC Reject/Quarantine policy which disallows sending mailing list messages using the original "From" header. To mitigate this problem, the original message has been wrapped automatically by the mailing list software.--- Begin Message --- There is a problem though in seman

[LEDE-DEV] [PATCH] kernel: bump to 4.4.43

2017-01-16 Thread Koen Vandeputte
Refreshed patches for all supported targets. Compiled & tested on imx6 Signed-off-by: Koen Vandeputte --- include/kernel-version.mk| 4 ++-- .../ar71xx/patches-4.4/910-unaligned_access_hacks.patch | 4 ++-- .../0111-mm-Remove-the-PFN-busy-warning.patch

[LEDE-DEV] Syslog-ng Makefile typo

2017-01-16 Thread Milan Kočvara
Hello. I found typo in syslog-ng makefile. I've upgraded to the newest version and I've made correction of the typo. Patch bellow. Sorry for bad format of everything. I did it never :) --- Makefile-orig 2017-01-16 12:06:44.367684776 +0100 +++ Makefile~ 2017-01-16 12:22:47.198478933 +0

Re: [LEDE-DEV] [PATCH v2 09/14] rt2x00: rt2x00pci: set PCI MWI only if supported

2017-01-16 Thread Daniel Golle
Hi! On Mon, Jan 16, 2017 at 11:08:57AM +0100, Stanislaw Gruszka wrote: > On Mon, Jan 16, 2017 at 04:06:25AM +0100, Daniel Golle wrote: > > From: Claudio Mignanti > > > > This is needed for devices without support for PCI MWI. See also > > https://dev.openwrt.org/changeset/21850 > > > > Signed-o

Re: [LEDE-DEV] [PATCH] mbedtls: add static files in staging_dir

2017-01-16 Thread Jo-Philipp Wich
Hi Luka, no objection but you could you provide some brief explanation on why this is needed? ~ Jo ___ Lede-dev mailing list Lede-dev@lists.infradead.org http://lists.infradead.org/mailman/listinfo/lede-dev

Re: [LEDE-DEV] [PATCH] ubox: turn logd into a separate package

2017-01-16 Thread Jo-Philipp Wich
On 01/15/2017 08:27 PM, Luka Perkov wrote: > From: Andrej Vlasic > > Currently system log is always included as a part of ubox. Add logd as a > seperate package and add it to default packages list. > > Signed-off-by: Andrej Vlasic > Signed-off-by: Luka Perkov Acked-by: Jo-Philipp Wich > ---

Re: [LEDE-DEV] [PATCH v2 09/14] rt2x00: rt2x00pci: set PCI MWI only if supported

2017-01-16 Thread John Crispin
On 16/01/2017 12:42, Daniel Golle wrote: > Hi! > > On Mon, Jan 16, 2017 at 11:08:57AM +0100, Stanislaw Gruszka wrote: >> On Mon, Jan 16, 2017 at 04:06:25AM +0100, Daniel Golle wrote: >>> From: Claudio Mignanti >>> >>> This is needed for devices without support for PCI MWI. See also >>> https://

Re: [LEDE-DEV] [PATCH v2 1/2] busybox: convert netmsg and lock applet to "new style" applet definition

2017-01-16 Thread Koen Vandeputte
Look ok. Tested on imx6 http://pastebin.com/raw/x1zs4trr Tested-by: Koen Vandeputte On 2017-01-15 02:21, Magnus Kroken wrote: The "new style" busybox applet approach moves all config and build definitions related to an applet to its .c file. This makes the patches easier to maintain, as the

Re: [LEDE-DEV] [PATCH] mbedtls: add static files in staging_dir

2017-01-16 Thread Luka Perkov
Hi Jo, On Mon, Jan 16, 2017 at 01:02:26PM +0100, Jo-Philipp Wich wrote: > no objection but you could you provide some brief explanation on why > this is needed? This is needed only if one wishes to statically link with mbedtls even though that at the moment no package is using this. Luka __

[LEDE-DEV] LEDE 17.01 branched

2017-01-16 Thread Jo-Philipp Wich
Hi list, this is just a heads-up to inform you that LEDE master has been branched into a new branch "lede-17.01" now. A buildbot system has been set up at http://release-builds.lede-project.org/17.01/images which will begin building images and SDKs shortly. Once the base phase1 builds for each a

[LEDE-DEV] PHP at build time

2017-01-16 Thread Philip Prindeville
Hi. I’m working on a project (some GUI interfaces and a back end for generating traffic shaping using netfilter/tc) written in PHP7. It uses PHP’s “composer”. I could install composer (it’s only ever run once on a released project) on the target machine, and run it on first boot. But that see

Re: [LEDE-DEV] Syslog-ng Makefile typo

2017-01-16 Thread Philip Prindeville
Looks good to me. > On Jan 16, 2017, at 4:24 AM, Milan Kočvara wrote: > > Hello. > I found typo in syslog-ng makefile. > > I've upgraded to the newest version and I've made correction of the typo. > Patch bellow. > > Sorry for bad format of everything. I did it never :) > > --- Makefile-ori

Re: [LEDE-DEV] [PATCH] cns3xxx: restore mpcore watchdog

2017-01-16 Thread Tim Harvey
On Tue, Jan 10, 2017 at 5:34 AM, Koen Vandeputte wrote: > Adds the mpcore watchdog driver for kernel 4.4 as it was originally > present up to kernel 3.12 > > - Disabled by default for now, but can be simply enabled in kernelconfig > - Currently does not contain the latest patches as mentioned here

[LEDE-DEV] [PATCH] openvpn: add support for various new 2.4 configuration options

2017-01-16 Thread Magnus Kroken
Updates to openvpn.init were included in early OpenVPN 2.4 patch series, but got lost along the way and were never merged. Signed-off-by: Magnus Kroken --- .../network/services/openvpn/files/openvpn.init| 43 ++ 1 file changed, 19 insertions(+), 24 deletions(-) diff --gi

[LEDE-DEV] ubus network restart issue?

2017-01-16 Thread Matthew McClintock
All, I've seen a pretty easy to reproduce ubus issue related to network restart. I've tested this on various releases include the recently release LEDE branch as well as OpenWrt CC. I've also tested on more than one target and with various delays including as long as 2 minutes. Before: root@lede

[LEDE-DEV] bluez 5.38 bluetoothd and/or bluetoothctl not working

2017-01-16 Thread Tim Harvey
Anyone using bluez on LEDE/OpenWrt that could tell me what could be wrong with the following? I'm using the following: - imx6 based board with 4.4 kernel - CSR 4.0 USB HCI supported by btusb via kmod-bluetooth package - lede master - btusb - bluez-{daemon,examples,libs,utils} 5.38-1 from packages