[OpenWrt-Devel] [PATCH 4/9] openssl: fix cryptodev config dependency

2017-10-22 Thread Zoltan HERPAI
From: Ralph Sennhauser Signed-off-by: Ralph Sennhauser --- package/libs/openssl/Config.in | 1 + 1 file changed, 1 insertion(+) diff --git a/package/libs/openssl/Config.in b/package/libs/openssl/Config.in index dbcd11a..b949d3b 100644

Re: [OpenWrt-Devel] OpenWrt -> LEDE git tree merge

2017-10-22 Thread Zoltan HERPAI
Hi Hauke, On Sun, 22 Oct 2017, Hauke Mehrtens wrote: I am working on merging the missing commits from the OpenWrt git repository into the LEDE repository. Here is a list of all non merge commits from the OpenWrt git repository and their corresponding LEDE commit IDs:

Re: [OpenWrt-Devel] [LEDE-DEV] [PATCH 9/9] ar71xx: add support for Comfast E214N V2 Outdoor CPE

2017-10-24 Thread Zoltan HERPAI
Hi, Piotr Dymacz wrote: Hello Zoltan, On 22.10.2017 22:21, Zoltan HERPAI wrote: Based on Robert Budde's patch, with additional reworks. https://github.com/openwrt/openwrt/pull/390 Signed-off-by: Zoltan HERPAI <wigy...@uid0.hu> --- [snip] We have some COMFAST devices already supported

[OpenWrt-Devel] merge: add OpenWrt branding

2017-10-24 Thread Zoltan HERPAI
Given that we've decided to sail under the same flag for the benefit of the whole community, and acknowledge the achievements of the LEDE project, let's start the final steps of the merge. The git and other sources are untouched until the infra merge. Signed-off-by: Zoltan HERPAI <w

Re: [OpenWrt-Devel] How can I help TL-WR842N Hardware version 3 be merged into Chaos Calmer

2017-11-28 Thread Zoltan HERPAI
On Tue, 28 Nov 2017, Ronaldo Afonso wrote:   Hi all,   What does it take for a commit to be merged into a stable branch?   The thing is ... I really would like to have TL-WR842N Hardware version 3 running on CC. I noticed that this hardware is already working on trunk (master) since last

Re: [OpenWrt-Devel] [LEDE-DEV] [PATCH v4 0/8] merge: add OpenWrt branding

2017-11-27 Thread Zoltan HERPAI
Felix Fietkau wrote: On 2017-11-07 09:45, Zoltan HERPAI wrote: Given that we've decided to sail under the same flag for the benefit of the whole community, and acknowledge the achievements of the LEDE project, let's start the final steps of the merge. The git and other sources are untouched

[OpenWrt-Devel] [PATCH v3] merge: add OpenWrt branding

2017-11-04 Thread Zoltan HERPAI
- update uhttpd cert gen - update banner - update busybox NSLOOKUP patch v3: - drop recipe in banner - drop release name as per [1], update banner accordingly - drop VERSION_NICK [1] http://lists.infradead.org/pipermail/lede-adm/2017-October/000636.html Signed-off-by: Zoltan

[OpenWrt-Devel] [PATCH v4 1/8] merge: base: update base-files and basic config

2017-11-07 Thread Zoltan HERPAI
Signed-off-by: Zoltan HERPAI <wigy...@uid0.hu> --- Config.in| 2 +- Makefile | 2 +- README | 6 +++--- package/base-files/Ma

[OpenWrt-Devel] [PATCH v4 4/8] merge: ssid: update default ssid

2017-11-07 Thread Zoltan HERPAI
Signed-off-by: Zoltan HERPAI <wigy...@uid0.hu> --- package/kernel/broadcom-wl/files/lib/wifi/broadcom.sh | 2 +- package/kernel/mac80211/files/lib/wifi/mac80211.sh| 2 +- package/network/services/hostapd/files/hostapd.sh | 4 ++-- target/linux/omap24xx/base-files/etc/config/wireles

[OpenWrt-Devel] [PATCH v4 5/8] merge: packages: update branding in core packages

