[OpenWrt-Devel] [PATCH] mbedtls: update to version 2.16.1

2019-03-29 Thread Josef Schlehofer
Refreshed patches Signed-off-by: Josef Schlehofer --- package/libs/mbedtls/Makefile | 10 ++--- package/libs/mbedtls/patches/200-config.patch | 44 +-- ...optimized-MULADDC-code-only-on-ARM-6.patch | 2 +- 3 files changed, 28 insertions(+), 28 deletions(-) diff

[OpenWrt-Devel] [PATCH] ca-certificates: update to version 20190110

2019-03-13 Thread Josef Schlehofer
- Tested on Turris MOX, OpenWrt master - Removed PKG_BUILD_DIR In build_dir there were two folders ca-certificates and ca-certificates-20190110 and it failed as files were in ca-certificates-20190110 Signed-off-by: Josef Schlehofer --- package/system/ca-certificates/Makefile | 7 +++ 1 file

[OpenWrt-Devel] [PATCH] mvebu: add kmod-i2c-mux-pca954x for Turris Omnia

2019-04-19 Thread Josef Schlehofer
The driver is for the I2C mux. Schematic available at https://doc.turris.cz/doc/_media/rtrom01-schema.pdf Signed-off-by: Josef Schlehofer --- target/linux/mvebu/image/cortex-a9.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/target/linux/mvebu/image/cortex-a9.mk b/target

[OpenWrt-Devel] [PATCH OpenWrt 18.06] ca-certificates: update to 20190110

2019-04-20 Thread Josef Schlehofer
- Tested on Turris MOX, cortexa53 and Turris Omnia, mvebu - Removed PKG_BUILD_DIR Signed-off-by: Josef Schlehofer --- package/system/ca-certificates/Makefile | 7 +++ 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/package/system/ca-certificates/Makefile b/package/system/ca

Re: [OpenWrt-Devel] [PATCH 0/2] Fix sysupgrade on Turris Omnia

