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

2018-06-13 Thread Zoltan HERPAI
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 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 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

[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
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] Missing target sunxi in BB RC[x] series?

2014-09-08 Thread Zoltan HERPAI
On Mon, 8 Sep 2014, Derek Werthmuller wrote: Looking to build BB RC3 for a few of the AllWinnerA20 processor boards, but I don't see them as a target on make menuconfig page? Am I missing something?   Also don't see any pre-built images for BB for any of these platforms.  I can understand if

Re: [OpenWrt-Devel] [PATCH RESEND] mxs: make boardname consistent with other targets

2014-12-12 Thread Zoltan HERPAI
Michael Heimpold wrote: Remove 'series' as all other targets do not use this, too. It should be obviously clear, that this target refer to a whole CPU family. Signed-off-by: Michael Heimpold --- Hi Michael, Applied most of the series in r43646-43651, r43657, I've put an SOB where I could

[OpenWrt-Devel] [RFC PATCH] mac80211: brcmfmac: separate SDIO and USB support

2015-01-07 Thread Zoltan HERPAI
later. As of now, only sunxi would use the SDIO support for the Ampak modules. Signed-off-by: Zoltan HERPAI --- Index: package/kernel/mac80211/Makefile === --- package/kernel/mac80211/Makefile(revision 43857) +++ package/kernel/mac

Re: [OpenWrt-Devel] [PATCH 1/7] kernel: add missing symbols for 3.18

2015-01-10 Thread Zoltan HERPAI
Hi, On Sat, 10 Jan 2015, Daniel Golle wrote: Augmented by iptables modules, if they are enabled. oldconfig hangs and asks for them if *tables modules are not selected. Signed-off-by: Daniel Golle --- target/linux/generic/config-3.18 | 2 ++ 1 file changed, 2 insertions(+) diff --git a/target/

Re: [OpenWrt-Devel] [PATCH 7/7] sunxi: add support for Lamobo R1

2015-01-10 Thread Zoltan HERPAI
Hi, On Sat, 10 Jan 2015, Daniel Golle wrote: Initial support for BananaPi-R1 aka Lamobo-R1. Based on patchset form Wang Yi published on https://github.com/Lamobo/Lamobo-R1-OpenWrt Thanks for submitting this. Did you have a chance to verify the switch working? I have read various results ar

Re: [OpenWrt-Devel] [PATCH 3/7] uboot-sunxi: fix bananapro target

2015-01-10 Thread Zoltan HERPAI
Hi, On Sat, 10 Jan 2015, Daniel Golle wrote: At least making sure stuff compiles before committing would be nice. Signed-off-by: Daniel Golle --- package/boot/uboot-sunxi/patches/003-add-lemaker-bananapro.diff | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package/boot/ubo

Re: [OpenWrt-Devel] [PATCH 5/7] sunxi: merge upstream devicetree improvements for bananapro

2015-01-10 Thread Zoltan HERPAI
Hi, On Sat, 10 Jan 2015, Daniel Golle wrote: merges DTS published on linux devicetree mailing list. Thanks for this - didn't spot that Hans beat me with a few days on the file. Pushed in the published patch, and will patch in the brcmfmac-related stuff later. Thanks, -w- _

Re: [OpenWrt-Devel] [RFC PATCH] mac80211: brcmfmac: separate SDIO and USB support

2015-01-14 Thread Zoltan HERPAI
Jose, On Tue, 13 Jan 2015, José Vázquez wrote: 2015-01-13 8:46 GMT+01:00, Zoltan HERPAI : I haven't seen any flags that does SDIO_SUPPORT or something similar. It's either removing "depend on USB_SUPPORT" or add dependencies for the targets that'll use the SDIO p

Re: [OpenWrt-Devel] [PATCH] uboot-sunxi: bump to 2015.01 release

2015-01-18 Thread Zoltan HERPAI
Daniel Golle wrote: Signed-off-by: Daniel Golle --- package/boot/uboot-sunxi/Makefile | 6 +- ...-3e1ded1fff32d8af8cc5eec22c56797621ea6649.patch | 25006 --- 2 files changed, 4 insertions(+), 25008 deletions(-) delete mode 100644 package/boot/uboot-sunxi/p

Re: [OpenWrt-Devel] [PATCH 2/8] packages: uboot-sunxi: uEnv is used as a script rather than default env