2017-11-07 Thread Zoltan HERPAI
Signed-off-by: Zoltan HERPAI <wigy...@uid0.hu> --- package/network/services/lldpd/files/lldpd.config | 2 +- package/network/services/lldpd/files/lldpd.init | 2 +- package/network/services/samba36/files/samba.config | 4 ++-- package/network/services/samba36/files/samba.init

[OpenWrt-Devel] [PATCH v4 3/8] merge: targets: update image generation and targets

2017-11-07 Thread Zoltan HERPAI
Signed-off-by: Zoltan HERPAI <wigy...@uid0.hu> --- include/image-commands.mk| 6 +++--- include/image.mk | 2 +- package/boot/uboot-layerscape-armv8_32b/Makefile | 2 +- scripts/brcmImage.pl | 2 +- s

[OpenWrt-Devel] [PATCH v4 8/8] merge: etc: update remaining files

2017-11-07 Thread Zoltan HERPAI
Signed-off-by: Zoltan HERPAI <wigy...@uid0.hu> --- include/prereq-build.mk | 2 +- target/imagebuilder/files/repositories.conf | 2 +- target/toolchain/files/README.TOOLCHAIN | 2 +- toolchain/gcc/common.mk | 2 +- 4 files changed, 4 insertions

[OpenWrt-Devel] [PATCH v4 0/8] merge: add OpenWrt branding

2017-11-07 Thread Zoltan HERPAI
- update uhttpd cert gen - update banner - update busybox NSLOOKUP patch v3: - drop recipe in banner v4: - split patches Signed-off-by: Zoltan HERPAI <wigy...@uid0.hu> Signed-off-by: Imre Kaloz <ka...@openwrt.org> Zoltan HERPAI (8): merge: base: update base-files and

[OpenWrt-Devel] [PATCH v4 2/8] merge: release/banner: drop release name and update banner

2017-11-07 Thread Zoltan HERPAI
Signed-off-by: Zoltan HERPAI <wigy...@uid0.hu> --- include/version.mk | 12 ++-- package/base-files/files/etc/banner | 18 -- 2 files changed, 10 insertions(+), 20 deletions(-) diff --git a/include/version.mk b/include/version.mk index 1a0d3c9..a

[OpenWrt-Devel] [PATCH v4 7/8] merge: uhttpd: update cert generation to match system defaults

2017-11-07 Thread Zoltan HERPAI
Signed-off-by: Zoltan HERPAI <wigy...@uid0.hu> --- package/network/services/uhttpd/files/uhttpd.init | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package/network/services/uhttpd/files/uhttpd.init b/package/network/services/uhttpd/files/uhttpd.init index 6b8be1c..4

Re: [OpenWrt-Devel] [LEDE-DEV] [FINAL CALL] Merging the 'OpenWrt merge' patches

2017-12-08 Thread Zoltan HERPAI
On Fri, 8 Dec 2017, Felix Fietkau wrote: On 2017-12-07 15:55, Felix Fietkau wrote: Hi, Are there any remaining concerns about those 'OpenWrt merge' patches that have been sitting in my staging tree for a while now? If not, I plan on pushing them to master this weekend. Done. - Felix

Re: [OpenWrt-Devel] [LEDE-DEV] merge: add OpenWrt branding

2017-10-24 Thread Zoltan HERPAI
Hi Jo, On Tue, 24 Oct 2017, Jo-Philipp Wich wrote: Hi, comments inline. Signed-off-by: Imre Kaloz Given the fact that we explicitely wanted to avoid @openwrt.org mails and that this was one of the discussion points leading to the split I find it delicate to seal the

Re: [OpenWrt-Devel] [LEDE-DEV] merge: add OpenWrt branding

2017-10-24 Thread Zoltan HERPAI
Hi Hannu, On Tue, 24 Oct 2017, Hannu Nyman wrote: Zoltan HERPAI kirjoitti 24.10.2017 klo 14:46: Given that we've decided to sail under the same flag for the benefit of the whole community, and acknowledge the achievements of the LEDE project, let's start the final steps of the merge

