[OpenWrt-Devel] [PATCH] wireguard: bump to 0.0.20180620

2018-06-20 Thread Kevin Darbyshire-Bryant via openwrt-devel
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 --- 0bc4230 version: bump snapshot

Re: [OpenWrt-Devel] [PATCH] brcm2708: Add wifi driver, firmware and NVRAM for Raspberry Pi 3 b

2018-06-20 Thread Daniel Golle
On Wed, Jun 20, 2018 at 07:29:39PM +, Christo Nedev wrote: > 2708 -> 43430 -> pi0w > > 2709 -> 43430 -> pi3b > 2709 -> 43455 -> pi3bplus > > 2709 -> 43430 -> pi3b > 2709 -> 43455 -> pi3bplus > > Signed-off-by: Christo Nedev Applied. Thanks! ___

[OpenWrt-Devel] [PATCH] brcm2708: Add wifi driver, firmware and NVRAM for Raspberry Pi 3 b

2018-06-20 Thread Christo Nedev
2708 -> 43430 -> pi0w 2709 -> 43430 -> pi3b 2709 -> 43455 -> pi3bplus 2710 -> 43430 -> pi3b 2710 -> 43455 -> pi3bplus Signed-off-by: Christo Nedev --- target/linux/brcm2708/image/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/target/linux/brcm2708/image/Makefile

[OpenWrt-Devel] [PATCH] brcm2708: Add wifi driver, firmware and NVRAM for Raspberry Pi 3 b

2018-06-20 Thread Christo Nedev
2708 -> 43430 -> pi0w 2709 -> 43430 -> pi3b 2709 -> 43455 -> pi3bplus 2709 -> 43430 -> pi3b 2709 -> 43455 -> pi3bplus Signed-off-by: Christo Nedev --- target/linux/brcm2708/image/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/target/linux/brcm2708/image/Makefile

Re: [OpenWrt-Devel] ieee80211 phy0: rt2x00queue_write_tx_frame: Error - Dropping frame due to full tx queue...?

2018-06-20 Thread Tom Psyborg
god damn it guys, i need new hardware and aliexpress won't just send me one by mistake :P https://forum.lede-project.org/t/archer-c50-2-4ghz-wifi-not-stable/575/6 On 30/05/2018, Daniel Golle wrote: > Hi! > > On Mon, May 28, 2018 at 03:54:33PM +0200, Daniel Golle wrote: >> Hi! >> >> On Mon, May

Re: [OpenWrt-Devel] ath79: DSA with qca8k

2018-06-20 Thread Lucian Cristian
On 20.06.2018 12:02, John Crispin wrote: On 20/06/18 10:39, Lucian Cristian wrote: On 20.06.2018 11:26, Robert Marko wrote: You are missing CONFIG_NET_DSA_TAG_QCA Thanks but it doesn't help ! Regards ___ openwrt-devel mailing list

[OpenWrt-Devel] [PATCH v2 1/2] ath79: add Netgear WNR612 v2