2015-01-18 Thread Zoltan HERPAI
Hi Daniel, On Mon, 19 Jan 2015, Daniel Golle wrote: --- package/boot/uboot-sunxi/uEnv.txt | 11 ++- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/package/boot/uboot-sunxi/uEnv.txt b/package/boot/uboot-sunxi/uEnv.txt index e4fc0e1..e024954 100644 --- a/package/boot/uboot-

Re: [OpenWrt-Devel] [PATCH 7/8] sunxi: add support for Lamobo R1

2015-01-18 Thread Zoltan HERPAI
Hi Daniel, On Mon, 19 Jan 2015, Daniel Golle wrote: Partially based on patchset form Wang Yi published on https://github.com/Lamobo/Lamobo-R1-OpenWrt as well as on Bananapi DTS. Signed-off-by: Daniel Golle --- .../sunxi/base-files/etc/uci-defaults/02_network | 6 + target/linux/sunxi/base

Re: [OpenWrt-Devel] [PATCH v2 2/8] packages: uboot-sunxi: uEnv is used as a script rather than default env

2015-01-18 Thread Zoltan HERPAI
On Mon, 19 Jan 2015, Daniel Golle wrote: Signed-off-by: Daniel Golle --- package/boot/uboot-sunxi/uEnv.txt | 11 ++- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/package/boot/uboot-sunxi/uEnv.txt b/package/boot/uboot-sunxi/uEnv.txt index e4fc0e1..e024954 100644 --- a/pa

Re: [OpenWrt-Devel] [PATCH v2 7/8] sunxi: add support for Lamobo R1

2015-01-20 Thread Zoltan HERPAI
Hi Daniel, Comments inline: Daniel Golle wrote: Partially based on patchset form Wang Yi published on https://github.com/Lamobo/Lamobo-R1-OpenWrt as well as on Bananapi DTS. Signed-off-by: Daniel Golle v2: swconfig needs to be built-in, switch is not detected properly otherwise --- .../sunx

Re: [OpenWrt-Devel] [PATCH 7/8] sunxi: add support for Lamobo R1

2015-01-30 Thread Zoltan HERPAI
Hi Daniel, Daniel Golle wrote: Partially based on patchset form Wang Yi published on https://github.com/Lamobo/Lamobo-R1-OpenWrt as well as on Bananapi DTS. Signed-off-by: Daniel Golle --- I've added the missing patches in r44211-44216, with one small change in the network script to fix t

Re: [OpenWrt-Devel] [PATCH 3/3] sunxi: add support for Linux 3.19

2015-02-11 Thread Zoltan HERPAI
On Wed, 11 Feb 2015, Luka Perkov wrote: zoltan maintains the sunxi target. he might already have done work on this and might have some updates or whatever that he plans to incorporate. bumping a kernel maintained actively always has the risk of duplicating work and / or doing superfluous work

Re: [OpenWrt-Devel] [PATCH] mxs: fix ext4 image

2015-04-10 Thread Zoltan HERPAI
Harald Geyer wrote: Zoltan HERPAI writes: Michael Heimpold wrote: Am Sonntag, 5. April 2015, 12:01:48 schrieb Harald Geyer: commit 597a84e52d9eff8d4686c40cd8be4f7a9b47679d with git-svn-id: svn://svn.openwrt.org/openwrt/trunk@45052 3c298f89-4303-0410-b956-a3cf2f4a3e73 made

Re: [OpenWrt-Devel] [PATCH] mxs: fix ext4 image

2015-04-09 Thread Zoltan HERPAI
Michael Heimpold wrote: Am Sonntag, 5. April 2015, 12:01:48 schrieb Harald Geyer: commit 597a84e52d9eff8d4686c40cd8be4f7a9b47679d with git-svn-id: svn://svn.openwrt.org/openwrt/trunk@45052 3c298f89-4303-0410-b956-a3cf2f4a3e73 made the ext4 rootfs image unavailable for download from snapshot

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 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 openwrt-devel@list

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

2022-06-02 Thread Zoltan HERPAI
Signed-off-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,

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 d

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 pr

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: https

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 i

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 t

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 migra

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 c

Re: [OpenWrt-Devel] [PATCH] [RFC] imx61: add support for i.MX6 target

2013-04-15 Thread Zoltan HERPAI
Hi, I have a Wandboard and an i.mx233 board already with patches locally. I leave it up to Kaloz and co. to decide what'll happen with those. Thanks, Zoltan H Michael Heimpold wrote: Hi, +ARCH:=arm +BOARD:=imx61 I'm working on patches to add support for Freescale i.MX28 based boa