Re: [OpenWrt-Devel] [LEDE-DEV] merge: add OpenWrt branding

2017-10-24 Thread Zoltan HERPAI
Hi Hauke, On Tue, 24 Oct 2017, Hauke Mehrtens wrote: On 10/24/2017 09:47 PM, Hans Dedecker wrote: On Tue, Oct 24, 2017 at 7:17 PM, Mathias Kresin <d...@kresin.me> wrote: 2017-10-24 16:59 GMT+02:00 Zoltan HERPAI <wigy...@uid0.hu>: Signed-off-by: Imre Kaloz <ka...@openw

[OpenWrt-Devel] [PATCH 4/4] ath79: add support for ON Networks N150R (rebranded WNR612v2)

2018-06-13 Thread Zoltan HERPAI
Signed-off-by: Zoltan HERPAI --- target/linux/ath79/base-files/etc/board.d/01_leds | 3 ++- target/linux/ath79/base-files/etc/board.d/02_network| 3 ++- .../base-files/etc/hotplug.d/firmware/10-ath9k-eeprom | 1 + target/linux/ath79/dts/ar7240_on_n150r.dts | 10

[OpenWrt-Devel] [PATCH 3/4] ath79: add Netgear WNR612 v2

2018-06-13 Thread Zoltan HERPAI
(allowing for a separate one for the subsequent N150R). Signed-off-by: Zoltan HERPAI --- target/linux/ath79/base-files/etc/board.d/01_leds | 6 + .../linux/ath79/base-files/etc/board.d/02_network | 5 + .../etc/hotplug.d/firmware/10-ath9k-eeprom | 1 + .../linux/ath79/dts

[OpenWrt-Devel] [PATCH 1/4] tools: build squashfs (v3) for ath79

2018-06-13 Thread Zoltan HERPAI
in the bootloader barfing and stopping. Signed-off-by: Zoltan HERPAI --- tools/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/tools/Makefile b/tools/Makefile index d2b5daf..c8ef02c 100644 --- a/tools/Makefile +++ b/tools/Makefile @@ -31,6 +31,7 @@ tools-$(CONFIG_TARGET_orion_generic) += wrt350nv2

[OpenWrt-Devel] [PATCH 2/4] ath79: move Netgear build code into a common makefile

2018-06-13 Thread Zoltan HERPAI
Signed-off-by: Zoltan HERPAI --- target/linux/ath79/image/common-netgear.mk | 22 ++ target/linux/ath79/image/generic.mk| 24 +--- 2 files changed, 23 insertions(+), 23 deletions(-) create mode 100644 target/linux/ath79/image/common-netgear.mk

Re: [OpenWrt-Devel] [PATCH 1/4] tools: build squashfs (v3) for ath79

2018-06-14 Thread Zoltan HERPAI
Felix Fietkau wrote: On 2018-06-13 20:01, Mathias Kresin wrote: 13.06.2018 10:51, Zoltan HERPAI: Certain Netgear devices use BE squashfs for the kernel image. As squashfs4 only supports creating LE images, add squashfs (v3) into the tools to be built for ath79. Trying to use an LE

Re: [OpenWrt-Devel] OpenWrt port for RISC-V

2018-05-02 Thread Zoltan HERPAI
Hi Alex, On Thu, 3 May 2018, Alex Guo wrote: Hi, I'm Alex from Jinglue Semi. Shanghai. I did some work on porting OpenWrt to RISC-V. Right now it based on  OpenWrt master branch and use upstream toochain (gcc/7.3.0, Binutils 2.30 and glibc 2.27). I am still working on use vanilla kernel

[OpenWrt-Devel] [PATCH v2] merge: add OpenWrt branding

2017-10-26 Thread Zoltan HERPAI
- update uhttpd cert gen - update banner - update busybox NSLOOKUP patch Signed-off-by: Zoltan HERPAI <wigy...@uid0.hu> Signed-off-by: Imre Kaloz <ka...@openwrt.org> --- Config.in | 2 +- Makefile