2018-06-20 Thread Zoltan HERPAI
Netgear WNR612 v2: - cpu Atheros AR7240 (Python) @400MHz - flash 4MB - ram 32MB - ethernet 10/100: 1xwan + 2xlan (only two) - radio AR9285 As there is a rebranded WNR612v2 called ON Networks N150R, add a dtsi which includes all device support, and add a separate dts for the device only (with

[OpenWrt-Devel] [PATCH v2 2/2] ath79: add support for ON Networks N150R

2018-06-20 Thread Zoltan HERPAI
This is a rebranded Netgear WNR612v2, specs are the same. - Atheros AR7240 (Python) @400MHz - flash 4MB - ram 32MB - ethernet 10/100: 1xwan + 2xlan (only two) - radio AR9285 Signed-off-by: Zoltan HERPAI --- target/linux/ath79/base-files/etc/board.d/01_leds | 3 ++-

[OpenWrt-Devel] [PATCH 3/4] ramips: RE350: add rootfs offset to header

2018-06-20 Thread Alex Maclean
Have mktplinkfw fill in the rootfs offset so the firmware splitter can find it without aligning to erase blocks. Signed-off-by: Alex Maclean --- target/linux/ramips/image/mt7621.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/target/linux/ramips/image/mt7621.mk

[OpenWrt-Devel] [PATCH 2/4] firmware-utils: tplink-safeloader: add dynamic partitions

2018-06-20 Thread Alex Maclean
Add support to dynamically split the firmware partition into os-image and file-system partitions. This is done by replacing those entries in the partition table with a single unified firmware partition, which is then split according to actual kernel image size. The factory image will have the

[OpenWrt-Devel] [PATCH 4/4] firmware-utils: tplink-safeloader: switch RE350 to dynamic partitions

2018-06-20 Thread Alex Maclean
Use the new dynamic partition split in tplink-safeloader so we no longer have to worry about kernel size increases. Signed-off-by: Alex Maclean --- tools/firmware-utils/src/tplink-safeloader.c | 8 ++-- 1 file changed, 2 insertions(+), 6 deletions(-) diff --git

[OpenWrt-Devel] [PATCH 1/4] firmware-utils: mktplinkfw: add rootfs offset for combined images

2018-06-20 Thread Alex Maclean
Add an option (-O) to calculate rootfs offset for combined images. This is needed for the TP-Link mtdsplit driver to locate the rootfs when the start is not aligned to an erase block. This will be the case for sysupgrade images produced by tplink-safeloader with upcoming dynamic partition

[OpenWrt-Devel] ipq806x/ipq40xx: Dropped VLAN patch

2018-06-20 Thread Matej Kupljen
Hi all, I was wondering why the following patch was not used for ipq40xx boards? https://github.com/chunkeey/LEDE-IPQ40XX/blob/608803737f1c072d3be141f5d8561bc8dd9a4c2d/target/linux/ipq806x/patches-4.9/712-net-essedma-disable-default-vlan.patch It seems it got dropped when the split of ipq806x

Re: [OpenWrt-Devel] [PATCH] Add BlueZ Firmware package

2018-06-20 Thread Alberto Bursi
On 20/06/2018 11:54, Matej Kupljen wrote: Hi all, the following patch adds a BlueZ Firmware support. It was tested on Raspberry PI Zero W board only, but I believe it should work also on other boards, since it is not board specific. Signed-off-by: Matej Kupljen --- Bluez package is in

[OpenWrt-Devel] [PATCH] Add BlueZ Firmware package

2018-06-20 Thread Matej Kupljen
Hi all, the following patch adds a BlueZ Firmware support. It was tested on Raspberry PI Zero W board only, but I believe it should work also on other boards, since it is not board specific. Signed-off-by: Matej Kupljen --- diff --git a/package/firmware/bluez-firmware/Makefile

Re: [OpenWrt-Devel] ath79: DSA with qca8k

2018-06-20 Thread John Crispin
On 20/06/18 10:39, Lucian Cristian wrote: On 20.06.2018 11:26, Robert Marko wrote: You are missing CONFIG_NET_DSA_TAG_QCA Thanks but it doesn't help ! Regards ___ openwrt-devel mailing list openwrt-devel@lists.openwrt.org

Re: [OpenWrt-Devel] ath79: DSA with qca8k

2018-06-20 Thread Lucian Cristian
On 20.06.2018 11:26, Robert Marko wrote: You are missing CONFIG_NET_DSA_TAG_QCA Thanks but it doesn't help ! Regards ___ openwrt-devel mailing list openwrt-devel@lists.openwrt.org https://lists.openwrt.org/listinfo/openwrt-devel

[OpenWrt-Devel] ath79: DSA with qca8k

2018-06-20 Thread Lucian Cristian
I tried the example found in bindings and in qca8k staging but I don't have any output when the device starts or when the module is loaded, if is built as module. Tried with a qca9563+qca8337n switch and also with a qca9558+qca8327n switch with id added to qca8k driver, I also enabled printk