[OpenWrt-Devel] imx23: Olinuxino i.MX233 board support

2013-05-06 Thread Zoltan HERPAI
Hi, Please find the initial patch to support the Olinuxino i.MX233 line of boards. This is an ARM9-based board that comes in multiple flavours depending on devices available and board size. Current support is for 3.8.11 and ext4 rootfs, wiki page has been updated. Regards, -w-[0.00]

Re: [OpenWrt-Devel] imx23: Olinuxino i.MX233 board support

2013-05-06 Thread Zoltan HERPAI
Hi John, Sure, I've attached the splitted patchset. Thanks, -w- On Mon, 6 May 2013, John Crispin wrote: On 06/05/13 09:21, Zoltan HERPAI wrote: Index: tools/elftosb/Makefile === --- tools/elftosb/Makefile (revis

Re: [OpenWrt-Devel] imx23: Olinuxino i.MX233 board support

2013-05-06 Thread Zoltan HERPAI
, 2013 at 4:17 PM, Benjamin Henrion wrote: On Mon, May 6, 2013 at 3:34 PM, Benjamin Henrion wrote: On Mon, May 6, 2013 at 9:21 AM, Zoltan HERPAI wrote: Hi, Please find the initial patch to support the Olinuxino i.MX233 line of boards. This is an ARM9-based board that comes in multiple flavours

[OpenWrt-Devel] [PATCH 0/2] Add new target for i.MX23-based boards

2013-05-15 Thread Zoltan HERPAI
progress for: - I2C - SPI - probably sound and FB Patch list: [PATCH 1/2]: Add tools support for i.MX23 [PATCH 2/2]: Add target for i.MX23 Regards, Zoltan Herpai ___ openwrt-devel mailing list openwrt-devel@lists.openwrt.org https://lists.openwrt.org

[OpenWrt-Devel] [PATCH 1/2] [tools]: Add tools support for i.MX23

2013-05-15 Thread Zoltan HERPAI
Add tools support for booting up an i.MX23-based board via bootlets. Signed-off-by: Zoltan HERPAI --- Index: package/imx-bootlets/patches/003-add-olinuxino.diff === --- package/imx-bootlets/patches/003-add-olinuxino.diff

[OpenWrt-Devel] [PATCH 2/2] imx23: Add target for i.MX23