[OpenWrt-Devel] [PATCH 7/9] sunxi: Added profile for HAOYU Electronics Marsboard A10

2017-10-22 Thread Zoltan HERPAI
From: Kayo Phoenix <k...@illumium.org> The MarsBoard was a short-lived credit-card sized, extendable board with an Allwinner A10 SoC. http://linux-sunxi.org/MarsBoard_A10 Signed-off-by: Kayo Phoenix <k...@illumium.org> [Forward-ported to new target layout:] Signed-off-by: Zoltan

Re: [OpenWrt-Devel] OpenWrt -> LEDE git tree merge

2017-10-22 Thread Zoltan HERPAI
Hi, Zoltan HERPAI wrote: Hi Hauke, On Sun, 22 Oct 2017, Hauke Mehrtens wrote: I am working on merging the missing commits from the OpenWrt git repository into the LEDE repository. Here is a list of all non merge commits from the OpenWrt git repository and their corresponding LEDE commit IDs

[OpenWrt-Devel] [PATCH 6/9] ar71xx: add support for Anonabox Pro

2017-10-22 Thread Zoltan HERPAI
From: August Germar <aug...@anonabox.com> Chipset is a 650mhz Atheros with 128mb ram. Variation of QCA9531 SoC with two Ethernet ports and a 802.11n 2.4 GHz radio. Signed-off-by: August Germar <aug...@anonabox.com> [with review by Daniel Engberg] Reviewed-by: Zoltan HERPAI <

[OpenWrt-Devel] [PATCH 2/9] package: kernel: dtc: Add device tree compiler package

2017-10-22 Thread Zoltan HERPAI
From: Marek Vasut Add package with the DT compiler v1.4.1 . Signed-off-by: Marek Vasut --- package/kernel/dtc/Makefile | 36 1 file changed, 36 insertions(+) create mode 100644 package/kernel/dtc/Makefile diff --git

Re: [OpenWrt-Devel] [LEDE-DEV] [PATCH 8/9] ramips: add Devolo WiFi Repeater (mt2681)

2017-10-23 Thread Zoltan HERPAI
Hi Mathias, On Mon, 23 Oct 2017, Mathias Kresin wrote: 22.10.2017 22:21, Zoltan HERPAI: This is pretty much the same as the ALL0256N-8M but with different LED settings. Based on Matt Jenkins' patch, with additional reworks. https://github.com/openwrt/openwrt/pull/491 Signed-off-by: Zoltan

Re: [OpenWrt-Devel] [LEDE-DEV] owrt landing page

2018-01-10 Thread Zoltan HERPAI
Hi Thomas, The OpenWrt wiki is actually running on my box, so you'll need me for that. Let's catch up on IRC how to get the targz to you. Regards, Zoltan H On Sat, 6 Jan 2018, Thomas Endt wrote: Hi John, Since the styling is based on CSS, we would need the OpenWrt wiki's CSS for that.

[OpenWrt-Devel] [PATCH 5/5] packages: intel-microcode: update to 20180108

2018-01-17 Thread Zoltan HERPAI
- update microcodes for various CPUs - Implements IBRS/IBPB support and enhances LFENCE: mitigation against Spectre (CVE-2017-5715) - downgrade microcodes for two platforms, due to reasons unknown from Intel Signed-off-by: Zoltan HERPAI <wigy...@uid0.hu> --- package/firmware

[OpenWrt-Devel] [PATCH 2/5] firmware: add microcode package for AMD64

2018-01-17 Thread Zoltan HERPAI
Signed-off-by: Zoltan HERPAI <wigy...@uid0.hu> --- package/firmware/linux-firmware/x86.mk | 9 + 1 file changed, 9 insertions(+) create mode 100644 package/firmware/linux-firmware/x86.mk diff --git a/package/firmware/linux-firmware/x86.mk b/package/firmware/linux-firmware/x86.

[OpenWrt-Devel] [PATCH 0/5] x86: add support for microcode update

