Re: [LEDE-DEV] [PATCH v2] uqmi: fix raw-ip mode for newer lte modems

2017-11-29 Thread Nicholas Smith
Here is the VID:PID of the MC7430, if it helps. Bus 001 Device 002: ID 1199:9071 Sierra Wireless, Inc. > On 30 Nov 2017, at 1:49 pm, Nicholas Smith > wrote: > > Hi Koen, > > I would like to report that it is attempting, but it is unable to change >

Re: [LEDE-DEV] [PATCH v2] uqmi: fix raw-ip mode for newer lte modems

2017-11-29 Thread Nicholas Smith
Hi Koen, I would like to report that it is attempting, but it is unable to change /sys/class/wwan0/qmi/raw_ip to a “Y” on it’s own. I have to bring the interface down myself, set raw_ip to Y, then bring it back up. Manual, but it works every time. [ 40.40] qmi_wwan 1-2:1.8 wwan0:

Re: [LEDE-DEV] fixing of image file names

2017-11-29 Thread Luis Araneda
Hi, > I would like to propose something different which basically aims the same. > > 1. fix the compatible strings in the DTS files > 2. use the compatible string from the DTS in userspace (boardname) > 3. use the compatible string for the image filename (board_name in above > example) > > The

[LEDE-DEV] Invalid hash for usbip package

2017-11-29 Thread Nicholas Smith
Hi, When compiling the usbip package in the latest snapshot, the hash of the downloaded file is not the expected hash, causing the compilation to fail. I propose changing the hash in $build/feeds/packages/net/usbip/Makefile from the current value to the value below:

Re: [LEDE-DEV] [PATCH] ar71xx: add support for TP-Link TL-WDR7500v6

2017-11-29 Thread Piotr Dymacz
Hello Bill, On 29.11.2017 20:17, Bill Moffitt wrote: Hello Piotr and Karol, [snip] Please, include in commit message how to install LEDE on this device as described under "commit description" section on [1]. Ok, will prepare manual how to change bootloader to non-RSA one, move art and

Re: [LEDE-DEV] Add support for Comfast E312A

2017-11-29 Thread Piotr Dymacz
Hello Bill, Thank you for your patch but it seems that it got whitespace mangled and tabs were replaced with spaces. Please, send v2 using git send-email. Also, please see our submitting patches guide: [1]. Your patch is missing at least: - SoB line - correct prefix in the subject -

Re: [LEDE-DEV] [PATCH 1/2] scripts/download.pl: Add a --skip-hash option

2017-11-29 Thread Stijn Tintel
On 26-10-17 11:50, Baptiste Jonglez wrote: > When the new "--skip-hash" option is passed to scripts/download.pl, hash > verification of the downloaded files is completely skipped. This can be > useful when bumping package version, since the hash may not be known in > advance. > > Acked-by: Stijn

Re: [LEDE-DEV] [PATCH 2/2] download.mk: introduce a new variable SKIPHASH

2017-11-29 Thread Stijn Tintel
On 08-11-17 12:14, Baptiste Jonglez wrote: > Hi Stijn, > > What is your opinion on this patch? There has been a bit of feedback, but > you were the one requesting the change in the first place :) It seems most feedback simply ignores the part where b30ba14e actually broke existing functionality.

Re: [LEDE-DEV] add support for Comfast E314N

2017-11-29 Thread Piotr Dymacz
Hello Bill, Thank you for your patch but it seems that it got whitespace mangled and tabs were replaced with spaces. Please, send v2 using git send-email. Also, please see our submitting patches guide: [1]. Your patch is missing at least: - SoB line - correct prefix in the subject -

Re: [LEDE-DEV] [PATCH] ar71xx: add support for TP-Link TL-WDR7500v6

2017-11-29 Thread Piotr Dymacz
Hello Karol, Sorry for a late reply. On 06.11.2017 18:58, Bizon wrote: Hi Piotr, Thank You for comments. Before sending v2 patch lets clarify all doubts. 2017-11-05 23:22 GMT+01:00 Piotr Dymacz : Hello Karol, Thank you for your patch but it seems that it got whitespace

[LEDE-DEV] Add support for Comfast E312A

2017-11-29 Thread Bill Moffitt
This unit is the 5 GHz cousin to the E314N - a 5 GHz. 2x2 radio with built-in directional antenna. Very similar to a Ubiquiti NanoStation M5. This version of the patch seems to have everything working. I need some help generating a pull request (I'm a git newbie) - I have followed the

[LEDE-DEV] [PATCH] procd: nand: dont rely on boardname in nand_upgrade_tar

2017-11-29 Thread Mathias Kresin
Kernel and rootfs in a subdirectory matching the userspace boardname was intended to use a single sysupgrade-tar archive for multiple boards with different kernel/rootfs images. This feature was never used. Use the first found directory in the tar archive instead of relying on a directory named

Re: [LEDE-DEV] iodine bad endianess?

2017-11-29 Thread Jo-Philipp Wich
Hi Gui, please test the PR at https://github.com/openwrt/packages/pull/5190. ~ Jo ___ Lede-dev mailing list Lede-dev@lists.infradead.org http://lists.infradead.org/mailman/listinfo/lede-dev

Re: [LEDE-DEV] WRT3200ACM crashes after mac80211 wireless-testing 2017-11-01

2017-11-29 Thread Felix Fietkau
On 2017-11-23 01:25, Syrone Wong wrote: > Hi, > > 1. minor warning > > .config:5:warning: symbol value 'm' invalid for ATH_REG_DYNAMIC_USER_REG_HINTS > > The config entry is of type bool. > > config ATH_REG_DYNAMIC_USER_REG_HINTS > bool "Atheros dynamic user regulatory hints" > depends on

[LEDE-DEV] iodine bad endianess?

2017-11-29 Thread Gui Iribarren
Hello, i've been trying to run iodine (client) on LEDE, but the packets generated by the client have a weird problem, which looks like some endianness issue. Comparing the initial handshake packets generated by debian iodine client (which works fine), and LEDE one (which never connects to server)

[LEDE-DEV] [PATCH v3] dnsmaq: add interface to ubus notification

2017-11-29 Thread Borja Salazar
Signed-off-by: Borja Salazar --- package/network/services/dnsmasq/Makefile | 2 +- package/network/services/dnsmasq/patches/240-ubus.patch | 12 +++- 2 files changed, 8 insertions(+), 6 deletions(-) diff --git

Re: [LEDE-DEV] fixing of image file names

2017-11-29 Thread Mathias Kresin
28.11.2017 19:24, Daniel Golle: Hi Moritz, thanks for stepping forward and adressing this issue. It'd be good to include the two assertions added to your list beelow. On Tue, Nov 28, 2017 at 07:05:23PM +0100, Moritz Warning wrote: Hi, I noticed that there are some image file names that do

[LEDE-DEV] [PATCH v2] dnsmaq: add interface to ubus notification

2017-11-29 Thread Borja Salazar
Signed-off-by: Borja Salazar --- package/network/services/dnsmasq/patches/240-ubus.patch | 12 +++- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/package/network/services/dnsmasq/patches/240-ubus.patch