2019-04-24 Thread Josef Schlehofer
Hello, Thank you! During the weekend, I noticed it as well. I wanted to look at it this week, but you were faster. :-) Best regards, Josef Schlehofer On 23. 04. 19 21:59, Klaus Kudielka wrote: > This is an effort to make sysupgrade work again on Turris Omnia, after > commit 4e8345ff68 (

[OpenWrt-Devel] [PATCH] bzip2: Fix CVE-2019-12900

2019-09-01 Thread Josef Schlehofer
More details about this CVE: https://nvd.nist.gov/vuln/detail/CVE-2019-12900 Signed-off-by: Josef Schlehofer --- package/utils/bzip2/Makefile | 2 +- .../bzip2/patches/020-CVE-2019-12900.patch| 65 +++ 2 files changed, 66 insertions(+), 1 deletion

[OpenWrt-Devel] [PATCH] expat: Update to version 2.2.9

2019-09-29 Thread Josef Schlehofer
Fixes CVE-2019-15903 Signed-off-by: Josef Schlehofer --- tools/expat/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tools/expat/Makefile b/tools/expat/Makefile index 4afcb5e923..de7f2a0deb 100644 --- a/tools/expat/Makefile +++ b/tools/expat/Makefile @@ -9,10

[OpenWrt-Devel] [PATCH] strace: update to version 5.3

2019-10-19 Thread Josef Schlehofer
-by: Josef Schlehofer --- package/devel/strace/Makefile | 17 - 1 file changed, 8 insertions(+), 9 deletions(-) diff --git a/package/devel/strace/Makefile b/package/devel/strace/Makefile index 2d4332bf79..950dafc5d9 100644 --- a/package/devel/strace/Makefile +++ b/package/devel

[OpenWrt-Devel] [PATCH] tools/e2fsprogs: Update to version 1.45.4

2019-10-03 Thread Josef Schlehofer
Fixes CVE-2019-5094 Signed-off-by: Josef Schlehofer --- tools/e2fsprogs/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tools/e2fsprogs/Makefile b/tools/e2fsprogs/Makefile index a4523137ac..c7ccd4478f 100644 --- a/tools/e2fsprogs/Makefile +++ b/tools/e2fsprogs

[OpenWrt-Devel] [PATCH 1/2] mbedtls: update to version 2.16.5

2020-02-22 Thread Josef Schlehofer
Changelog: https://tls.mbed.org/tech-updates/releases/mbedtls-2.16.5-and-2.7.14-released Security advisory: https://tls.mbed.org/tech-updates/security-advisories/mbedtls-security-advisory-2020-02 Signed-off-by: Josef Schlehofer --- package/libs/mbedtls/Makefile | 4 ++-- 1 file changed, 2

[OpenWrt-Devel] [PATCH 2/2] mbedtls: use correct SPDX License Identifier and add License file

2020-02-22 Thread Josef Schlehofer
License "GPL-2.0+" is deprecated License Identifier according to SPDX License list [1]. The correct one is GPL-2.0-or-later. While at it, also add the License file. [1] https://spdx.org/licenses/ Signed-off-by: Josef Schlehofer --- package/libs/mbedtls/Makefile | 3 ++- 1 file

[OpenWrt-Devel] [PATCH] strace: update to version 5.5

2020-02-22 Thread Josef Schlehofer
Changelog: https://strace.io/files/5.5/ Signed-off-by: Josef Schlehofer --- package/devel/strace/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package/devel/strace/Makefile b/package/devel/strace/Makefile index 0d22b0bb23..cdf4067ad2 100644 --- a/package/devel

[OpenWrt-Devel] [PATCH] [19.07] ramips: add kmod-mt7615e to Xiaomi Mi Router 3 Pro

2020-01-12 Thread Josef Schlehofer
/openwrt/commit/d7c082ba4f7de97b3708d1f4a064954ffc774778 [2] https://forum.openwrt.org/t/xiaomi-r3p-no-wifi-with-latest-stable-19-07-0-after-upgrade/52299 Signed-off-by: Ozgur Can Leonard Signed-off-by: Josef Schlehofer [added commit message] --- target/linux/ramips/image/mt7621.mk | 2 +- 1 file

[OpenWrt-Devel] [PATCH] strace: update to version 5.4

2020-01-04 Thread Josef Schlehofer
Changelog: https://strace.io/files/5.4/ Signed-off-by: Josef Schlehofer --- package/devel/strace/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package/devel/strace/Makefile b/package/devel/strace/Makefile index 950dafc5d9..0d22b0bb23 100644 --- a/package/devel

[OpenWrt-Devel] [PATCH] e2fsprogs: update to version 1.45.4

2020-01-01 Thread Josef Schlehofer
Removed backported patch Release notes: http://e2fsprogs.sourceforge.net/e2fsprogs-release.html#1.45.4 Signed-off-by: Josef Schlehofer --- package/utils/e2fsprogs/Makefile | 6 +- .../100-CVE-2019-5094-libsupport.patch| 203 -- 2 files changed, 3

Re: [OpenWrt-Devel] [PATCH 1/2] wireguard.sh: Batch file writes

2020-01-01 Thread Josef Schlehofer
Hi, This needs version bump of PKG_RELEASE. On 01. 01. 20 3:08, Rosen Penev wrote: > Speeds up config generation. > > Signed-off-by: Rosen Penev > --- > .../utils/wireguard-tools/files/wireguard.sh | 32 --- > 1 file changed, 14 insertions(+), 18 deletions(-) > > diff --git

[OpenWrt-Devel] [PATCH] [18.06] openssl: update to version 1.0.2u

2020-01-01 Thread Josef Schlehofer
Fixes CVE-2019-1551 (rsaz_512_sqr overflow bug) on x86_x64 Signed-off-by: Josef Schlehofer --- package/libs/openssl/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package/libs/openssl/Makefile b/package/libs/openssl/Makefile index 50939568c8..d066d4bb0e 100644

Re: [OpenWrt-Devel] [PATCH] [18.06] tools/expat: Update to version 2.2.9

2020-01-06 Thread Josef Schlehofer
in IRC channel #openwrt-devel on Freenode, but it didn't help. That's why I resend it. Regards, Josef On 06. 01. 20 18:50, Josef Schlehofer wrote: > Fixes two CVEs: > - CVE-2019-15903 (Fix heap overflow triggered by XML_GetCurrentLineNumber) > - CVE-2018-20843 (Fix extraction of namespace

[OpenWrt-Devel] [PATCH] [18.06] tools/expat: Update to version 2.2.9

2020-01-06 Thread Josef Schlehofer
Fixes two CVEs: - CVE-2019-15903 (Fix heap overflow triggered by XML_GetCurrentLineNumber) - CVE-2018-20843 (Fix extraction of namespace prefixes from XML names) Signed-off-by: Josef Schlehofer --- tools/expat/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git

[OpenWrt-Devel] [PATCH] curl: update to version 7.70.0

2020-05-02 Thread Josef Schlehofer
- Release notes: https://curl.haxx.se/changes.html#7_70_0 - Refreshed patch Signed-off-by: Josef Schlehofer --- package/network/utils/curl/Makefile| 4 ++-- .../utils/curl/patches/200-no_docs_tests.patch | 14 +++--- 2 files changed, 9 insertions(+), 9 deletions

[PATCH] trace-cmd: disable AUDIT (libaudit library)

2020-10-02 Thread Josef Schlehofer
as much as possible - libaudit .ipk has 42,4 kB. Signed-off-by: Josef Schlehofer --- package/devel/trace-cmd/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/package/devel/trace-cmd/Makefile b/package/devel/trace-cmd/Makefile index 25831d8b1b..d1f73ae9bb 100644

[PATCH] linux-firmware: add support for Marvell SDIO 8997

2020-08-18 Thread Josef Schlehofer
nux/kernel/git/stable/linux.git/commit/?id=00eb0cb36fad5 [3] https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git/commit/?id=2e1fcac52a9ea Signed-off-by: Josef Schlehofer --- package/firmware/linux-firmware/Makefile | 2 +- package/firmware/linux-firmware/marvell.mk | 4 +++- 2 fil

[PATCH] curl: update to version 7.72.0

2020-08-21 Thread Josef Schlehofer
Changes in this version can be found here: https://curl.haxx.se/changes.html#7_72_0 Signed-off-by: Josef Schlehofer --- package/network/utils/curl/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package/network/utils/curl/Makefile b/package/network/utils/curl

Re: [PATCH] ipset: update to version 7.6

2020-08-17 Thread Josef Schlehofer
On 14. 08. 20 21:25, Adrian Schmutzler wrote: >> -Original Message- >> From: openwrt-devel [mailto:openwrt-devel-boun...@lists.openwrt.org] >> On Behalf Of Josef Schlehofer >> Sent: Freitag, 14. August 2020 21:19 >> To: openwrt-devel@lists.openwrt.org >

[PATCH] ipset: update to version 7.6

2020-08-14 Thread Josef Schlehofer
Changelog: https://ipset.netfilter.org/changelog.html Signed-off-by: Josef Schlehofer --- package/network/utils/ipset/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package/network/utils/ipset/Makefile b/package/network/utils/ipset/Makefile index 0bab21a12f

[PATCH] linux-firmware: update to version 20200817

2020-08-17 Thread Josef Schlehofer
617 QCA: Update WCN3991 FW files Signed-off-by: Josef Schlehofer --- package/firmware/linux-firmware/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package/firmware/linux-firmware/Makefile b/package/firmware/linux-firmware/Makefile index b50a025409..ad3363ebd9 100

Re: [OpenWrt-Devel] [PATCH v2 0/3] build: Avoid 'Argument list too long' error

2020-06-18 Thread Josef Schlehofer
are not able to compile because hostapd fails. More about it https://lists.infradead.org/pipermail/openwrt-devel/2020-June/023976.html So all these tested patches were tested and feel free to add my: Tested-by: Josef Schlehofer   Regards, Josef On 20. 02. 20 22:29, Eneas U de Queiroz wrote

Re: [OpenWrt-Devel] [PATCH iwinfo] iwinfo: add device id for Marvell 88W8997 SDIO wifi card

2020-06-03 Thread Josef Schlehofer
Hello, On 03. 06. 20 14:53, Petr Štetiar wrote: > Pali Rohár [2020-06-03 14:48:23]: > >> What do you suggest to put into commit description of such small change >> where commit title already contains description of the whole change? > lspci output as in your other patch, simply something,

Re: Download server is down?

2020-11-24 Thread Josef Schlehofer
Hi, It's down again. Regards, Josef On 14. 11. 20 12:16, Torbjorn Jansson wrote: > On 2020-11-14 09:58, Hannu Nyman wrote: >> Looks like the download server is down, or at least has major trouble >> (with the backend?). >> >> There are several forum discussions about errors like >> >> 504

[PATCH 1/2] armvirt/64: change it to cortex-a53 instead of generic

2020-12-13 Thread Josef Schlehofer
href/instructionset/aarch64_generic [2] https://openwrt.org/docs/techref/instructionset/aarch64_cortex-a53 [3] https://openwrt.org/docs/techref/instructionset/arm_cortex-a15_neon-vfpv4 Signed-off-by: Josef Schlehofer --- target/linux/armvirt/64/target.mk | 5 +++-- 1 file changed, 3 insertions(+), 2 delet

[PATCH 2/2] armvirt: README: rename it from LEDE to OpenWrt

2020-12-13 Thread Josef Schlehofer
Signed-off-by: Josef Schlehofer --- target/linux/armvirt/README | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/target/linux/armvirt/README b/target/linux/armvirt/README index ae0d2ada62..b870fe19f7 100644 --- a/target/linux/armvirt/README +++ b/target/linux/armvirt/README

Re: [PATCH] mvebu/cortexa53: add targz rootfs feature

2020-12-14 Thread Josef Schlehofer
On 14. 12. 20 21:59, Paul Spooren wrote: > The rootfs is required to create rootfs Docker containers. With this > feature enable a new runtime test can happen for the aarch64_cortex-a53 > architecture. > > CC: Josef Schlehofer > Signed-off-by: Paul Spooren Acked-by

[PATCH 19.07] kernel: Update kernel 4.14 to version 4.14.206

2020-11-13 Thread Josef Schlehofer
picked from commit 9cdc02be88d5c25791664b1baaf9a7c1a4382c95) Signed-off-by: Josef Schlehofer [added commit message about run testing on Turris devices, added mention about Sad DNS] --- include/kernel-version.mk | 4 ++-- target/linux/cns3xxx/patches-4.14/210