2018-01-17 Thread Zoltan HERPAI
too much hassle. Thanks, Zoltan H Zoltan HERPAI (5): x86: enable microcode loading for Intel and AMD firmware: add microcode package for AMD64 tools: add iucode-tool firmware: add microcode package for Intel packages: intel-microcode: update to 20180108 package/firmware/intel

[OpenWrt-Devel] [PATCH 4/5] firmware: add microcode package for Intel

2018-01-17 Thread Zoltan HERPAI
(separate for CPU families) will be installed. The microcodes are updated from preinit - that's the earliest place where we can do it. Signed-off-by: Zoltan HERPAI <wigy...@uid0.hu> --- package/firmware/intel-microcode/Makefile | 51 ++ .../intel-microcode/files

[OpenWrt-Devel] [PATCH 1/5] x86: enable microcode loading for Intel and AMD

2018-01-17 Thread Zoltan HERPAI
Enable for 4.9 and 4.14. Signed-off-by: Zoltan HERPAI <wigy...@uid0.hu> --- target/linux/x86/config-4.14 | 5 - target/linux/x86/config-4.9 | 5 - 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/target/linux/x86/config-4.14 b/target/linux/x86/config-4.14 index b

[OpenWrt-Devel] [PATCH 3/5] tools: add iucode-tool

2018-01-17 Thread Zoltan HERPAI
Add tool to "compile" Intel microcode files. The tool will be compiled for host (to split the microcode.dat) and for target (to forcibly reload the microcode or scan the system if required). Signed-off-by: Zoltan HERPAI <wigy...@uid0.hu> --- package/system/iucode-to

Re: [OpenWrt-Devel] [LEDE-DEV] [PATCH 0/5] x86: add support for microcode update

2018-01-18 Thread Zoltan HERPAI
On Thu, 18 Jan 2018, Hauke Mehrtens wrote: On 01/18/2018 01:51 PM, Nick Lowe wrote: Does an update to the Kernel, 4.9.77 and 4.14.14 need to be made to properly address this? There are fixes to mitigate Spectre. We even need a patch for GCC which will be in GCC 8 and 7.3. For master we

Re: [OpenWrt-Devel] [LEDE-DEV] [PATCH 2/5] firmware: add microcode package for AMD64

2018-01-18 Thread Zoltan HERPAI
On Thu, 18 Jan 2018, Hauke Mehrtens wrote: On 01/17/2018 08:41 PM, Zoltan HERPAI wrote: Signed-off-by: Zoltan HERPAI <wigy...@uid0.hu> --- package/firmware/linux-firmware/x86.mk | 9 + 1 file changed, 9 insertions(+) create mode 100644 package/firmware/linux-firmware/x86.mk

Re: [OpenWrt-Devel] [LEDE-DEV] [PATCH 0/5] x86: add support for microcode update

2018-01-21 Thread Zoltan HERPAI
John Crispin wrote: On 17/01/18 20:41, Zoltan HERPAI wrote: Hi, This series will add support for microcode update on x86 targets, in light of the recent security issues. While other distributions use an early initramfs approach to update the microcode as early as possible, in OpenWrt

Re: [OpenWrt-Devel] [LEDE-DEV] [PATCH 0/5] x86: add support for microcode update

2018-01-19 Thread Zoltan HERPAI
Lucian Cristian wrote: On 19.01.2018 00:41, Zoltan HERPAI wrote: On Thu, 18 Jan 2018, Hauke Mehrtens wrote: On 01/18/2018 01:51 PM, Nick Lowe wrote: Does an update to the Kernel, 4.9.77 and 4.14.14 need to be made to properly address this? There are fixes to mitigate Spectre. We even

Re: [OpenWrt-Devel] patchwork

2018-01-18 Thread Zoltan HERPAI
Hi, On Thu, 18 Jan 2018, John Crispin wrote: Hi, I would like to close all ~1000 un-handled patches from the last 3 years and only keep stuff from the last 6 months. any problem with that ? No objections, if something was missed in the last 3 years (and is not in trunk already), then it'd

