[LEDE-DEV] [PATCH] ubox: Replace strerror(errno) with %m format.

2018-01-13 Thread Rosen Penev
Saves 872 bytes on Ubuntu 16.04. No change in functionality. Signed-off-by: Rosen Penev --- getrandom.c | 4 ++-- log/logd.c| 2 +- log/logread.c | 6 +++--- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/getrandom.c b/getrandom.c index 73a37b0..ad3a7af

[LEDE-DEV] [PATCH v2] imx6: add support for the intel gbit driver on GW5520

2018-01-13 Thread Koen Vandeputte
The Gateworks GW5520 board uses 2x intel gigabit mac's, instead of the internal i.MX6 FEC. Add support for these. Signed-off-by: Scott V. Kamp Signed-off-by: Koen Vandeputte --- target/linux/imx6/config-4.9 | 1 + 1 file changed, 1

[LEDE-DEV] [PATCH] config: don't define the same symbol twice

2018-01-13 Thread Koen Vandeputte
In commit fce35bce0f6e ("config: support new symbol intro'd in kernel 4.12") I forgot to remove the initial debug test line. This clearly is wrong as the same symbol is defined conditionally in the line below as it should be. I looked over it as I just checked if the symbol was present now upon

[LEDE-DEV] Merged:

2018-01-13 Thread Jo-Philipp Wich
Merged into lede-17.01 with http://git.lede-project.org/?p=source.git;a=commitdiff;h=a9d1c0e923. Thank you! ___ Lede-dev mailing list Lede-dev@lists.infradead.org http://lists.infradead.org/mailman/listinfo/lede-dev

Re: [LEDE-DEV] ath9k - WARN_ON origskb->len <= FCS_LEN - Driver bug?

2018-01-13 Thread Nick Lowe
Sat Jan 13 09:30:18 2018 kern.warn kernel: [49272.617226] [ cut here ] Sat Jan 13 09:30:18 2018 kern.warn kernel: [49272.621909] WARNING: CPU: 0 PID: 0 at backports-2017-11-01/net/mac80211/rx.c:629 ieee80211_rx_napi+0x1dd/0x7de [mac80211] Sat Jan 13 09:30:18 2018 kern.warn

[LEDE-DEV] ath9k - WARN_ON origskb->len <= FCS_LEN - Driver bug?

2018-01-13 Thread Nick Lowe
Hi all, I am seeing a WARN_ON being hit frequently with ath9k after updating to OpenWrt SNAPSHOT r5763-89233a8. The code generating the warning seems to point that this is a driver bug. rx.c: if (ieee80211_hw_check(>hw, RX_INCLUDES_FCS)) { if (unlikely(origskb->len <=

[LEDE-DEV] [PATCH v2] ar71xx: Netgear WNR2000v4: do not include USB packages [17.01]

2018-01-13 Thread Stijn Segers
The Netgear WNR2000v4 does not have a USB port. Hence, including USB packages into the default images is useless. It looks like the WNR2000v4 definition in master is OK. v2 fixes the silly typo in the patch title (WNR2000v4 instead of WNR200v4) Signed-off-by: Stijn Segers

[LEDE-DEV] [PATCH] ar71xx: Netgear WNR200v4: do not include USB packages [17.01]

2018-01-13 Thread Stijn Segers
The Netgear WNR2000v4 does not have a USB port. Hence, including USB packages into the default images is useless. It looks like the WNR2000v4 definition in master is OK. Signed-off-by: Stijn Segers --- target/linux/ar71xx/image/legacy-devices.mk | 1 - 1 file changed,

Re: [LEDE-DEV] [PATCH v4] ar71xx: add ew-balin platform from Embedded Wireless

2018-01-13 Thread Piotr Dymacz
Hello Catrinel, As John already wrote, it seems that your patch got whitespace mangled. Please, send new version using git send-email. Also, please see minor comments inline, below. On 13.01.2018 11:36, Catrinel Catrinescu wrote: Add the Embedded Wireless "Balin" platform, based on AR9344:

Re: [LEDE-DEV] [PATCH v4] ar71xx: add ew-balin platform from Embedded Wireless

2018-01-13 Thread John Crispin
Hi, patch is whitespace mangled and does not apply. How did you send the patch ? [...] --- a/target/linux/ar71xx/config-4.4 +++ b/target/linux/ar71xx/config-4.4 @@ -109,6 +109,7 @@ CONFIG_ATH79_MACH_ENS202EXT=y CONFIG_ATH79_MACH_EPG5000=y CONFIG_ATH79_MACH_ESR1750=y

[LEDE-DEV] [PATCH v4] ar71xx: add ew-balin platform from Embedded Wireless

2018-01-13 Thread Catrinel Catrinescu
Add the Embedded Wireless "Balin" platform, based on AR9344: http://www.embeddedwireless.de/uploads/Balin_data_2016_10.pdf SoC: QCA AR9344 or AR9350 RAM: DDR2-RAM 64MBytes Flash: SPI-NOR 16MBytes WLAN: 2 x 2 MIMO 2.4 & 5 GHz IEEE802.11 a/b/g/n Ethernet: 3 x 10/100 Mb/s USB: 1 x USB2.0 Host/Device

Re: [LEDE-DEV] Collecting issues on github

2018-01-13 Thread John Crispin
On 12/01/18 20:03, Ted Hess wrote: Hi folks, I would like to propose we close the issues tab on the github/openwrt/openwrt source repository as we did for the lede-project/source repo. We can continue to re-direct people to our bug-tracker for the mainline sources. The packages repo