[PATCH v2] ramips: fix at803x patch again

2021-06-03 Thread DENG Qingfang
Commit 8222f8e1b9be overrides AR8031's PHY features, making its SFP link status detection unavailable. To fix that, do not override it in ramips patch. Commit 6d4ef6792612 also moves .config_aneg to AR8035 by mistake, fix that as well. Reported-by: CHEN Minqiang Fixes: 8222f8e1b9be ("ath79: fix

[PATCH v2] ipq806x: fix LAN and WAN port assignments on TP-Link AD7200

2021-06-03 Thread Alex Henrie
LAN port 4 was swapped with the WAN port and the remaining three LAN ports were numbered in reverse order from their labels on the case. Fixes: 1a775a4fd033 ("ipq806x: add support for TP-Link Talon AD7200") Signed-off-by: Alex Henrie --- v2: Explicitly assign desired port numbers. ---

[PATCH] ramips: fix at803x patch again

2021-06-03 Thread DENG Qingfang
Commit 8222f8e1b9be overrides AR8031's PHY features, making its fibre feature unavailable. To fix that, override it again with the correct features flag in ramips patch. Reported-by: CHEN Minqiang Fixes: 8222f8e1b9be ("ath79: fix link mode support list on UniFi AC") Signed-off-by: DENG Qingfang

Does blockd intentionally skip mounts if device name exists in / ?

2021-06-03 Thread David Adair 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 will block autofs from

RE: Inconsistencies in include/image.mk

2021-06-03 Thread Adrian Schmutzler
Hi, > -Original Message- > From: openwrt-devel [mailto:openwrt-devel-boun...@lists.openwrt.org] > On Behalf Of Philip Prindeville > Sent: Donnerstag, 3. Juni 2021 07:23 > To: OpenWrt Development List > Subject: Inconsistencies in include/image.mk > > Hi, > > I was looking at this with

Re: FRAG Attacks (new vuln for wifi)

2021-06-03 Thread Ben Greear
On 5/13/21 11:50 AM, Mirko Parthey wrote: On Thu, May 13, 2021 at 03:49:05PM +0200, Felix Fietkau wrote: We're talking about the version of the kernel tree used to create the ath10k-ct source, not the kernel version used by OpenWrt. OK, sorry for the noise. I have compile-tested (against

Product Inquiry [JL] 06/03/21

2021-06-03 Thread John Lewis Partnersip
Dear lede-dev The famous brand John Lewis Partnership, is UK's largest multi- channel retailer with over 126 shops and multiple expansion in Africa furnished by European/Asian/American products. We are sourcing new products to attract new customers and also retain our existing ones, create new

Re: [PATCH 19.07] ubus: update to version 2021-06-03

2021-06-03 Thread Petr Štetiar
Jo-Philipp Wich [2021-06-03 10:50:07]: Hi, > does that change the libubus abi? good catch, should be handled in v2 series. -- ynezz ___ openwrt-devel mailing list openwrt-devel@lists.openwrt.org

[PATCH 19.07 v2 2/2] ubus: update to version 2021-06-03

2021-06-03 Thread Petr Štetiar
:=90fb56c00bbd911d929227528e679b174b1f4cec +PKG_MIRROR_HASH:=cec3ce8a2b952f08ed26d7f7e230cbbac34e66f0bcf11a03c3edaef1d0390490 +PKG_ABI_VERSION:=20210603 CMAKE_INSTALL:=1 PKG_LICENSE:=LGPL-2.1 ___ openwrt-devel mailing list openwrt-devel@lists.openwrt.org https://lists.openwrt.org/mailman

[PATCH 19.07 v2 1/2] ubus: backport SOVERSION support

2021-06-03 Thread Petr Štetiar
Add a support for setting of new `ABIVERSION` CMake define which allows to control the SOVERSION used for the built shared library. This is needed for downstream packaging to properly track breaking ABI changes when updating to newer versions of the library. Signed-off-by: Felix Fietkau

Re: [PATCH] ipq806x: fix LAN and WAN port assignments on TP-Link AD7200

2021-06-03 Thread David Bauer
Hi Alex, On 6/3/21 8:18 AM, Alex Henrie wrote: > LAN port 4 was swapped with the WAN port and the remaining three LAN > ports were numbered in reverse order from their labels on the case. > > Fixes: 1a775a4fd033 ("ipq806x: add support for TP-Link Talon AD7200") > Signed-off-by: Alex Henrie >

Re: [PATCH 19.07] ubus: update to version 2021-06-03

2021-06-03 Thread Jo-Philipp Wich
Hi Petr, does that change the libubus abi? ~ Jo signature.asc Description: OpenPGP digital signature ___ openwrt-devel mailing list openwrt-devel@lists.openwrt.org https://lists.openwrt.org/mailman/listinfo/openwrt-devel

[PATCH 19.07] ubus: update to version 2021-06-03

2021-06-03 Thread Petr Štetiar
This update cherry picks following changes: * ubusd: protect against too-short messages * ubusd: add per-client tx queue limit * ubusd: convert tx_queue to linked list * lua: avoid truncation of large numeric values Fixes: FS#1525 Signed-off-by: Petr Štetiar --- I've created openwrt-19.07

Re: [PATCH uclient] uclient-fetch: allow to overwrite Content-Type header for POST

2021-06-03 Thread Vincent Wiemann
On 6/3/21 7:57 AM, Andre Heider wrote: This is required by some APIs, e.g. matrix's media upload [0]. [0] https://matrix.org/docs/spec/client_server/latest#post-matrix-media-r0-upload Signed-off-by: Andre Heider --- uclient-fetch.c | 11 +-- 1 file changed, 9 insertions(+), 2

Re: [PATCH uclient] uclient-fetch: allow to overwrite Content-Type header for POST

2021-06-03 Thread Vincent Wiemann
On 6/3/21 7:57 AM, Andre Heider wrote: This is required by some APIs, e.g. matrix's media upload [0]. [0] https://matrix.org/docs/spec/client_server/latest#post-matrix-media-r0-upload Signed-off-by: Andre Heider --- uclient-fetch.c | 11 +-- 1 file changed, 9 insertions(+), 2

[PATCH] ipq806x: fix LAN and WAN port assignments on TP-Link AD7200

2021-06-03 Thread Alex Henrie
LAN port 4 was swapped with the WAN port and the remaining three LAN ports were numbered in reverse order from their labels on the case. Fixes: 1a775a4fd033 ("ipq806x: add support for TP-Link Talon AD7200") Signed-off-by: Alex Henrie --- target/linux/ipq806x/base-files/etc/board.d/02_network |

Re: TP-Link AD7200: WAN port is swapped with last LAN port

2021-06-03 Thread Alex Henrie
On Mon, May 31, 2021 at 11:58 PM Alex Henrie wrote: > > On OpenWrt 21.02-rc2 (and probably earlier), the WAN port is treated > as a LAN port and LAN port 4 is treated as the WAN port on the TP-Link > AD7200. (Actually, all the ports show up in LuCI in reverse order from > their labels on the

[PATCH uclient] uclient-fetch: allow to overwrite Content-Type header for POST

2021-06-03 Thread Andre Heider
This is required by some APIs, e.g. matrix's media upload [0]. [0] https://matrix.org/docs/spec/client_server/latest#post-matrix-media-r0-upload Signed-off-by: Andre Heider --- uclient-fetch.c | 11 +-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/uclient-fetch.c