Re: [OpenWrt-Devel] [LEDE-DEV] kernel version status

2018-02-20 Thread Zoltan HERPAI
Hi, Michael Heimpold wrote: Hi, Am Sonntag, 18. Februar 2018, 22:43:42 CET schrieb Hauke Mehrtens: ... The following targets are on kernel 4.9 and are fine: ... * mxs ... a few weeks ago, I was in contact with Zoltan who started working on 4.14 support for mxs. I found some patches

[OpenWrt-Devel] [PATCH v2 2/2] ath79: add support for ON Networks N150R

2018-06-20 Thread Zoltan HERPAI
This is a rebranded Netgear WNR612v2, specs are the same. - Atheros AR7240 (Python) @400MHz - flash 4MB - ram 32MB - ethernet 10/100: 1xwan + 2xlan (only two) - radio AR9285 Signed-off-by: Zoltan HERPAI --- target/linux/ath79/base-files/etc/board.d/01_leds | 3 ++- target/linux

[OpenWrt-Devel] [PATCH v2 1/2] ath79: add Netgear WNR612 v2

2018-06-20 Thread Zoltan HERPAI
(with a separate one for the subsequent N150R). Signed-off-by: Zoltan HERPAI --- target/linux/ath79/base-files/etc/board.d/01_leds | 5 + .../linux/ath79/base-files/etc/board.d/02_network | 6 + .../etc/hotplug.d/firmware/10-ath9k-eeprom | 1 + .../linux/ath79/dts/ar7240_netgear_wnr612

Re: [OpenWrt-Devel] [LEDE-DEV] [PATCH] mvebu: disable CPU_IDLE as a Mamba instability workaround

2018-03-20 Thread Zoltan HERPAI
Bjørn Mork wrote: Felix Fietkau writes: On 2018-03-19 10:51, Bjørn Mork wrote: A regression seriously affecting the Linksys WRT1900ACv1 (Mamba) was introduced some time between the OpenWrti/LEDE v4.4 and v4.9 kernels. The root cause has not yet been identified, despite

[OpenWrt-Devel] OpenWrt on RISC-V

2018-11-02 Thread Zoltan HERPAI
#openwrt_in_qemu_risc-v [6] https://riscv.org/ [7] https://archive.fosdem.org/2018/schedule/event/riscv/ Regards, Zoltan Herpai ___ openwrt-devel mailing list openwrt-devel@lists.openwrt.org https://lists.openwrt.org/mailman/listinfo/openwrt-devel

Re: [OpenWrt-Devel] [PATCH] mxs: disable unused serial drivers

2019-03-11 Thread Zoltan HERPAI
Michael Heimpold wrote: This disables PL010 and 8250 serial support for this platform as both drivers are not used: the debug UART is PL011 and the application UARTs use a dedicated MXS specific driver. The kernel size reduction is neglectable, but it also removes the non-working (confusing)

Re: [OpenWrt-Devel] [PATCH 0/2] ixp4xx: Update kernel to version 4.14

2019-05-11 Thread Zoltan HERPAI
Hi Hauke, On Sat, 11 May 2019, Hauke Mehrtens wrote: The next OpenWrt release will only contain support for kernel 4.14, to still support the ixp4xx target update it to kernel 4.14. This was only build tested, I do not have this device, could someone please run test it on some device and

Re: [OpenWrt-Devel] [PATCH 0/3] Further preparations for USB gadget usage

2019-11-09 Thread Zoltan HERPAI
On 11/5/2019 0:39, Michael Heimpold wrote: This patch series bundles some more steps towards the usage of I2SE Duckbills as USB gadget devices. Thanks, pushed the series to trunk. Regards, Zoltan H ___ openwrt-devel mailing list

Re: [OpenWrt-Devel] [PATCH RESEND] mxs: add support and switch to kernel 4.19

2019-11-09 Thread Zoltan HERPAI
On 11/5/2019 0:15, Michael Heimpold wrote: Also remove kernel 4.14 support and the meanwhile obsolete patch. This was run-tested on I2SE Duckbill device and Olimex OLinuXino Maxi board. Signed-off-by: Michael Heimpold Thanks, pushed to trunk along with the u-boot upgrade. Regards, Zoltan H