[PATCH] busybox: enable whois by default

2020-11-16 Thread Josef Schlehofer
serious issues if you don't update package indexes first. Whois can identify who owns a domain and how to get reach owner. Providing this tool in OpenWrt someone does not need to use websites for everything. According to config/networking/Config.in, it should take 6.3 kb. Signed-off-by: Josef

Re: [PATCH] busybox: enable whois by default

2020-11-17 Thread Josef Schlehofer
. 20 21:18, Paul Spooren wrote: > On Mon Nov 16, 2020 at 9:14 PM HST, Petr Štetiar wrote: >> Josef Schlehofer [2020-11-17 02:07:09]: >> >> Hi, >> >>> Whois can identify who owns a domain and how to get reach owner. Providing >>> this tool in

Re: Can I please request a review for an open PR?

2021-05-19 Thread Josef Schlehofer
Hello, While we are at the packages repository [1], where are currently more than 80 PR's opened, can someone take a look also at more than 200 PR's opened at OpenWrt repository [2]? ;-) E.g. this PR - openwrt/openwrt#3861 [3]. Rather, my question is that anyone, even you, can review anything,

[PATCH] linux-firmware: update to version 20210315 and trim down broadcom FW

2021-05-01 Thread Josef Schlehofer
] https://github.com/openwrt/openwrt/blob/eeda8652f1655d4f9c11e9c9f51ddcd3377d119a/package/firmware/cypress-firmware/Makefile#L124 Signed-off-by: Josef Schlehofer --- package/firmware/linux-firmware/Makefile| 6 ++--- package/firmware/linux-firmware/broadcom.mk | 27 - 2

