[LEDE-DEV] [LEDE-DEV, 1/3, v2] uqmi: Add sync command to release all cids.

2016-12-07 Thread Nickolay Ledovskikh
Signed-off-by: Nickolay Ledovskikh --- commands.c | 8 commands.h | 1 + 2 files changed, 9 insertions(+) diff --git a/commands.c b/commands.c index b1b54d7..eb19280 100644 --- a/commands.c +++ b/commands.c @@ -64,6 +64,14 @@ cmd_version_prepare(struct qmi_dev

[LEDE-DEV] [LEDE-DEV, 2/3, v2] Add support of using device symlinks.

2016-12-07 Thread Nickolay Ledovskikh
It's useful when using multiple usb devices that should be bound to certain usb ports. Symlinks are created by hotplug handlers. Signed-off-by: Nickolay Ledovskikh --- package/network/utils/comgt/files/directip.sh| 1 + package/network/utils/comgt/files/ncm.sh

[LEDE-DEV] [LEDE-DEV, 3/3, v2] uqmi: Prevent 'POLICY MISMATH' error.

2016-12-07 Thread Nickolay Ledovskikh
Add uqmi 'sync' command call to release stalled cid when preparing to setup new connection. As a result it prevents 'POLICY MISMATCH' errors. Signed-off-by: Nickolay Ledovskikh --- package/network/utils/uqmi/files/lib/netifd/proto/qmi.sh | 1 + 1 file changed, 1

Re: [LEDE-DEV] [PATCH 1/1] add support for overlaying rootfs content

2016-12-07 Thread Rafał Miłecki
On 7 December 2016 at 16:44, Karl Palsson wrote: > How is this different from just reverting the commit that stopped > this from working? I'm all for this, don't get me wrong, but if a > package can just explicitly define a file as "this overwrites > whatever" how is that any

Re: [LEDE-DEV] What's the purpose / gain from using VARIANT?

2016-12-07 Thread Sergey Ryazanov
On Wed, Dec 7, 2016 at 10:52 PM, Rafał Miłecki wrote: > On 12/07/2016 08:36 PM, Sergey Ryazanov wrote: >> On Wed, Dec 7, 2016 at 10:10 PM, Rafał Miłecki wrote: >>> I'm aware some packages (e.g. upstream-ssl, hostapd, dnsmasq) use >>> VARIANT. >>> >>> I don't

[LEDE-DEV] [PATCH] kernel: add KERNEL_DEBUG_PINCTRL and KERNEL_DEBUG_GPIO

2016-12-07 Thread Hauke Mehrtens
This makes it possible to activate the gpio and the pinctl debugging from LEDE menuconfig. Signed-off-by: Hauke Mehrtens --- config/Config-kernel.in | 8 1 file changed, 8 insertions(+) diff --git a/config/Config-kernel.in b/config/Config-kernel.in index

[LEDE-DEV] [PATCH] kernel: add TI tmp102 and tmp103 temperature sensors

2016-12-07 Thread Hauke Mehrtens
This just adds the kmods for these kernel modules. This is found on some Lantiq / Intel reference boards. Signed-off-by: Hauke Mehrtens --- package/kernel/linux/modules/hwmon.mk | 30 ++ 1 file changed, 30 insertions(+) diff --git

Re: [LEDE-DEV] [PATCH] kernel: add TI tmp102 and tmp103 temperature sensors

2016-12-07 Thread Rafał Miłecki
On 7 December 2016 at 22:45, Hauke Mehrtens wrote: > This just adds the kmods for these kernel modules. > This is found on some Lantiq / Intel reference boards. > > Signed-off-by: Hauke Mehrtens > --- > package/kernel/linux/modules/hwmon.mk | 30

Re: [LEDE-DEV] What's the purpose / gain from using VARIANT?

2016-12-07 Thread Sergey Ryazanov
Hello Rafał, On Wed, Dec 7, 2016 at 10:10 PM, Rafał Miłecki wrote: > I'm aware some packages (e.g. upstream-ssl, hostapd, dnsmasq) use VARIANT. > > I don't really understand the gain of this. How does it differ from > specifying separated packages? > I'm looking at

Re: [LEDE-DEV] [PATCH 1/1] add support for overlaying rootfs content

2016-12-07 Thread Karl Palsson
Rafał Miłecki wrote: > On 7 December 2016 at 16:44, Karl Palsson > wrote: > > How is this different from just reverting the commit that stopped > > this from working? I'm all for this, don't get me wrong, but if a > > package can just explicitly define a

[LEDE-DEV] What's the purpose / gain from using VARIANT?

2016-12-07 Thread Rafał Miłecki
I'm aware some packages (e.g. upstream-ssl, hostapd, dnsmasq) use VARIANT. I don't really understand the gain of this. How does it differ from specifying separated packages? I'm looking at package/libs/ustream-ssl/Makefile and I don't see much code saving from using this VARIANT variable/feature.

Re: [LEDE-DEV] batman-adv-legacy fails building because of missing dep kmod-crypto-core

2016-12-07 Thread Matthias Schiffer
On 12/07/2016 12:34 PM, Jochen Demmer wrote: > Hi, > > my current commit: ee55a19a618a30182213937c8c96e056d8f9ed41 > tried to build with the following diffconfig: > https://paste.fedoraproject.org/500943/ > > Getting this error: > > Collected errors: > *

Re: [LEDE-DEV] [PATCH 1/2] armvirt: new target

2016-12-07 Thread Felix Fietkau
On 2016-12-07 03:02, Yousong Zhou wrote: > An ARM Cortex-A15 machine provided by QEMU. > > Kernel drivers enabled: > > - pl011, uart > - pl031, rtc > - pl061, gpio > - pci-host-generic > - virtio_{mmio,pci,net,blk,scsi,9p,console,balloon} > - smp with NR_CPUS=4 > - cpu-hotplug > - ext4 >

[LEDE-DEV] [patch]layerscape: update uboot/fman, add 64b/32b target for ls1046ardb device

2016-12-07 Thread Y.T. Jiang
Hi all, https://github.com/lede-project/source/pull/593 This PR include three patches: [PATCH 1/3] layerscape: uboot-layerscape: prefer github over git.freescale.com [PATCH 2/3] layerscape: fman-ucode: prefer github over git.freescale.com [PATCH 3/3] layerscape: add 64b/32b target for

[LEDE-DEV] batman-adv-legacy fails building because of missing dep kmod-crypto-core

2016-12-07 Thread Jochen Demmer
Hi, my current commit: ee55a19a618a30182213937c8c96e056d8f9ed41 tried to build with the following diffconfig: https://paste.fedoraproject.org/500943/ Getting this error: Collected errors: * satisfy_dependencies_for: Cannot satisfy the following dependencies for

[LEDE-DEV] [PATCH 1/1] add support for overlaying rootfs content

2016-12-07 Thread Rafał Miłecki
From: Rafał Miłecki This adds support for install-overlay define. When used in package it allows installing files to a special directory that gets copied to the root when installing it. It allows overwriting files provided by other packages. Signed-off-by: Rafał Miłecki

[LEDE-DEV] uqmi: Add sync command to release all cids.

2016-12-07 Thread Nickolay Ledovskikh
Signed-off-by: Nickolay Ledovskikh --- commands.c | 8 commands.h | 1 + 2 files changed, 9 insertions(+) diff --git a/commands.c b/commands.c index b1b54d7..eb19280 100644 --- a/commands.c +++ b/commands.c @@ -64,6 +64,14 @@ cmd_version_prepare(struct qmi_dev

[LEDE-DEV] [EXAMPLE 2/1] custom-banner: package customizing LEDE banner

2016-12-07 Thread Rafał Miłecki
From: Rafał Miłecki Signed-off-by: Rafał Miłecki --- package/custom-banner/Makefile | 28 package/custom-banner/banner | 10 ++ 2 files changed, 38 insertions(+) create mode 100644 package/custom-banner/Makefile

Re: [LEDE-DEV] What's the purpose / gain from using VARIANT?

2016-12-07 Thread Rafał Miłecki
On 12/07/2016 08:36 PM, Sergey Ryazanov wrote: On Wed, Dec 7, 2016 at 10:10 PM, Rafał Miłecki wrote: I'm aware some packages (e.g. upstream-ssl, hostapd, dnsmasq) use VARIANT. I don't really understand the gain of this. How does it differ from specifying separated packages?

[LEDE-DEV] [PATCH uclient v3] Fix unused results warnings

2016-12-07 Thread Florian Fainelli
Fixes: uclient-http.c:385:8: error: ignoring return value of 'fread', declared with attribute warn_unused_result [-Werror=unused-result] fread(, sizeof(val), 1, f); ^ uclient-fetch.c: In function 'main': uclient-fetch.c:664:12: error: ignoring return value of 'asprintf', declared

Re: [LEDE-DEV] [PATCH 1/1] add support for overlaying rootfs content

2016-12-07 Thread Karl Palsson
How is this different from just reverting the commit that stopped this from working? I'm all for this, don't get me wrong, but if a package can just explicitly define a file as "this overwrites whatever" how is that any different from before? If I remember correctly it was this one: commit

Re: [LEDE-DEV] batman-adv-legacy fails building because of missing dep kmod-crypto-core

2016-12-07 Thread Jochen Demmer
I used to include gluon-packages in feeds.conf. After I removed it batman-adv-legacy was still available. It just didn't get any updates. Since I added gluon-packages back to feeds.conf and then updated it building now works fine. Thank you Am 07.12.2016 um 14:08 schrieb Matthias Schiffer: > On

[LEDE-DEV] * Add support of using device symlinks in network config. For example, it useful when using multiple usb devices that should be bound to certain usb ports. * Add uqmi 'sync' command call to

2016-12-07 Thread Nickolay Ledovskikh
Signed-off-by: Nickolay Ledovskikh --- package/network/utils/comgt/files/directip.sh| 1 + package/network/utils/comgt/files/ncm.sh | 2 ++ package/network/utils/uqmi/files/lib/netifd/proto/qmi.sh | 4 3 files changed, 7 insertions(+) diff

[LEDE-DEV] * Add support of using device symlinks in network config. For example, it useful when using multiple usb devices that should be bound to certain usb ports. * Add uqmi 'sync' command call to

2016-12-07 Thread Nickolay Ledovskikh
Signed-off-by: Nickolay Ledovskikh --- package/network/utils/comgt/files/directip.sh| 1 + package/network/utils/comgt/files/ncm.sh | 2 ++ package/network/utils/uqmi/files/lib/netifd/proto/qmi.sh | 4 3 files changed, 7 insertions(+) diff

Re: [LEDE-DEV] What's the purpose / gain from using VARIANT?

2016-12-07 Thread Florian Fainelli
On 12/07/2016 11:52 AM, Rafał Miłecki wrote: > On 12/07/2016 08:36 PM, Sergey Ryazanov wrote: >> On Wed, Dec 7, 2016 at 10:10 PM, Rafał Miłecki wrote: >>> I'm aware some packages (e.g. upstream-ssl, hostapd, dnsmasq) use >>> VARIANT. >>> >>> I don't really understand the gain of

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

2016-12-07 Thread Giuseppe Lippolis
> --- a/package/network/utils/comgt/files/getcardinfo.gcom > +++ b/package/network/utils/comgt/files/getcardinfo.gcom > @@ -6,7 +6,7 @@ opengt > flash 0.1 > > :start > - send "ATI^m" > + send "AT+CGMI^m" > diff --git a/package/network/utils/comgt/files/ncm.json > diff --git