Re: [OpenWrt-Devel] [PATCH] arm-trusted-firmware-sunxi: bump to v2.3-rc1 and use atf-builds binaries

2020-04-24 Thread Zoltan HERPAI
HI Petr, On 4/24/2020 11:25, Petr Štetiar wrote: (adding atf-build's email to Cc: loop) Zoltan HERPAI [2020-04-23 17:24:04]: Hi, On 4/20/2020 16:29, Petr Štetiar wrote: Update ATF to latest v2.3-rc1 version and use reproducible bl31 binaries from atf-builds project. atf-builds project

Re: [OpenWrt-Devel] [PATCH] arm-trusted-firmware-sunxi: bump to v2.3-rc1 and use atf-builds binaries

2020-04-23 Thread Zoltan HERPAI
Hi Petr, On 4/20/2020 16:29, Petr Štetiar wrote: Update ATF to latest v2.3-rc1 version and use reproducible bl31 binaries from atf-builds project. atf-builds project started recently offering reproducible ATF binaries which is more convenient then building very tiny ATF artifacts from scratch

Re: [PATCH 0/2] ath25: add 5.4 kernel support (not for merge)

2020-09-04 Thread Zoltan HERPAI
On 09/04/2020 11:56, Adrian Schmutzler wrote: Indeed some of the devices are 4/32 or even 4/16 in ath25, but there are a number of 8/32 devices (like Fon2202, Meraki Mini, Ubiquiti PS5, and likely other custom boards). So above the nostalgic feeling, there is some technical reasoning to keep

Re: [OpenWrt-Devel] Targets without 5.4 support yet

2020-05-25 Thread Zoltan HERPAI
Hi, On 5/25/2020 12:42, m...@adrianschmutzler.de wrote: Hi all, while there has been a lot of progress during the last months, there are still a few target that have not been updated to 5.4 (at least as testing kernel) yet: 4.19: cns3xxx 4.14: ar71xx (to be removed) arc770 (RFT patch:

RE: [OpenWrt-Devel] Targets without 5.4 support yet

2020-07-15 Thread Zoltan HERPAI
On Wed, 15 Jul 2020, m...@adrianschmutzler.de wrote: At least for the 4.14 targets, I expect them to be archived if there is no update until after the next release (or at the latest after the one following it). I'm working on bringing pistachio up to 5.4, apart from the spi-nand (which

[PATCH] firmware-utils: ptgen: add SiFive GPT partition support

2022-06-02 Thread Zoltan HERPAI
-by: Zoltan HERPAI --- src/ptgen.c | 21 + 1 file changed, 21 insertions(+) diff --git a/src/ptgen.c b/src/ptgen.c index 58066fe..b231c28 100644 --- a/src/ptgen.c +++ b/src/ptgen.c @@ -82,6 +82,14 @@ typedef struct { GUID_INIT( 0x0fc63daf, 0x8483, 0x4772

Re: Linux kernel 6.1 or 6.6 for OpenWrt 24.x release?

2024-02-05 Thread Zoltan HERPAI
On Sat, 3 Feb 2024, Enrico Mioso wrote: On Sat, Feb 03, 2024 at 07:02:44PM +0100, Christian Marangi (Ansuel) wrote: Il giorno sab 3 feb 2024 alle ore 18:55 Janusz Dziedzic ha scritto: sob., 3 lut 2024 o 13:08 Hauke Mehrtens napisał(a): Hi, I track the status of the Linux kernel 6.1

d1 / jh71x0 targets

2024-02-27 Thread Zoltan HERPAI
Hi, I have two RISC-V targets in the pipeline for quite a long time: d1 for Allwinner D1: https://github.com/openwrt/openwrt/pull/12845 jh71x0 for StarFive JH7100/7110: https://github.com/openwrt/openwrt/pull/13372 Both are being kept re-based and tested from time to time. With no further

<    1   2