Re: [PATCH]-19.07 busybox: backport hwclock fixes

2021-04-10 Thread Josef Schlehofer
two patches to fix hwclock's support for timezones. > > Signed-off-by: Rosen Penev Tested-by: Josef Schlehofer Thanks, Rosen! Josef ___ openwrt-devel mailing list openwrt-devel@lists.openwrt.org https://lists.openwrt.org/mailman/listinfo/openwrt-devel

[PATCH] linux-firmware: ath10k: add support for Qualcomm Atheros QCA9377

2021-04-10 Thread Josef Schlehofer
Add firmware and board file for Qualcomm Atheros QCA9377 802.11ac Wireless Network Adapter (rev 31) recognized as [168c:0042]. This card supports standard 1x1 802.11ac Wave2, BT5, and MU-MIMO. Signed-off-by: Josef Schlehofer --- package/firmware/linux-firmware/qca_ath10k.mk | 17

Re: OpenWrt 21.02-rc1

2021-04-08 Thread Josef Schlehofer
Hi guys, On 08. 04. 21 11:14, Mauro Mozzarelli wrote: > Hauke, > > I have been using 21.02 for the last 4 weeks and I found 2 importants issues: > > 1) OpenVPN up/down: > https://forum.openwrt.org/t/openwrt-21-02-openvpn-client-up-down-scripts-configuration-ignored/91126 > There are proposed

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

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

