Re: [LEDE-DEV] [PATCH rpcd 1/2] cmake: Find libubox/blobmsg_json.h

2016-12-11 Thread John Crispin
On 03/12/2016 18:34, Florian Fainelli wrote: > Add a CMake FIND_PATH and INCLUDE_DIRECTORIES searching for blobmsg_json.h. > Some external toolchains which do not include standard locations would fail to > find the header otherwise. > > Signed-off-by: Florian Fainelli > --- > CMakeLists.txt |

Re: [LEDE-DEV] [PATCH] mediatek: enable support for vfpv4 and neon

2016-12-11 Thread John Crispin
On 25/11/2016 20:57, Christian Lamparter wrote: > While researching for the armvirt target, I looked at the > existing arm platforms. It turns out that the mediatek target > with its sole MT7623N/A chip is sold as a "highly integrated > multimedia network router system-on-chip". To that end, it >

Re: [LEDE-DEV] [PATCH rpcd 1/2] cmake: Find libubox/blobmsg_json.h

2016-12-11 Thread John Crispin
On 11/12/2016 09:12, John Crispin wrote: > > > On 03/12/2016 18:34, Florian Fainelli wrote: >> Add a CMake FIND_PATH and INCLUDE_DIRECTORIES searching for blobmsg_json.h. >> Some external toolchains which do not include standard locations would fail >> to >> find the header otherwise. >> >> Si

[LEDE-DEV] [PATCH] bcm53xx: disable CONFIG_FW_LOADER_USER_HELPER_FALLBACK

2016-12-11 Thread Rafał Miłecki
From: Rafał Miłecki There are many targets using user space scripts to generate firmware but bcm53xx doesn't need this, so let's disable that kernel option. This lets us avoid some scary-looking kernel warnings like: brcmfmac 0001:04:00.0: Falling back to user helper firmware brcm!brcmfmac43602-

[LEDE-DEV] [PATCH] Kernel: bump to 4.4.38

2016-12-11 Thread Stijn Segers
This patch bumps 4.4 from .36 to .38 (and supersedes my incomplete patch for .37). Compile-tested on ar71xx, ramips/mt7621 and x86/64. Run-tested on ar71xx & ramips/mt7621. Signed-off-by: Stijn Segers --- include/kernel-version.mk | 4 ++-- .../patches-4.4/910-unaligne

Re: [LEDE-DEV] [PATCH] Kernel: update kernel 4.4 to version 4.4.37

2016-12-11 Thread Stijn Segers
Yep, I see that now... Shouldn't send stuff when I'm tired. I sent in a new one for .36 -> .38. Cheers Stijn Op za, 10 dec 2016 om 9:08 , schreef Koen Vandeputte : Hi Stijn, 2 comments about this patch: - The actual upgrade is missing (in file include/kernel-version.mk) - .38 has been relea

Re: [LEDE-DEV] [PATCH v3] ramips: build factory images for Buffalo WSR-1166DHP/WSR-1166DHP2

2016-12-11 Thread Mathias Kresin
First of all, sorry for beeing late to the party and requesting changes to a V3. 11.12.2016 02:17, FUKAUMI Naoki: diff --git a/target/linux/ramips/image/mt7621.mk b/target/linux/ramips/image/mt7621.mk index 6d85511..23a79f5 100644 --- a/target/linux/ramips/image/mt7621.mk +++ b/target/linux/ra

Re: [LEDE-DEV] [PATCH v5 2/3] ipq806x: Add support for new device: tew827dru

2016-12-11 Thread Mathias Kresin
05.12.2016 03:43, J Mo: On 12/01/2016 11:18 PM, Mathias Kresin wrote: 02.12.2016 06:28, J Mo: On 11/27/2016 02:29 AM, Mathias Kresin wrote: Can you please clarify what of my previous reply it is that you don't understand so that I can do a better job of explaining it? The problem is quite sim

[LEDE-DEV] [PATCH v2] uqmi: Add support for specifying profile index

2016-12-11 Thread Matti Laakso
Update uqmi to latest version, which brings about support for specifying a call profile index instead of APN. A specific index different from 1 must be used for some service provider and modem combinations. Also change option dhcp to dhcpv6, since IPv4 now always uses DHCP, replace option ipv6 wit

[LEDE-DEV] [PATCH v2] comgt-ncm: Add support for specifying profile index

2016-12-11 Thread Matti Laakso
Add support for specifying a call profile index instead of APN. A specific index different from 1 must be used for some service provider and modem combinations. In addition, change the manufacturer detection to use the standard AT+CGMI command, which produces more predictable output than ATI, remo

Re: [LEDE-DEV] [PATCH] comgt-ncm: Add support for specifying profile index

2016-12-11 Thread Matti Laakso
On 12/11/2016 09:47 AM, John Crispin wrote: > Hi Matti > > i noticed that you remove the ipv6 option/support and this is not > mentioned in the commit message. could you elaborate on that one ? > > John Hi John, It is mentioned in the commit message, although maybe a bit unclear. I just sen

Re: [LEDE-DEV] [PATCH] uqmi: Add support for specifying profile index

2016-12-11 Thread Matti Laakso
On 12/09/2016 04:35 PM, Nikolay Ledovskikh wrote: > Tested your patch. It's working, but only after startup. > > When you disconnect modem from usb we have old cids saved. > Then we connect modems back, modems won't bring up automatically > (and I suppose they souldn't). And when we try to bring in

[LEDE-DEV] [PATCH 0/2] lantiq: get rid of /chosen/bootargs where possible

2016-12-11 Thread Martin Blumenstingl
This series removes the bootargs from all devicetree files where possible. There are two parameters which are converted to standard devicetree properties: - the console parameter is now provided by using /chosen/stdout-path along with an /aliases/serialN node - the init kernel parameter is remove

[LEDE-DEV] [PATCH 2/2] lantiq: remove "init" kernel command line parameter from bootargs

2016-12-11 Thread Martin Blumenstingl
/etc/preinit has been the default init-script for a very long time (at least since Linux 2.6.30 in OpenWrt). Remove the kernel command line "init" parameter to get rid of duplicate and inconsistent definitions of this parameter (some boards, like FRITZ3370 for example did not use it at all, while i

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

2016-12-11 Thread Martin Blumenstingl
Use devicetree's /chosen/stdout-path instead of the kernel command line (embedded in the .dts-files) to specify the serial console. Using the chosen node is recommended on devicetree based platforms. Signed-off-by: Martin Blumenstingl --- target/linux/lantiq/dts/ACMP252.dts | 2 +- target

Re: [LEDE-DEV] [LEDE-DEV, 3/3, v3] uqmi: Prevent 'POLICY MISMATCH' error.

2016-12-11 Thread Petr Štetiar
Matti Laakso [2016-12-09 11:35:35]: > On 09.12.2016 11:27, Petr Štetiar wrote: >> I knew, that there's only one profile defined, operator has deleted all other >> profiles, there's currently only one APN defined. >> >> AT+CGDCONT? >> +CGDCONT: 1,"IPV4V6","","0.0.0.0",0,0 > > Well, there's no

Re: [LEDE-DEV] [PATCH v3] ramips: build factory images for Buffalo WSR-1166DHP/WSR-1166DHP2

2016-12-11 Thread John Crispin
On 11/12/2016 14:53, Mathias Kresin wrote: > First of all, sorry for beeing late to the party and requesting changes > to a V3. > > 11.12.2016 02:17, FUKAUMI Naoki: >> diff --git a/target/linux/ramips/image/mt7621.mk >> b/target/linux/ramips/image/mt7621.mk >> index 6d85511..23a79f5 100644 >> --