[OpenWrt-Devel] [PATCH] rtl8812au: Add out-of-tree driver.

2018-11-09 Thread greearb
From: Ben Greear It loads now, at least. Previosly worked on x86 when not trying to do backports build. Had to hack on the driver's include files and some related stuff a bit to get it to compile for OpenWRT. Signed-off-by: Ben Greear --- package/kernel/rtl8812AU/Makefile | 63 ++

Re: [OpenWrt-Devel] Upstreaming Board.bin for IPQ40xx

2018-11-09 Thread Clément Péron
Hi Robert, On Fri, 9 Nov 2018 at 18:11, Robert Marko wrote: > > Take a look at this example. > https://github.com/openwrt/openwrt/pull/713#issuecomment-369844218 Many Thanks, I will check this Regards, Clement > > You have to use ath10k-bdencoder > On Fri, 9 Nov 2018 at 16:07, Clément Péron w

Re: [OpenWrt-Devel] Upstreaming Board.bin for IPQ40xx

2018-11-09 Thread Robert Marko
Take a look at this example. https://github.com/openwrt/openwrt/pull/713#issuecomment-369844218 You have to use ath10k-bdencoder On Fri, 9 Nov 2018 at 16:07, Clément Péron wrote: > > Hi Robert, > > Thanks for the info, I have looked at the ipq-wifi but for exemple the > "board-zyxel_nbg6617.bin"

[OpenWrt-Devel] [PATCH] cryptodev-linux: move from packages feed

2018-11-09 Thread Eneas U de Queiroz 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 --- This is actually a build dependenc

Re: [OpenWrt-Devel] Upstreaming Board.bin for IPQ40xx

2018-11-09 Thread Clément Péron
Hi Robert, Thanks for the info, I have looked at the ipq-wifi but for exemple the "board-zyxel_nbg6617.bin" and "board-zyxel_wre6606.bin" are already combined into one board.bin. and they just replace the board-2.bin, But how are they combined ? I have seems some example to upstream the BDFs like

[OpenWrt-Devel] Upstreaming Board.bin for IPQ40xx

2018-11-09 Thread Clément Péron
Hi, I'm using a IPQ40xx board with kernel 4.14 (DK05 variant), I have successfully extract the pre-cal but i'm now stuck at the board-2.bin loading. When booting the ath10k_pci is looking for "bus=ahb,bmi-chip-id=0,bmi-board-id=16" and a "bus=ahb,bmi-chip-id=0,bmi-board-id=27" however these board

[OpenWrt-Devel] [PATCH] base-files: fwtool: Fix wrong checksum on combined-image with metadata

2018-11-09 Thread Petr Štetiar
From: Petr Štetiar If I create following image: define Device/engenius-m36 IMAGE/sysupgrade.bin := combined-image | append-metadata endef Sysupgrade then errors out: Invalid image. Contents do not match checksum (image:cd285595eaf297370404ae0e2815ec1a calculated:2cf9a2286fb6b01af3ea18912

[OpenWrt-Devel] [PATCH] Revert "iptables: fix dependency for libip6tc on IPV6"

2018-11-09 Thread Petr Štetiar
From: Petr Štetiar This patch reverts commit 2dc1f54b1205094e7c6036cae6275d2c326bad3e as it breaks the build for me on x86-64 if I've IPV6 support disabled. Same config builds fine on `openwrt-18.06` branch at 55d078b2. $ grep IPV6 .config # CONFIG_KERNEL_IPV6 is not set # CONFIG_IPV6 is