2021-09-15 Thread Josef Schlehofer
On 15. 09. 21 15:21, Andre Heider wrote: > On 14/09/2021 20:42, Josef Schlehofer wrote: >> >> On 14. 09. 21 20:21, Andre Heider wrote: >>> On 14/09/2021 19:59, Hauke Mehrtens wrote: >>>> On 9/14/21 10:50 AM, sean lee wrote: >>>>> bum

Re: [PATCH] mvebu/kernel: promote 5.10 to stable

2021-09-07 Thread Josef Schlehofer
út 7. 9. 2021 v 22:23 odesílatel Rui Salvaterra napsal: > > It's been brewing on my cortexa9 subtarget (Turris Omnia) for months. > Perfectly > stable. > > Signed-off-by: Rui Salvaterra Tested-by: Josef Schlehofer > --- > target/linux/mvebu/Makefile | 2 +- > 1 file

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

2021-09-14 Thread Josef Schlehofer
On 14. 09. 21 20:21, Andre Heider wrote: > On 14/09/2021 19:59, Hauke Mehrtens wrote: >> On 9/14/21 10:50 AM, sean lee wrote: >>> 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

Re: mvebu: armada 3720 cpufreq reverts

2021-08-08 Thread Josef Schlehofer
On 27. 07. 21 11:24, Hauke Mehrtens wrote: > On 7/27/21 9:50 AM, Josef Schlehofer wrote: >> >> On 24. 07. 21 20:03, Hauke Mehrtens wrote: >>> On 7/24/21 7:50 PM, Josef Schlehofer wrote: >>>> >>>> On 24. 07. 21 19:37, Hauke Mehrtens wro

Re: Ubuntu 21.10 fails to compile OpenWrt 21.02 hosts tools (m4)

2021-10-18 Thread Josef Schlehofer
Hi, There are already two pull requests, which fixes this issue. Reference: [1] https://github.com/openwrt/openwrt/pull/4675 (21.02) [2] https://github.com/openwrt/openwrt/pull/4674 (19.07) Regards, Josef On 18. 10. 21 16:54, Hannu Nyman wrote: > I updated my buildhost to Ubuntu 21.10 and

cypress-nvram repository on GitHub

2021-12-29 Thread Josef Schlehofer
] https://github.com/openwrt/cypress-nvram [3] https://git.openwrt.org/ [4] https://git.kernel.org/pub/scm/linux/kernel/git/firmware/linux-firmware.git Looking forward to hearing from you, Josef Schlehofer ___ openwrt-devel mailing list openwrt-devel

[PATCH] Revert "mvebu: 5.10 fix DVFS caused random boot crashes"

