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

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 lyn...@fe80.eu --- 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 +++

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 lyn...@fe80.eu --- .../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

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.

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

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

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 2014

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

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

2014-05-03 Thread Zoltan HERPAI
Michael Heimpold wrote: Signed-off-by: Michael Heimpold m...@heimpold.de --- .../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}

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 m...@heimpold.de --- 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 ---

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 m...@heimpold.de --- This is one of those sure, why not patches. :) Applied in r40679, thanks. Regards, -w-

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

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

[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 (revision 0

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

2013-05-06 Thread Zoltan HERPAI
, 2013 at 4:17 PM, Benjamin Henrion b...@udev.org wrote: On Mon, May 6, 2013 at 3:34 PM, Benjamin Henrion b...@udev.org wrote: On Mon, May 6, 2013 at 9:21 AM, Zoltan HERPAI wigy...@uid0.hu wrote: Hi, Please find the initial patch to support the Olinuxino i.MX233 line of boards. This is an ARM9-based

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

2013-05-15 Thread Zoltan HERPAI
in 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 wigy...@uid0.hu --- Index: package/imx-bootlets/patches/003-add-olinuxino.diff === --- package/imx-bootlets/patches/003-add

[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 wigy...@uid0.hu --- Index: target/linux/imx23/image/Makefile === --- target/linux/imx23/image/Makefile

[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 wigy...@uid0.hu --- 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 wigy...@uid0.hu --- Index: target/linux/imx23/image/Makefile === --- target/linux/imx23/image/Makefile (revision 0

[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 wigy...@uid0.hu --- 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 wigy...@uid0.hu --- Index: target/linux/imx23/image/Makefile === --- target/linux/imx23/image/Makefile (revision 0

[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 wigy...@uid0.hu --- Index: target/linux/generic/config-3.9 === --- target/linux/generic/config-3.9 (revision 36731) +++ target/linux/generic

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 wigy...@uid0.hu 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

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] 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

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 m...@heimpold.de --- Hi Michael, Applied most of the series in r43646-43651, r43657, I've put an

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 wangyi8...@gmail.com published on https://github.com/Lamobo/Lamobo-R1-OpenWrt as well as on Bananapi DTS. Signed-off-by: Daniel Golle dan...@makrotopia.org v2: swconfig needs to be built-in, switch is not

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 dan...@makrotopia.org --- package/boot/uboot-sunxi/Makefile | 6 +- ...-3e1ded1fff32d8af8cc5eec22c56797621ea6649.patch | 25006 --- 2 files changed, 4 insertions(+), 25008 deletions(-) delete mode 100644

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

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 wangyi8...@gmail.com published on https://github.com/Lamobo/Lamobo-R1-OpenWrt as well as on Bananapi DTS. Signed-off-by: Daniel Golle dan...@makrotopia.org ---

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 dan...@makrotopia.org --- 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

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 dan...@makrotopia.org --- target/linux/generic/config-3.18 | 2 ++ 1 file changed, 2 insertions(+)

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 dan...@makrotopia.org --- package/boot/uboot-sunxi/patches/003-add-lemaker-bananapro.diff | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff

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 wangyi8...@gmail.com 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

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 wigy...@uid0.hu: 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 part. Do you know

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

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

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

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

Re: [OpenWrt-Devel] [PATCH v4 1/4] sunxi: don't copy DTS files to BIN_DIR

2015-08-18 Thread Zoltan HERPAI
Matthias Schiffer wrote: The DTS files aren't useful (other targets don't copy them either) and clutter BIN_DIR with files unrelated to the chosen profile. Signed-off-by: Matthias Schiffer mschif...@universe-factory.net [snip] Thanks Matthias, I've committed the series in r46604-46608.

Re: [OpenWrt-Devel] [PATCH 1/2] sunxi: fix uboot install location

2015-07-31 Thread Zoltan HERPAI
On Sun, 26 Jul 2015, Zoltan HERPAI wrote: On Fri, 24 Jul 2015, John Crispin wrote: On 16/07/2015 22:20, Matthias Schiffer wrote: -BOARDS:= \ - sun4i-a10-cubieboard \ - sun4i-a10-olinuxino-lime \ - sun4i-a10-pcduino \ - sun5i-a13-olinuxino \ - sun6i-a31-colombus

Re: [OpenWrt-Devel] [PATCH 6/7] ap6210-firmware: new package

2015-07-31 Thread Zoltan HERPAI
Hi, Daniel Golle wrote: This package contains the WiFi NVRAM distributed with Bananian [1]. It's currently needed to use the WiFi module (BCM43362 SDIO) on the BananaPro with the brcmfmac cfg80211 driver which doesn't yet support retrieving calibration data via device-tree or platform_data.

Re: [OpenWrt-Devel] [PATCH 4/7] sunxi: prepare kernel 4.1 config and patches

2015-07-31 Thread Zoltan HERPAI
Hi, Daniel Golle wrote: Similar to brcm2708 have framebuffer video support built-in so fbconsole gets initialized during boot. Plus more kernel config carefully sync'ed against upstream sunxi_defconfig. Signed-off-by: Daniel Golle dan...@makrotopia.org --- target/linux/sunxi/config-4.1

Re: [OpenWrt-Devel] [PATCH 2/7] modules: move libahci to kmod-ata-core

2015-07-31 Thread Zoltan HERPAI
Daniel Golle wrote: Newer kernels make use of libahci in ahci-platform, ie. also on non-PCI platforms. As there is no single config symbol deciding whether libahci.ko is being built or not it seems the most sensitive thing to package it in kmod-ata-core. Signed-off-by: Daniel Golle

Re: [OpenWrt-Devel] [PATCH 1/2] sunxi: fix uboot install location

2015-07-26 Thread Zoltan HERPAI
On Fri, 24 Jul 2015, John Crispin wrote: On 16/07/2015 22:20, Matthias Schiffer wrote: -BOARDS:= \ - sun4i-a10-cubieboard \ - sun4i-a10-olinuxino-lime \ - sun4i-a10-pcduino \ - sun5i-a13-olinuxino \ - sun6i-a31-colombus \ - sun6i-a31-m9 \ -

Re: [OpenWrt-Devel] buildbot: gb15 fails to upload due to host keys and wyrding timeouts largest firmwares

2015-10-25 Thread Zoltan HERPAI
Hannu Nyman wrote: Buildbot needs some maintenance, as some of the buildslaves are behaving badly :-( 1) gb15 has a wrong host key and silently fails all uploads. It just completed 4 builds successfully, but did not upload them. That has been going on for some time now. It is rather sad that

[OpenWrt-Devel] [PATCH] musl: fix build on sh3

2015-09-14 Thread Zoltan HERPAI
musl fails to build when compiled with gcc on sh3 (GCC target/#67260). Work it around. Signed-off-by: Zoltan HERPAI <wigy...@uid0.hu> --- toolchain/musl/common.mk |5 + 1 file changed, 5 insertions(+) diff --git a/toolchain/musl/common.mk b/toolchain/musl/common.mk index 8

Re: [OpenWrt-Devel] [PATCH v2 0/7] target: mxs: various fixes

2015-09-18 Thread Zoltan HERPAI
Hi Michael, Michael Heimpold wrote: This patch series is to bring OpenWrt's Duckbill support back in shape: - U-Boot build is fixed - SD card generation is adopted for Duckbill images I've tested my changes with I2SE Duckbill and Olimex OLinuXino Maxi board, however, I've no Micro/Mini at

Re: [OpenWrt-Devel] [PATCH] musl: fix build on sh3

2015-09-18 Thread Zoltan HERPAI
Felix Fietkau wrote: On 2015-09-16 09:27, John Crispin wrote: Hi, On 14/09/2015 10:38, Zoltan HERPAI wrote: musl fails to build when compiled with gcc on sh3 (GCC target/#67260). Work it around. Signed-off-by: Zoltan HERPAI <wigy...@uid0.hu> --- toolchain/musl/common.mk

[OpenWrt-Devel] [PATCHv2] musl: fix build on sh3

2015-09-18 Thread Zoltan HERPAI
musl fails to build when compiled with gcc on sh3 (GCC target/#67260). Work it around. Signed-off-by: Zoltan HERPAI <wigy...@uid0.hu> --- toolchain/musl/common.mk |6 ++ 1 file changed, 6 insertions(+) diff --git a/toolchain/musl/common.mk b/toolchain/musl/common.mk index 8

Re: [OpenWrt-Devel] Board detection for Lamobo R1 fails again

2016-01-04 Thread Zoltan HERPAI
Vasco Steinmetz wrote: Hi, with the latest trunk the board.d detection script for the Lamobo Banana Pi R1 fails again. This time the value is cat /proc/device-tree/model Lamobo R1 Sadliy this is the model name before my previous complaint at end of November, when the dt reported "Lamobo

Re: [OpenWrt-Devel] OpenWrt-Devel] sunxi: BananaPi reboot problem

2015-12-19 Thread Zoltan HERPAI
Hi Gerhard, On Sat, 19 Dec 2015, Gerhard Bertelsmann wrote: Hi, I have a problem with my BananaPi rebooting with actual trunk (r47935): [...] scanning bus 0 for devices... 1 USB Device(s) found scanning bus 2 for devices... 1 USB Device(s) found Hit any key to stop autoboot: 0 switch to

Re: [OpenWrt-Devel] buildbot: gb15 fails to upload due to host keys

2015-11-23 Thread Zoltan HERPAI
Hannu A Nyman wrote: Well, both gb15 and buildslave2 still fail to upload binaries, and as they are making 9 of the 22 concurrent builds, almost half of the compiled binaries are discarded. Sad. Logs from today:

Re: [OpenWrt-Devel] buildbot: gb15 fails to upload due to host keys

2015-11-23 Thread Zoltan HERPAI
On Mon, 23 Nov 2015, Dave Taht wrote: On Mon, Nov 23, 2015 at 11:07 AM, Zoltan HERPAI <wigy...@uid0.hu> wrote: Hannu A Nyman wrote: Well, both gb15 and buildslave2 still fail to upload binaries, and as they are making 9 of the 22 concurrent builds, almost half of the compiled bi

Re: [OpenWrt-Devel] Response to LEDE proposal/queries/mail?

2016-06-08 Thread Zoltan HERPAI
Hey Daniel, Daniel Golle wrote: Hi! On Tue, Jun 07, 2016 at 02:42:36PM +0200, Zoltan HERPAI wrote: ... The official line - which I should have sent out a few days ago - from the OpenWrt team is: Felix's initial comment was LEDE to become a "development environment" for

Re: [OpenWrt-Devel] Response to LEDE proposal/queries/mail?

2016-06-07 Thread Zoltan HERPAI
Daniel Dickinson wrote: Hi, I had a few emails on this topic I thought better of sending, but I'm sure I'm not the only one wondering why the remaining OpenWrt devs have not responded to the various LEDE overtures on this mailing list. Is it lack of time, an unwillingness to attempt to have an

Re: [OpenWrt-Devel] svn revisions and github repository

2016-06-24 Thread Zoltan HERPAI
Hi, On Fri, 24 Jun 2016, Bruno Randolf wrote: On 22/06/16 23:50, Павел Плетенев wrote: Hello all! Thank you for the great OS! I'm trying to build Chaos Calmer from source for BlackSwift board (AR9331 dev board). Patches for it can be applied only for revision 49007. I'm trying to apply

Re: [OpenWrt-Devel] [PATCH] Added optional command line option for patch-image tool

2016-06-23 Thread Zoltan HERPAI
On Thu, 23 Jun 2016, Hauke Mehrtens wrote: On 05/12/2016 04:37 PM, duddu.swar...@intel.com wrote: From: Vishnu Swaroop Duddu Added optional command line option for patch-image tool Default 16KB size is still maintained as this is an optional argument. if one wants to

Re: [OpenWrt-Devel] imports from LEDE to OpenWrt github repo

2016-06-25 Thread Zoltan HERPAI
On Sat, 25 Jun 2016, Mathias Kresin wrote: Hi Zoltan, I've noticed that you have imported a lot of patches from the LEDE repo into the OpenWrt github repo. I'm concerted about the fact that you have omitted at least a few of my Signed-off-bys[1][2], so that it isn't any longer noticeable

Re: [OpenWrt-Devel] imports from LEDE to OpenWrt github repo

2016-06-25 Thread Zoltan HERPAI
On Sat, 25 Jun 2016, John Crispin wrote: On 25/06/2016 10:47, Zoltan HERPAI wrote: On Sat, 25 Jun 2016, Mathias Kresin wrote: Hi Zoltan, I've noticed that you have imported a lot of patches from the LEDE repo into the OpenWrt github repo. I'm concerted about the fact that you have

Re: [OpenWrt-Devel] [PATCH] sunxi: add basic support for OrangePi Mini v1 (AllWinner A20)

2016-03-19 Thread Zoltan HERPAI
Hi Antonio, Comments inline. Antonio Quartulli wrote: TODO: hostapd does not work yet with r8188eu Signed-off-by: Antonio Quartulli --- package/boot/uboot-sunxi/Makefile| 8 +++- Can you please split this into a series, and put the packages and the

Re: [OpenWrt-Devel] Introducing the LEDE project

2016-05-05 Thread Zoltan HERPAI
Hi, On Thu, 5 May 2016, Bruno Randolf wrote: On 05/05/16 02:02, Kathy Giori wrote: On Wed, May 4, 2016 at 5:45 PM, Fernando Frediani wrote: Thanks Daniel. That explains a lot. I imagine if some digging is done it would be possible to find the holders of the critical

Re: [OpenWrt-Devel] OpenWrt / LEDE

2016-05-24 Thread Zoltan HERPAI
Hi, On 05/24/2016 10:31 PM, Hauke Mehrtens wrote: As it looks like the IRC meeting will not happen, because not so big interest by the people not already involved in LEDE and problems finding a time, lets discuss on the mailing list like suggested by Jow. The point you are missing is that

Re: [OpenWrt-Devel] shutting down gb10 soon from the build cluster

2016-07-28 Thread Zoltan HERPAI
Hi Dave, Thanks for running and contribting gb10 up to this point - we have a thread going on with Travis about migrating off the buildmaster. I'm offline for a couple days, will be back around 6/Aug - so if you could keep the server running until 10/Aug it'd be greatly appreciated. Thanks,

Re: [OpenWrt-Devel] Create Avnet brand in the new data entry page

2016-07-26 Thread Zoltan HERPAI
fengling.qin wrote: Hi, I am starting develop with Avnet Zedboard, based Zynq-7000 ARM/FPGA Soc. I found the code below was added but without documents, so I wanna create a new data entry page for documents, but without success. The page is

Re: [OpenWrt-Devel] Request to update information page for Banana Pro

2016-07-12 Thread Zoltan HERPAI
On Tue, 12 Jul 2016, kasi viswanathan wrote: I have successfully loaded the latest openwrt image on Lemaker's banana pro board after compiling the latest code from scratch from the main repo. The below link seems to be outdated: https://wiki.openwrt.org/toh/lemaker/bananapro And the

Re: [OpenWrt-Devel] [PATCH v2 0/2] kernel: add kmod-ubi and kmod-fs-ubifs

2016-08-24 Thread Zoltan HERPAI
Ralph Sennhauser wrote: I use kmod-ubi for creating a block device from the squasfs using module parameters as there is no busybox ubiblock applet yet. If ubi is made available as module so obvioulsy should ubifs. This completes the addition of kmod-fs-squashfs in commit

Re: [OpenWrt-Devel] [PATCH v2 0/2] kernel: add kmod-ubi and kmod-fs-ubifs

2016-08-24 Thread Zoltan HERPAI
Daniel Golle wrote: On Wed, Aug 24, 2016 at 11:28:40PM +0200, Zoltan HERPAI wrote: Ralph Sennhauser wrote: I use kmod-ubi for creating a block device from the squasfs using module parameters as there is no busybox ubiblock applet yet. If ubi is made available as module so obvioulsy

Re: [OpenWrt-Devel] [PATCH] strace: bump to 4.13

2016-09-21 Thread Zoltan HERPAI
Ralph Sennhauser wrote: Fixes broken btrfs support in 4.12 Signed-off-by: Ralph Sennhauser --- package/devel/strace/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Applied to trunk, along the perf-related changes, thanks! Regards, Zoltan H

[OpenWrt-Devel] Development update

2016-09-30 Thread Zoltan HERPAI
is closed for good. Regards, Zoltan Herpai [1] https://dev.openwrt.org/ [2] https://github.com/openwrt [3] https://git.openwrt.org [4] https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-devel ___ openwrt-devel mailing list openwrt-devel@lists.openwrt

Re: [OpenWrt-Devel] Package updates in the for-15.05 branch (libuv)

2016-11-10 Thread Zoltan HERPAI
Karl Palsson wrote: [snip] I'm concerned that given the lack of release from both LEDE and OpenWrt, people are starting to treat the for-15.05 branch like a free for all "mainline" branch again. [snip] All, 15.05 should definitely not be treated as a "mainline" branch, neither in core

Re: [OpenWrt-Devel] certificate wiki.openwrt.org

2016-11-03 Thread Zoltan HERPAI
Eddi De Pieri wrote: Hi, the ssl certificate seems to be expired. please verify.. Thanks, a new SSL cert is on the way (for 2 years). Regards, -w- ___ openwrt-devel mailing list openwrt-devel@lists.openwrt.org

Re: [OpenWrt-Devel] Is there a way I can restore balance to the force?

2016-10-26 Thread Zoltan HERPAI
Hi David / Jo, On Wed, 26 Oct 2016, Jo-Philipp Wich wrote: Hi David, I did not personally attend but from a quick private talk with blogic it sounded to me like there's been some constructive discussion in a calm atmosphere that at least helped to clear up the status quo. Hauke currently

Re: [OpenWrt-Devel] [LEDE-DEV] [PATCH v2 0/4] sunxi: rework image build and sysupgrade support

2017-01-01 Thread Zoltan HERPAI
Hi Yousong, Yousong Zhou wrote: This series mainly tries achieve the following goals - use new image generation method - squashfs sdcard image support - mkfs.f2fs or mkfs.ext4 remaining space within squashfs rootfs partition and mount it as rw overlay - sysupgrade with fwtool check

Re: [OpenWrt-Devel] Talks between OpenWrt and LEDE

2016-12-21 Thread Zoltan HERPAI
Hi all, To clarify, the reason for integrating the OpenWrt patches into the LEDE tree is that in the future, at an agreed point in time for both parties, the OpenWrt trunk would be rebased from the LEDE tree, giving the community a "clean" trunk going forward. (Hopefully at that time, the

Re: [OpenWrt-Devel] Fix ftp.kernel.org for chaos_calmer branch

2017-03-09 Thread Zoltan HERPAI
Tom, You are more than welcome to help improve the quality of the commits, or to step up, or You are more than welcome to stop trolling. Regards, Zoltan H Tom Psyborg wrote: looks like you have to fucking beg before someone commits your opened PR On 8 March 2017 at 15:13, Nemesis

Re: [OpenWrt-Devel] Fix ftp.kernel.org for chaos_calmer branch

2017-03-09 Thread Zoltan HERPAI
Hi Federico, I haven't merged the PR as there are a few issues with it (mostly cosmetic), but thanks for drawing attention to the issue - I've backported Hauke's commit to trunk for now which is essentially the same change. Regards, Zoltan H Nemesis wrote: There's a fix for a very annoying

Re: [OpenWrt-Devel] Failing builds because of 404

2017-07-13 Thread Zoltan HERPAI
Hi Federico, On Thu, 13 Jul 2017, nemesis wrote: A few builds that were working fine stopped working recently. The errors I'm getting are related to some sources not being found, eg: ca-certificates [snip] There was an NMU upload due to the below, deprecating the 20161130 release: *

Re: [OpenWrt-Devel] [LEDE-DEV] LEDE call for vote on remerge proposal V3

2017-07-18 Thread Zoltan HERPAI
On 07/10/2017 12:33 PM, Thomas Endt wrote: Transferring the openwrt.org domain to the SPI is seen as a prerequisite before the next steps will be taken by the LEDE developers. @Imre: I assume this needs multiple steps, could you please update us on the status of transferring the openwrt.org

Re: [OpenWrt-Devel] how to commit a diff to openwrt

2017-06-09 Thread Zoltan HERPAI
Hello Yongkui, Yongkui Han (yonhan) wrote: Hi openwrt community, I have tried to reach Steven Barth (cy...@openwrt.org ) for a diff to enable ASLR PIE support for openwrt. I did not get response, instead I got the below reject message. 550 5.1.1

Re: [OpenWrt-Devel] openwrt and lede - remerge proposal V2

2017-05-23 Thread Zoltan HERPAI
Hi John, John Crispin wrote: here is a V2 of the remerge proposal, I tried to fold all the comments people made into it, if anything is missing let me know. [snip] Please let us know when you'll start a final vote on this proposal, or if you want to wait a few days if anything bumps in for a

Re: [OpenWrt-Devel] [OpenWrt-Hackers] openwrt and lede - remerge proposal V3

2017-06-06 Thread Zoltan HERPAI
Hi, John Crispin wrote: Hi, here is a V3 of the remerge proposal, I tried to fold all the comments people made into it, if anything is missing let me know. Please remeber that post remerge anything can be voted on, so cluttering the proposal with many details will delay the remerge even

Re: [OpenWrt-Devel] [LEDE-DEV] openwrt and lede - remerge proposal

2017-05-08 Thread Zoltan HERPAI
Hi, On Mon, 8 May 2017, Daniel Engberg wrote: Trac: Is it really worth keeping trac at all? What value does it add? Just display a page explaining that it's shutdown and forward to OpenWrt? There is a lot of "added value" in the tickets submitted throughout the years, either as comments,

Re: [OpenWrt-Devel] [LEDE-DEV] LEDE call for vote on remerge proposal V3

2017-09-19 Thread Zoltan HERPAI
On 07/18/2017 05:26 PM, John wrote: Am 18.07.2017 um 17:00 schrieb Zoltan HERPAI<wigy...@uid0.hu>: On 07/10/2017 12:33 PM, Thomas Endt wrote: Transferring the openwrt.org domain to the SPI is seen as a prerequisite before the next steps will be taken by the LEDE developers. @Imre: I

Re: [OpenWrt-Devel] [LEDE-DEV] LEDE call for vote on remerge proposal V3

2017-09-19 Thread Zoltan HERPAI
Hi John, On Tue, 19 Sep 2017, John Crispin wrote: Hi Zoltan, actually its been 29 days since the domain transfer had been completed and ownership has been set properly. i already had a chat with some devs last week about what to do next, people are all very busy with their daytime jobs at

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

2017-10-23 Thread Zoltan HERPAI
L. D. Pinney wrote: Why does this patch use "legacy" ? On Monday, October 23, 2017, 4:23:20 AM GMT+8, Zoltan HERPAI <wigy...@uid0.hu> wrote: Because this seemed to build, and without access to the actual hardware, I had to rely on the PR sent. Happy to see tha

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

2017-10-23 Thread Zoltan HERPAI
Hi Mathias, On Mon, 23 Oct 2017, Mathias Kresin wrote: 22.10.2017 22:56, Hauke Mehrtens: On 10/22/2017 10:28 PM, Zoltan HERPAI wrote: Hi, - https://github.com/openwrt/openwrt/pull/312 ar71xx: add support for Zsun WiFi SD Card Reader This is missing a Singed-of-by line A few days ago

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

2017-10-22 Thread Zoltan HERPAI
Based on Robert Budde's patch, with additional reworks. https://github.com/openwrt/openwrt/pull/390 Signed-off-by: Zoltan HERPAI <wigy...@uid0.hu> --- target/linux/ar71xx/base-files/etc/board.d/01_leds | 10 ++ target/linux/ar71xx/base-files/lib/ar71xx.sh | 3 + .../ar71xx/base

[OpenWrt-Devel] [PATCH 1/9] hwmon-coretemp: add thermal monitor for Core/Core2/Atom

2017-10-22 Thread Zoltan HERPAI
From: Philip Prindeville Signed-off-by: Philip Prindeville --- package/kernel/linux/modules/hwmon.mk | 15 +++ 1 file changed, 15 insertions(+) diff --git a/package/kernel/linux/modules/hwmon.mk

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

2017-10-22 Thread 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 HERPAI <wigy...@uid0.hu> --- target/linux/ramips/base-files/etc/board.d/01_leds

[OpenWrt-Devel] [PATCH 0/9] merge: add missing devices / commits into LEDE

2017-10-22 Thread Zoltan HERPAI
This series contains a bunch of commits that have been added into OpenWrt but not into LEDE since May/2016. Some of these required small changes to work properly - i.e. changing them to a new build layout. Signed-off-by: Zoltan HERPAI <wigy...@uid0.hu> August Germar (1): ar71xx: add s

[OpenWrt-Devel] [PATCH 3/9] package: kernel: dtc: Add DTO support

2017-10-22 Thread Zoltan HERPAI
From: Marek Vasut Add patch with the DT overlay support into the DTC package. Signed-off-by: Marek Vasut --- ...ripts-dtc-Update-to-version-with-overlays.patch | 642 + 1 file changed, 642 insertions(+) create mode 100644

[OpenWrt-Devel] [PATCH 5/9] netfilter, iptables: add optional CHECKSUM module

2017-10-22 Thread Zoltan HERPAI
From: Denis Osvald Signed-off-by: Denis Osvald --- include/netfilter.mk | 4 package/kernel/linux/modules/netfilter.mk | 17 + package/network/utils/iptables/Makefile | 10 ++ 3 files

  1   2   >