Re: [PATCH] ipq40xx: add support for GL.iNet GL-B2200

2021-09-13 Thread Enrico Mioso
Hello! Out of curiosity - why isn't it possible to upgrade from vendor FW to openwrt via sysupgrade -n ? Thanks! Enrico On Mon, 13 Sep 2021, Li Zhang wrote: Date: Mon, 13 Sep 2021 10:02:00 From: Li Zhang To: openwrt-devel@lists.openwrt.org Cc: Li Zhang Subject: [PATCH] ipq40xx: add support

Re: Build issues gcc10

2021-09-13 Thread Rui Salvaterra
Hi, Adrian, On Mon, 13 Sept 2021 at 23:10, Adrian Schmutzler wrote: > > Just had one try before I went to bed, but it appears the problem is that > cc1plus generated by the toolchain has no execute bit set: How in blazes…? > /data/openwrt/build_dir/toolchain-arm_cortex-a15+neon-vfpv4_gcc-10.3.

RE: Build issues gcc10

2021-09-13 Thread Adrian Schmutzler
Hi, > -Original Message- > From: openwrt-devel [mailto:openwrt-devel-boun...@lists.openwrt.org] > On Behalf Of Rui Salvaterra > Sent: Sonntag, 12. September 2021 19:12 > To: Adrian Schmutzler > Cc: openwrt-devel@lists.openwrt.org > Subject: Re: Build issues gcc10 > > Hi, Adrian, > > On

[PATCH v2] libtool: bump to 2.4.6

2021-09-13 Thread Eneas U de Queiroz
This updates libtool to its current release, from 2015. Current patches were renumbered and given a description text. The fix in 160-passthrough-ssp.patch is no longer needed. A patch to speed up build was cherry-picked, and another openwrt specific patch was needed to not use quotes in $(SHELL)

RE: Build issues gcc10

2021-09-13 Thread Adrian Schmutzler
Hi, > -Original Message- > From: openwrt-devel [mailto:openwrt-devel-boun...@lists.openwrt.org] > On Behalf Of Stefan Lippers-Hollmann > Sent: Montag, 13. September 2021 00:30 > To: Adrian Schmutzler > Cc: openwrt-devel@lists.openwrt.org > Subject: Re: Build issues gcc10 > > Hi > > On 2

Re: [PATCH 0/2] Bump WolfSSL and libtool

2021-09-13 Thread Hauke Mehrtens
On 7/22/21 9:44 PM, Eneas U de Queiroz wrote: WolfSSL has decided it needs at least libtool 2.4.2 to build. From their commit 92854a5dd message: advance LT_PREREQ from 2.2 (2008) to 2.4.2 (2011) to reflect current automated testing coverage. We could easily patch our way out of it, bu

Re: Help with WiFi Streaming (ie noack) mode.

2021-09-13 Thread Ben Greear
On 9/11/21 5:08 PM, Nick Dennis wrote: ("WiFi Streaming" is just a more descriptive name for the desired wifi behaviour. The wifi keeps streaming packets without waiting for ACKS/Block ACKs.) I'm working with ath10k-ct, the boot announceent shows: [   17.250943] ath10k_pci :00:00.0: qca988

[PATCH] arm-trusted-firmware-mvebu: CZ.NIC's Secure Firmware bump to v2021.09.07

2021-09-13 Thread sean lee
bump version and remove patches that have been applied 176d701 wtmi: Wait 1s after putting PHYs INTn pin low 2eeccfe wtmi: Change comment describing reset workaround e8c94a5 wtmi: Count RAM size from both CS0 and CS1 995979e wtmi: Rename macro e29eb29 wtmi: soc: Fix start_ap_workaround() for TF-A

[PATCH] ipq40xx: add support for GL.iNet GL-B2200

2021-09-13 Thread Li Zhang
This patch adds supports for GL-B2200. Specifications: - SOC: Qualcomm IPQ4019 ARM Quad-Core - RAM: 512 MiB - Flash: 16 MiB NOR - SPI0 - EMMC: 8GB EMMC - ETH: Qualcomm QCA8075 - WLAN1: Qualcomm Atheros QCA4019 2.4GHz 802.11b/g/n 2x2 - WLAN2:

netifd brings up interfaces set admin-down with "ip link set $I down"

2021-09-13 Thread B
netifd will immediately and automatically set an interface active/up which has been administratively disabled with either the "ip link set $I down" or "ifconfig $I down" commands. Below is an example log after "ip link set eth0.1 down" is used against the "lan" configuration/policy. Note th