2021-07-19 Thread Josef Schlehofer
. There are two solutions in cases of instability: a) disable cpufreq b) underclock it up to 1 GHz This reverts commit 080a0b74e39d159eecf69c468debec42f28bf4d8. [1] https://lists.openwrt.org/pipermail/openwrt-devel/2021-June/035702.html CC: Pali Rohár Signed-off-by: Josef Schlehofer --- ...rmada

Re: mvebu: armada 3720 cpufreq reverts

2021-07-24 Thread Josef Schlehofer
On 24. 07. 21 19:37, Hauke Mehrtens wrote: > On 7/1/21 11:08 AM, Robert Marko wrote: >> On Thu, Jul 1, 2021 at 12:42 AM Marek Behun wrote: >>> >>> On Wed, 30 Jun 2021 17:51:24 +0200 >>> Robert Marko wrote: >>> On Wed, Jun 30, 2021 at 3:19 PM Marek Behún wrote: > > Hello

[PATCH master v2 1/2] Revert "mvebu: 5.10 fix DVFS caused random boot crashes"

2021-07-27 Thread Josef Schlehofer
. There are two solutions in cases of instability: a) disable cpufreq b) underclock it up to 1 GHz This reverts commit 080a0b74e39d159eecf69c468debec42f28bf4d8. [1] https://lists.openwrt.org/pipermail/openwrt-devel/2021-June/035702.html CC: Pali Rohár Signed-off-by: Josef Schlehofer --- ...rmada

[PATCH master v2 2/2] mvebu: armada-37xx: add patch to forbid cpufreq for 1.2 GHz

2021-07-27 Thread Josef Schlehofer
/20210630225601.6372-1-ka...@kernel.org/ Signed-off-by: Josef Schlehofer --- ...x-forbid-cpufreq-for-1.2-GHz-variant.patch | 39 +++ ...x-forbid-cpufreq-for-1.2-GHz-variant.patch | 39 +++ 2 files changed, 78 insertions(+) create mode 100644 target/linux/mvebu/patches-5.10

Re: mvebu: armada 3720 cpufreq reverts

2021-07-27 Thread Josef Schlehofer
On 24. 07. 21 20:03, Hauke Mehrtens wrote: > On 7/24/21 7:50 PM, Josef Schlehofer wrote: >> >> On 24. 07. 21 19:37, Hauke Mehrtens wrote: >>> On 7/1/21 11:08 AM, Robert Marko wrote: >>>> On Thu, Jul 1, 2021 at 12:42 AM Marek Behun >>>> wrote

[PATCH openwrt-21.02 v2 2/2] mvebu: armada-37xx: add patch to forbid cpufreq for 1.2 GHz

2021-07-27 Thread Josef Schlehofer
/20210630225601.6372-1-ka...@kernel.org/ Signed-off-by: Josef Schlehofer --- ...x-forbid-cpufreq-for-1.2-GHz-variant.patch | 39 +++ 1 file changed, 39 insertions(+) create mode 100644 target/linux/mvebu/patches-5.4/100-cpufreq-armada-37xx-forbid-cpufreq-for-1.2-GHz-variant.patch diff

[PATCH openwrt-21.02 v2 1/2] Revert "mvebu: 5.4 fix DVFS caused random boot crashes"

2021-07-27 Thread Josef Schlehofer
. There are two solutions in cases of instability: a) disable cpufreq b) underclock it up to 1 GHz This reverts commit 080a0b74e39d159eecf69c468debec42f28bf4d8. [1] https://lists.openwrt.org/pipermail/openwrt-devel/2021-June/035702.html CC: Pali Rohár Signed-off-by: Josef Schlehofer --- ...rmada

Re: [PATCH v3] cn913x: add support for iEi Puzzle-M901/Puzzle-M902