2013-05-15 Thread Zoltan HERPAI
Adding target support for i.MX23, with initial profiles for the different Olinuxino boards. Signed-off-by: Zoltan HERPAI --- Index: target/linux/imx23/image/Makefile === --- target/linux/imx23/image/Makefile (revision 0

[OpenWrt-Devel] [PATCHv3 0/2] Add new target for i.MX23-based boards

2013-05-23 Thread Zoltan HERPAI
- probably sound and FB Patch list: [PATCH 1/2]: Add tools support for i.MX23 [PATCH 2/2]: Add target for i.MX23 Regards, Zoltan Herpai ___ openwrt-devel mailing list openwrt-devel@lists.openwrt.org https://lists.openwrt.org/mailman/listinfo/openwrt-devel

[OpenWrt-Devel] [PATCHv3 1/2] [tools]: Add tools support for i.MX23

2013-05-23 Thread Zoltan HERPAI
Adding tools support for booting up an i.MX23-based board via bootlets. Signed-off-by: Zoltan HERPAI --- Index: package/imx-bootlets/patches/001-skip_sb_generation.patch === --- package/imx-bootlets/patches/001

[OpenWrt-Devel] [PATCHv3 2/2] imx23: Add target for i.MX23

2013-05-23 Thread Zoltan HERPAI
Adding target support for i.MX23, initial setup for the different Olinuxino boards. Signed-off-by: Zoltan HERPAI --- Index: target/linux/imx23/image/Makefile === --- target/linux/imx23/image/Makefile (revision 0) +++ target

[OpenWrt-Devel] [PATCHv4 0/3] Add new target for i.MX23-based boards

2013-05-27 Thread Zoltan HERPAI
- probably sound and FB Patch list: [PATCH 1/3]: Add tools support for i.MX23 [PATCH 2/3]: Add target for i.MX23 [PATCH 3/3]: Add missing regulator symbols Regards, Zoltan Herpai ___ openwrt-devel mailing list openwrt-devel@lists.openwrt.org https

[OpenWrt-Devel] [PATCHv4 1/3] [tools]: Add tools support for i.MX23

2013-05-27 Thread Zoltan HERPAI
Adding tools support for booting up an i.MX23-based board via bootlets. Signed-off-by: Zoltan HERPAI --- Index: package/imx-bootlets/patches/001-skip_sb_generation.patch === --- package/imx-bootlets/patches/001

[OpenWrt-Devel] [PATCHv4 2/3] imx23: Add target for i.MX23

2013-05-27 Thread Zoltan HERPAI
Adding target support for i.MX23, initial setup for the different Olinuxino boards. Signed-off-by: Zoltan HERPAI --- Index: target/linux/imx23/image/Makefile === --- target/linux/imx23/image/Makefile (revision 0) +++ target

[OpenWrt-Devel] [PATCHv4 3/3] generic: Add missing regulator symbols

2013-05-27 Thread Zoltan HERPAI
Add missing regulator symbols into generic config. Signed-off-by: Zoltan HERPAI --- Index: target/linux/generic/config-3.9 === --- target/linux/generic/config-3.9 (revision 36731) +++ target/linux/generic/config-3.9

Re: [OpenWrt-Devel] [PATCHv4 0/3] Add new target for i.MX23-based boards

2013-06-05 Thread Zoltan HERPAI
Hi, Any comments on this set? Thanks, Zoltan Herpai On Mon, 27 May 2013, Zoltan HERPAI wrote: This patch will add support for i.MX23-based boards, starting with Olimex Olinuxino. This is an ARM9-based board which comes in different flavours depending on devices. Currently supported: - 3.9.4

Re: [OpenWrt-Devel] [PATCHv4 0/3] Add new target for i.MX23-based boards

2013-06-17 Thread Zoltan HERPAI
2013/6/5 Zoltan HERPAI mailto:wigy...@uid0.hu>> Hi, Any comments on this set? Thanks, Zoltan Herpai On Mon, 27 May 2013, Zoltan HERPAI wrote: This patch will add support for i.MX23-based boards, starting with Olimex Olinuxino. This is an ARM9-based

Re: [OpenWrt-Devel] i.MX28 based device does not boot with latest stable kernel

2013-08-27 Thread Zoltan HERPAI
On Tue, 27 Aug 2013, Michael Heimpold wrote: currently I'm trying to port OpenWRT to a new i.MX28 based device, see patch series I sent a few seconds ago. I tried to run the latest stable kernel, but it does not boot and do not show any message on the debug UART. Running an older stable kernel

Re: [OpenWrt-Devel] Testing Sunxi target with cubieboard

2013-11-17 Thread Zoltan HERPAI
Just one more question about the script.bin file. I have a script.bin I built my self following instructions here: http://linux-sunxi.org/FirstSteps is OpenWrt buildroot also going to compile this file ? The script.bin is a clone of devicetree developed by Allwinner. It's similar to a dtb file.

Re: [OpenWrt-Devel] [PATCH] sunxi: enable /proc/device-tree - used for board detection

2014-03-20 Thread Zoltan HERPAI
Alexander Couzens wrote: Signed-off-by: Alexander Couzens --- target/linux/sunxi/config-3.13 | 1 + 1 file changed, 1 insertion(+) diff --git a/target/linux/sunxi/config-3.13 b/target/linux/sunxi/config-3.13 index 4f8d191..6577df6 100644 --- a/target/linux/sunxi/config-3.13 +++ b/target/linux/

Re: [OpenWrt-Devel] [PATCH 1/2] sunxi: init eth0 as lan instead wan

2014-03-20 Thread Zoltan HERPAI
Alexander Couzens wrote: Signed-off-by: Alexander Couzens --- .../sunxi/base-files/etc/uci-defaults/02_network |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/target/linux/sunxi/base-files/etc/uci-defaults/02_network b/target/linux/sunxi/base-files/etc/uci-defaults/02_

Re: [OpenWrt-Devel] Add kernel modules for AFS client

2014-04-16 Thread Zoltan HERPAI
Hi, nwf wrote: Salutations, list. This patch adds configuration knobs for the in-kernel kAFS client and its dependencies. We have an AFS cell used for shared configuration files and nightly snapshots of local state, and having our OpenWRT devices be able to play along would be fantastic. Hope

Re: [OpenWrt-Devel] Add kernel modules for AFS client

2014-04-22 Thread Zoltan HERPAI
Hi Nathaniel, nwf wrote: Fixed; while here I took the liberty of making an FSCACHE option and splitting out the AFS FSCACHE flag to its own knob. Getting there, getting there - with the fscache splitted out, some tweaks are needed yet, comments inline. diff --git a/package/kernel/linux/mo

Re: [OpenWrt-Devel] Making sense of OpenWRT / Linksys WRT1900AC collaboration claims

2014-04-23 Thread Zoltan HERPAI
I don't know if any of the OpenWRT developers or contributors have this router. If yes, my opinion is to add support for the board using the patches sent by Matthew Fatheree as base, reworking them and drop wireless support for now until they (Marvell or Belkin) develop a cfg80211 or mac80211 comp

Re: [OpenWrt-Devel] [PATCH] mxs: enable usbgadget feature for Duckbills

2014-04-26 Thread Zoltan HERPAI
Hi Michael, No objections - thanks for pinging, I'll check this. Regards, -w- On Sat, 26 Apr 2014, Michael Heimpold wrote: HI Zoltan, do you have any objections regardings this patch? Ciao, Michael Am Sonntag, 13. April 2014, 14:47:33 schrieb Michael Heimpold: Duckbills feature an USB ty

Re: [OpenWrt-Devel] [PATCH] mxs: enable usbgadget feature for Duckbills

2014-04-28 Thread Zoltan HERPAI
Added in r40585, thanks. Regards, -w- Zoltan HERPAI wrote: Hi Michael, No objections - thanks for pinging, I'll check this. Regards, -w- On Sat, 26 Apr 2014, Michael Heimpold wrote: HI Zoltan, do you have any objections regardings this patch? Ciao, Michael Am Sonntag, 13. April

Re: [OpenWrt-Devel] Add kernel modules for AFS client

2014-04-28 Thread Zoltan HERPAI
Hi Nathaniel, The AFS-related part is applied in r40587, thanks. The CIFS/NFS-related fscache change will be added separately later. Regards, -w- nwf wrote: Take three. This time, I gave up on the dynamic support of fscache, preferring to always have it compiled in and wired up as a depende

Re: [OpenWrt-Devel] [PATCH] mxs: fix typo in patch filename

2014-05-03 Thread Zoltan HERPAI
Michael Heimpold wrote: Signed-off-by: Michael Heimpold --- .../mxs/patches-3.13/{110-dt-add-lradc.path => 110-dt-add-lradc.patch} |0 1 file changed, 0 insertions(+), 0 deletions(-) rename target/linux/mxs/patches-3.13/{110-dt-add-lradc.path => 110-dt-add-lradc.patch} (100%) diff --git

Re: [OpenWrt-Devel] [PATCH] mxs: add kernel module for spi interface

2014-05-03 Thread Zoltan HERPAI
Hi Michael, Michael Heimpold wrote: Signed-off-by: Michael Heimpold --- target/linux/mxs/modules.mk | 15 +++ 1 file changed, 15 insertions(+) diff --git a/target/linux/mxs/modules.mk b/target/linux/mxs/modules.mk index 0584a73..2db4961 100644 --- a/target/linux/mxs/modules.mk +

Re: [OpenWrt-Devel] [PATCH] mxs: rename files so that profiles are sorted alphabetically

2014-05-03 Thread Zoltan HERPAI
Hi, Michael Heimpold wrote: While at it, make spelling at little bit more consistent, at least for my taste :-) Signed-off-by: Michael Heimpold --- This is one of those "sure, why not" patches. :) Applied in r40679, thanks. Regards, -w- ___ op

Re: [OpenWrt-Devel] These new one cubic inch Linux system

2014-05-30 Thread Zoltan HERPAI
This is roughly the same as the VoCore, which seems to be more successful as of now. (I understand that the campaign started just two days ago for the AsiaRF.) https://www.indiegogo.com/projects/vocore-a-coin-sized-linux-computer-with-wifi I like both, though. Regards, -w- On Fri, 30 May 201

Re: [OpenWrt-Devel] Response test

2007-05-29 Thread Zoltan HERPAI
Echo-reply with a bit of lag. -w- Hamish Guthrie wrote: > Hi All, > > Please just respond to this mail as quickly as possible. > > Thanks in advance. > > Regards > > Hamish > ___ > openwrt-devel mailing list > openwrt-devel@lists.openwrt.org > http://li

<    1   2