[OpenWrt-Devel] [PATCH] iproute2: m_xt.so depends on dynsyms.list

2021-09-02 Thread Roman Yeryomin
When doing parallel build on a fast machine with bottleneck in i/o, m_xt.so may start linking faster than dynsyms.list gets populated, resulting in error: ld:dynsyms.list:0: syntax error in dynamic list Fix this by adding dynsyms.list as make dependency to m_xt.so Described also here:

[PATCH] ath79: add support for TP-Link TL-WA1201 v2

2021-09-02 Thread balasr
From: Robert Balas This device is a wireless access point working on the 2.4 GHz and 5 GHz band, based on Qualcomm/Atheros QCA9563 + QCA9886. Specification - 775 MHz CPU - 128 MB of RAM (DDR2) - 16 MB of FLASH (SPI NOR) - QCA9563: 2.4 GHz 3x3 - QCA9886: 5 GHz - AR8033: 1x 1 Gbs Ethernet - 4x

Re: [PATCH v8 2/2] mvebu: add support for iEi Puzzle-M901/Puzzle-M902

2021-09-02 Thread Josef Schlehofer
Hi, Do you have any plans to upstream your DTS files for Puzzle M901 and Puzzle M902 into kernel? Regards, Josef On 02. 09. 21 11:47, eveans2...@gmail.com wrote: > From: Ian Chang > > Hardware specification > -- > * CN9130 SoC, Quad-core ARMv8 Cortex-72 @ 2200 MHz > * 4

[PATCH v8 2/2] mvebu: add support for iEi Puzzle-M901/Puzzle-M902

2021-09-02 Thread eveans2002
From: Ian Chang Hardware specification -- * CN9130 SoC, Quad-core ARMv8 Cortex-72 @ 2200 MHz * 4 GB DDR * 4 GB eMMC * mmcblk0 - mmcblk0p164M kernel_1 - mmcblk0p264M kernel_2 - mmcblk0p3 512M rootfs_1 - mmcblk0p4 512M rootfs_2 - mmcblk0p5 512M

[PATCH v8 1/2] mvebu: backport CN9130 dts necessary files changes to 5.4

2021-09-02 Thread eveans2002
From: Ian Chang 1. Add support for Marvell CN9130 SoC 2. Add support for CP115,and create an armada-cp11x.dtsi file which will be used to instantiate both CP110 and CP115 3. Add support for AP807/AP807-quad,AP807 is a major component of CN9130 SoC series 4. Drop PCIe I/O ranges from CP11x

[PATCH v12 2/2] dnsmasq: add config option for connmark DNS filtering

2021-09-02 Thread Etan Kissling
This adds uci support to configure connmark based DNS filtering. Signed-off-by: Etan Kissling (imported from upstream mailing list https://lists.thekelleys.org.uk/pipermail/dnsmasq-discuss/2021q2/015151.html) Signed-off-by: Etan Kissling --- v2: Bundle with patch to update dnsmasq. v8: Update

[PATCH v12 1/2] dnsmasq: Update to version 2.86rc3

2021-09-02 Thread Etan Kissling
Summary of upstream CHANGELOG: * Handle DHCPREBIND requests in the DHCPv6 server code. * Fix bug which caused dnsmasq to lose track of processes forked. * Major rewrite of the DNS server and domain handling code. * Revise resource handling for number of concurrent DNS queries. * Improve efficiency