2021-07-25 Thread Josef Schlehofer
_usb3_vbus0: cp2_usb3_vbus@0 { > + compatible = "regulator-fixed"; > + regulator-name = "cp2-xhci0-vbus"; > + regulator-min-microvolt = <500>; > + regulator-max-microvolt = <500>

Re: OpenWrt 21.02 and 19.07 minor release

2022-02-17 Thread Josef Schlehofer
Hello guys, On 14. 02. 22 21:00, Hauke Mehrtens wrote: Is there anything else missing? I am not sure if I am not late to this discussion, but would it be possible to get there backported 802.11ax support [1] for rpcd? This is required to detect ax modes and more HT modes for mini PCIe

Re: [PATCH 19.07] feeds.conf.default: remove freifunk feed

2022-02-27 Thread Josef Schlehofer
Hello, On 27. 02. 22 15:29, Paul Spooren wrote: Isn’t it bad to backport package (or even feed) removal? This feed was removed before OpenWrt 21.02-rc1 was released, but it was you, Paul, who asked if it could be backported to OpenWrt 19.07 based on this comment [1], and a few days later,

Re: [PATCH] build: always set CONFIG_IPV6

2022-08-18 Thread Josef Schlehofer
On 18. 08. 22 20:32, Robert Marko wrote: On Thu, 18 Aug 2022 at 20:07, Enrico Mioso wrote: Hello all!! In my opinion, it would be better to try keeping this option available. Surely, !IPV6 is not a common scenario these days. But I think OpenWrt might be useful to catch bugs like the one

Re: LAN bridge is not working with 5.15.80 [Was: Re: [PATCH v2] mvebu: switch default kernel to 5.15]

2022-12-03 Thread Josef Schlehofer
On 03. 12. 22 12:56, Petr Štetiar wrote: Josef Schlehofer [2022-12-03 12:20:54]: Hi, the output from ``zcat /proc/config.gz | grep CONFIG_NET_DSA_MV88E6XXX``? we don't ship config in kernels: target/linux/generic/config-5.15:# CONFIG_IKCONFIG_PROC is not set AFAIK There is a package

Re: LAN bridge is not working with 5.15.80 [Was: Re: [PATCH v2] mvebu: switch default kernel to 5.15]

2022-12-03 Thread Josef Schlehofer
Hi Petr, This seems to be the issue which I experienced recently, as I could not find anything related to the switch in your dmesg. Could you please share with me the output from ``zcat /proc/config.gz | grep CONFIG_NET_DSA_MV88E6XXX``? Even though, in the config [1], it seems that it should

Re: [PATCH 22.03] mvebu: cortexa9: disable devices using broken mv88e6176 switch

2022-12-01 Thread Josef Schlehofer
On 01. 12. 22 14:19, Bjørn Mork wrote: I assume KERNEL_PATCHVER in target/linux/mvebu/Makefile will be fixed in master as well, given that 5.10 is unsupportable on this target? AFAIK What should be done is to put the kernel 5.15 as the default kernel for mvebu. Currently, it is only as the

Re: [PATCH] uboot-mediatek: clean up build dependencies

2022-11-17 Thread Josef Schlehofer
On 17. 11. 22 18:01, Daniel Golle wrote: Conditionally depend on arm-trusted-firmware-tools as it is only needed on Cortex-A based systems, hence do not depend on it when building for MIPSel based SoCs. Add swig/host to build dependencies. Reported-by: Peter Naulls Signed-off-by: Daniel

Re: [RFC] dropping of $(AUTORELEASE) feature

2022-11-06 Thread Josef Schlehofer
On 06. 11. 22 21:22, Hannu Nyman wrote: Paul Spooren kirjoitti 6.11.2022 klo 18.15: While I initially thought that $(AUTORELEASE) would be a nice feature to avoid the standard review comment “Please bump the PKG_RELEASE”, it turned into a massive increase of bandwidth usage: Every checkout

Re: [RFC] dropping of $(AUTORELEASE) feature

2022-11-06 Thread Josef Schlehofer
On 06. 11. 22 17:15, Paul Spooren wrote: Hi, While I initially thought that $(AUTORELEASE) would be a nice feature to avoid the standard review comment “Please bump the PKG_RELEASE”, it turned into a massive increase of bandwidth usage: Every checkout of openwrt.git and package feeds needs

Re: [PATCH] openssl: bump to 1.1.1p for OpenWrt 21.02

2022-06-23 Thread Josef Schlehofer 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 --- On 23. 06. 22 9:08, Andre Heider