[OpenWrt-Devel] [PATCH] brcm63xx: initial support for Sky SR102 router

2018-07-14 Thread Andrius Štikonas 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 --- SOC:BCM63168 (BMIPS4350 V8

[OpenWrt-Devel] [PATCH 1/2][master+18.06] apm821xx: fix usb-otg on 4.14

2018-07-14 Thread Christian Lamparter
Starting with 4.14, the "amcc,dwc-otg" needs to be used in order to get the usb-otg to work. Signed-off-by: Christian Lamparter --- Please add this patch to the current openwrt-18.06 branch. --- target/linux/apm821xx/dts/apm82181.dtsi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff -

[OpenWrt-Devel] [PATCH 2/2] apm821xx: attempt to fix sata access freezes

2018-07-14 Thread Christian Lamparter
The original vendor's driver programmed the dma controller's AHB HPROT values to enable bufferable, privileged mode. This along with the "same priorty for both channels" could very well fix the freezes that have been reported on the forum by @ticerex and @takimata.

Re: [OpenWrt-Devel] [PATCH 1/3] toolchain/gcc: add GCC 8.1.0

2018-07-14 Thread Syrone Wong
> some new warnings triggered by syscall related macros. > > - Felix Do you mean something like https://patchwork.kernel.org/patch/10093317/ ? It's fixed via https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82435 Forgot to mention, to build grub2 for x86_64, there is another patch should be backporte

Re: [OpenWrt-Devel] iproute2 4.17.0 build error

2018-07-14 Thread Syrone Wong
> em_ipt.o: In function `em_ipt_print_epot': > em_ipt.c:(.text.em_ipt_print_epot+0x2e): undefined reference to > `xtables_init_all' em_ipt.c gets involved when TC_CONFIG_XT=y, which requires xtables, while tc/Makefile doesn't pass flags correctly. I added a patch to fix this. --- a/tc/Makefile

[OpenWrt-Devel] iproute2 4.17.0 build error

2018-07-14 Thread Syrone Wong
Hi, I checked the patchwork, it's added via https://patchwork.ozlabs.org/patch/877043/ build log below. tc CC tc.o CC tc_qdisc.o CC tc_class.o CC tc_filter.o CC tc_util.o CC tc_monitor.o CC tc_exec.o CC m_police.o

[OpenWrt-Devel] [PATCH 4/4 v1] ARM: dts: Add ethernet and switch to D-Link DIR-685

2018-07-14 Thread Linus Walleij
This adds the Ethernet and Realtek switch device to the D-Link DIR-685 Gemini-based device. Signed-off-by: Linus Walleij --- ChangeLog RFCv2->v1 - Use a fixed link on the ethernet port towards the router chip. ChangeLog RFCv1->RFCv2 - Rebased, use the new DT bindings --- arch/arm/boot/dts/gemi

Re: [OpenWrt-Devel] [PATCH] metadata: express conflicts in a single line

2018-07-14 Thread Mathias Kresin
12.07.2018 19:33, Mathias Kresin: Due to the use of dependencies to express conflicts, a package which conflicts with multiple other packages (variants) is indented one level for each conflict: < > pkg-variant-a < > pkg-variant-b (conflicts pkg-variant-a) < > pkg-variant-c (conflicts pkg-v