Re: [OpenWrt-Devel] [PATCH/RFC 0/3] UBI: unify mouting rootfs based on cmdline parameter

2016-08-28 Thread Daniel Golle
rom a different angle. > >> > >> On 27 August 2016 at 16:43, Daniel Golle wrote: > >> > Hi! > >> > > >> > In an attempts to fix the flaws of the current set of UBI-related > >> > patches we are carrying in OpenWrt, I re-wrote th

Re: [OpenWrt-Devel] [PATCH/RFC 0/3] UBI: unify mouting rootfs based on cmdline parameter

2016-08-28 Thread Daniel Golle
Hi Boris, On Sun, Aug 28, 2016 at 05:00:54PM +0200, Boris Brezillon wrote: > On Sun, 28 Aug 2016 16:40:14 +0200 > Daniel Golle wrote: > > > On Sun, Aug 28, 2016 at 11:25:54AM -0300, Ezequiel Garcia wrote: > > > On 28 August 2016 at 11:20, Boris Brezillon > > >

Re: [OpenWrt-Devel] [PATCH 3/3] init: auto-create ubiblock device for non-UBIFS rootfs on UBI

2016-08-28 Thread Daniel Golle
Hi Boris, thanks for the review! This is more helpful and more of the type of feedback I was hoping for. On Sun, Aug 28, 2016 at 06:54:15PM +0200, Boris Brezillon wrote: > On Sat, 27 Aug 2016 21:44:46 +0200 > Daniel Golle wrote: > > > Signed-off-by: Daniel Golle > > ---

[OpenWrt-Devel] Bug #20542 affects all DEVICE_TYPE!=router targets on Chaos Calmer 15.05

2015-09-20 Thread Daniel Golle
Hi! I just tested the Chaos Calmer 15.05 release binaries realizing that bug #20542 may render targets having DEVICE_TYPE set to something else than 'router' unreachable due to missing firewall modules. jow fixed that in commit 820008e in trunk, however, this fix wasn't backported to cc-15.05 yet.

Re: [OpenWrt-Devel] [PATCH 1/2] oxnas: drop some unused sysupgrade code

2015-09-21 Thread Daniel Golle
se2 doesn't seem to be defined > anywhere. Other than that platform_do_upgrade is not likely to be ever > called. There is a call to nand_do_platform_check which triggers > nand_upgrade_stage1 call with "exit 0" in it. > > Signed-off-by: Rafał Miłecki Acked-by

[OpenWrt-Devel] [PATCH] modules: enable crypto hardware modules

2015-10-12 Thread Daniel Golle
set CONFIG_CRYPTO_HW=y to enable build of crypto-hw modules. Signed-off-by: Daniel Golle --- package/kernel/linux/modules/crypto.mk | 6 ++ 1 file changed, 6 insertions(+), 0 deletion(-) diff --git a/package/kernel/linux/modules/crypto.mk b/package/kernel/linux/modules/crypto.mk index

[OpenWrt-Devel] [PATCH] modules: package VIA AC97 modules

2015-10-12 Thread Daniel Golle
Signed-off-by: Daniel Golle --- package/kernel/linux/modules/sound.mk | 34 ++ 1 file changed, 34 insertions(+) diff --git a/package/kernel/linux/modules/sound.mk b/package/kernel/linux/modules/sound.mk index ab83103..603bb70 100644 --- a/package/kernel/linux

[OpenWrt-Devel] [PATCH] x86: add EPIA subtarget

2015-10-12 Thread Daniel Golle
x86: add VIA EPIA subtarget Signed-off-by: Daniel Golle --- include/target.mk| 1 + target/linux/x86/Makefile| 2 +- target/linux/x86/epia/config-default | 213 +++ target/linux/x86/epia/target.mk | 10 ++ 4 files changed

[OpenWrt-Devel] [PATCH] kernel: add support for KERNEL_CGROUP_PIDS

2015-10-12 Thread Daniel Golle
Signed-off-by: Daniel Golle --- config/Config-kernel.in | 7 +++ 1 file changed, 7 insertions(+) diff --git a/config/Config-kernel.in b/config/Config-kernel.in index 2572bf4..38d953c 100644 --- a/config/Config-kernel.in +++ b/config/Config-kernel.in @@ -265,6 +265,13 @@ if KERNEL_CGROUPS

[OpenWrt-Devel] [PATCH] kernel: add some missing symbols for 4.3

2015-10-12 Thread Daniel Golle
Signed-off-by: Daniel Golle --- target/linux/generic/config-4.3 | 9 + 1 file changed, 9 insertions(+) diff --git a/target/linux/generic/config-4.3 b/target/linux/generic/config-4.3 index 012c57e..b3d47b7 100644 --- a/target/linux/generic/config-4.3 +++ b/target/linux/generic/config-4.3

[OpenWrt-Devel] [PATCH] modules: crypto-rng changes additions for kernel 4.3

2015-10-12 Thread Daniel Golle
Signed-off-by: Daniel Golle --- package/kernel/linux/modules/crypto.mk | 16 +--- 1 file changed, 13 insertions(+), 3 deletions(-) diff --git a/package/kernel/linux/modules/crypto.mk b/package/kernel/linux/modules/crypto.mk index 82d2ca8..1179fff 100644 --- a/package/kernel/linux

[OpenWrt-Devel] [PATCH 0/5] oxnas: update platform and drivers for kernel 4.3

2015-10-12 Thread Daniel Golle
Quite some maintainance work was needed to keep oxnas working on more recent kernels. Most notably, stmmac was restructured upstream and now enforces SoC glue to live in platform drivers. oxnas: remove obsolete __cpuinit oxnas: fix duplicate include in clk-oxnas oxnas: prepare irqchip driver

[OpenWrt-Devel] [PATCH 1/5] oxnas: remove obsolete __cpuinit

2015-10-12 Thread Daniel Golle
Signed-off-by: Daniel Golle --- target/linux/oxnas/files/arch/arm/mach-oxnas/platsmp.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/target/linux/oxnas/files/arch/arm/mach-oxnas/platsmp.c b/target/linux/oxnas/files/arch/arm/mach-oxnas/platsmp.c index c41a3d1..8e4e2d8

[OpenWrt-Devel] [PATCH 2/5] oxnas: fix duplicate include in clk-oxnas

2015-10-12 Thread Daniel Golle
Signed-off-by: Daniel Golle --- target/linux/oxnas/files/drivers/clk/clk-oxnas.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/target/linux/oxnas/files/drivers/clk/clk-oxnas.c b/target/linux/oxnas/files/drivers/clk/clk-oxnas.c index 00d0f7a..4dc6c44 100644 --- a/target

[OpenWrt-Devel] [PATCH 3/5] oxnas: prepare irqchip driver for kernel >=4.2

2015-10-12 Thread Daniel Golle
Signed-off-by: Daniel Golle --- target/linux/oxnas/files/drivers/irqchip/irq-rps.c | 23 +++--- 1 file changed, 20 insertions(+), 3 deletions(-) diff --git a/target/linux/oxnas/files/drivers/irqchip/irq-rps.c b/target/linux/oxnas/files/drivers/irqchip/irq-rps.c index 5795406

[OpenWrt-Devel] [PATCH 4/5] oxnas: prepare pinctrl for kernel >=4.2

2015-10-12 Thread Daniel Golle
Signed-off-by: Daniel Golle --- target/linux/oxnas/files/drivers/pinctrl/pinctrl-oxnas.c | 7 +++ 1 file changed, 7 insertions(+) diff --git a/target/linux/oxnas/files/drivers/pinctrl/pinctrl-oxnas.c b/target/linux/oxnas/files/drivers/pinctrl/pinctrl-oxnas.c index fa5f3a9..aa76f40 100644

[OpenWrt-Devel] [PATCH 5/5] oxnas: move gmac soc glue from mach to stmmac driver

2015-10-12 Thread Daniel Golle
Still a lot of kernel-version ifdef'ery, but imho that's easy to remove once obsoleted and avoids duplicate code in the meantime. Signed-off-by: Daniel Golle --- .../oxnas/files/arch/arm/mach-oxnas/mach-ox820.c | 101 .../net/ethernet/stmicro/stmmac/dwmac-oxnas.c

Re: [OpenWrt-Devel] SVN to GIT transition / paid patch-checking

2015-10-13 Thread Daniel Golle
Hi! On Tue, Oct 13, 2015 at 01:22:14PM +0200, Emmanuel Deloget wrote: > On Tue, Oct 13, 2015 at 1:04 PM, Nemesis wrote: > > As far as I remember, there's no initiative going on, but the issue was > > brought up at the summit by different speakers. > > > > There was also a quick poll: > > > > 1.

Re: [OpenWrt-Devel] [packages] broken package: procd is broken in 15.05 (#1879)

2015-10-20 Thread Daniel Golle
Hi! This has been an argument going on between the gcc and the glibc people for about 10 years now. See https://gcc.gnu.org/bugzilla/show_bug.cgi?id=25509 It seems like commit b6618ffa which added the symlinks silently broke things when building with glibc. Don't ask me why glibc enabled warn_unu

[OpenWrt-Devel] [PATCH] omcproxy: fix PKG_LICENSE string

2015-10-20 Thread Daniel Golle
Signed-off-by: Daniel Golle --- package/network/services/omcproxy/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package/network/services/omcproxy/Makefile b/package/network/services/omcproxy/Makefile index eafa289..75997fe 100644 --- a/package/network/services

Re: [OpenWrt-Devel] Networking on Raspberry Pi Model B

2015-10-22 Thread Daniel Golle
Hi! On Thu, Oct 22, 2015 at 12:53:06PM -0400, W. Michael Petullo wrote: > I have installed OpenWrt (trunk, as of around October 17) on a Raspberry > Pi Model B. The network adapter is an Edimax 802.11b/g/n Nano USB Adapter. > Unfortunately, the network stack of the device is failing after a > numb

[OpenWrt-Devel] [PATCH] explicitely ignore return value of symlink(3) call

2015-10-22 Thread Daniel Golle
rvive. Introduce libc-compat.h to work-around libc anomalities. Signed-off-by: Daniel Golle --- initd/early.c | 3 ++- plug/coldplug.c | 3 ++- libc-compat.h | 10 ++ 3 files changed, 14 insertions(+), 2 deletions(-) create mode 100644 libc-compat.h diff --git a/initd/early.c b/initd/ea

[OpenWrt-Devel] [PATCH] kernel: add some missing symbols for 4.3

2015-10-26 Thread Daniel Golle
Signed-off-by: Daniel Golle --- target/linux/generic/config-4.3 | 11 +++ 1 file changed, 11 insertions(+) diff --git a/target/linux/generic/config-4.3 b/target/linux/generic/config-4.3 index 012c57e..a780fb0 100644 --- a/target/linux/generic/config-4.3 +++ b/target/linux/generic/config

[OpenWrt-Devel] [PATCH] ramips: preinit: use iproute2 instead of vconfig

2015-10-29 Thread Daniel Golle
is no longer being deployed, resulting in the device being unreachable when triggered into failsafe mode. Signed-off-by: Daniel Golle --- .../linux/ramips/base-files/lib/preinit/07_set_preinit_iface_ramips | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/target/linux/r

Re: [OpenWrt-Devel] [PATCH] [oxnas] fix the incorrect board name which cause sysupgrade failed

2015-10-29 Thread Daniel Golle
Hi! Thank you for contributing by sending patches! On Fri, Oct 30, 2015 at 12:52:35AM +0800, 未命名 wrote: > This patch fix the incorrect board name which cause sysupgrade failed. Unfortunately your submissions cannot be included in OpenWrt for formal reasons: the title should be "oxnas: fix board

[OpenWrt-Devel] [PATCH] ramips: add support for ZBT WG2626

2015-10-29 Thread Daniel Golle
Signed-off-by: Daniel Golle --- Note that HIGHMEM support apparently breaks spi-mt7621 and thus access to the SPI-NOR flash. As a work-around, one can limit the memory to 256MB which fixes the issue. .../linux/ramips/base-files/etc/board.d/02_network | 3 +- target/linux/ramips/base-files/etc

Re: [OpenWrt-Devel] [PATCH] oxnas: fix the incorrect board names which cause sysupgrade failed

2015-10-29 Thread Daniel Golle
Hi! Yes, that's getting closer, but unfortunately it's still not applicable. Apparently the patch got white-space mangled and CR-LF'ed by your MUA. Try attaching the patches created using git format-patch --to openwrt-devel@ instead, as that will prevent the mail-body from getting recoded or

Re: [OpenWrt-Devel] [PATCH] oxnas: fix the incorrect board names which cause sysupgrade failed

2015-10-30 Thread Daniel Golle
Hi! It's already much better. No more white-space or CR-LF brokenness, we got one step further :) However, it still can't get merged with git am, because the mailing-list footer still get's added to the multi-part mime stuff and that's too much for git to handle. Sending patches via traditional

[OpenWrt-Devel] [PATCH] ramips: minor fixes for mt7621 profiles

2015-11-06 Thread Daniel Golle
* remove references to non-existing kmod-usb3-mt7621 * ZTB WG2626 doesn't have an RTC (thanks to Piotr Dymacz!) Signed-off-by: Daniel Golle --- target/linux/ramips/mt7621/profiles/misc.mk | 2 +- target/linux/ramips/mt7621/profiles/zbt.mk | 4 +--- 2 files changed, 2 insertions(

Re: [OpenWrt-Devel] [PATCH] ramips: reset m25p80 when shutdown

2015-11-11 Thread Daniel Golle
Hi! On Wed, Nov 11, 2015 at 06:53:33PM +0800, Weijie Gao wrote: > 2015-11-08 4:42 GMT+08:00 Shonn Lu : > > > Signed-off-by: Shonn Lu > > --- > > .../0064-reset-m25p80-when-shutdown.patch | 24 > > ++ > > 1 file changed, 24 insertions(+) > > create mode 100644 > > t

Re: [OpenWrt-Devel] [PATCH] [ramips] mt7621: fix nand driver

2015-11-17 Thread Daniel Golle
On Sat, Nov 14, 2015 at 04:39:51PM +0900, YounJaeRho wrote: > This patch fix mt7621 nand driver for linux-3.18 kernel.mt7621 share PIN > between NAND,SDXC,SPI.so you should pinctrl in dts file that only one of them > is used at a time. > SQUASH supportJFFS2 support (no hardware ECC support which

[OpenWrt-Devel] [PATCH] oxnas: add missing platform bindings for stmmac glue

2015-11-19 Thread Daniel Golle
r47218 was missing needed changes which were accidentally ommitted from the patch. This should fix #20878 Signed-off-by: Daniel Golle --- target/linux/oxnas/patches-4.1/700-oxnas-dwmac.patch | 19 +++ 1 file changed, 19 insertions(+) diff --git a/target/linux/oxnas/patches-4.1

Re: [OpenWrt-Devel] 回复:[PATCH] ramips: reset m25p80 when shutdown

2015-11-21 Thread Daniel Golle
On Sat, Nov 21, 2015 at 09:41:25PM +0100, John Crispin wrote: > Hi, > > one more request > > On 16/11/2015 18:03, 未命名 wrote: > > Instead of use the set_4byte function in spi-nor.c, I use this patch > > for simplest modification. In fact, set_4byte also send 0xe9 command to > > the spi flash. Usi

Re: [OpenWrt-Devel] [PATCH] oxnas: fix the incorrect board names

2015-11-22 Thread Daniel Golle
On Sun, Nov 08, 2015 at 04:12:30AM +0800, Shonn Lu wrote: > Signed-off-by: Shonn Lu Acked-by: Daniel Golle > --- > target/linux/oxnas/base-files/etc/board.d/01_leds | 2 +- > target/linux/oxnas/base-files/etc/diag.sh | 4 ++-- > target/linux/oxnas/base-files/lib/oxna

Re: [OpenWrt-Devel] [PATCH] oxnas: set irq of usb&sata to cpu1

2015-11-22 Thread Daniel Golle
Hi! On Sun, Nov 08, 2015 at 04:12:31AM +0800, Shonn Lu wrote: > Signed-off-by: Shonn Lu > --- > .../linux/oxnas/base-files/init.d/set-irq-affinity | 21 > + > 1 file changed, 21 insertions(+) > create mode 100755 target/linux/oxnas/base-files/init.d/set-irq-affinity > > d

Re: [OpenWrt-Devel] [PATCH] oxnas: set irq of usb&sata to cpu1

2015-11-23 Thread Daniel Golle
On Mon, Nov 23, 2015 at 02:30:34PM +0800, Shonn Lu wrote: > Signed-off-by: Shonn Lu > --- > .../linux/oxnas/base-files/init.d/set-irq-affinity | 22 > ++ > 1 file changed, 22 insertions(+) > create mode 100755 target/linux/oxnas/base-files/init.d/set-irq-affinity > > diff -

Re: [OpenWrt-Devel] [PATCH] oxnas: fix the incorrect board names

2015-11-26 Thread Daniel Golle
Somehow it seems like the wrong patch got committed instead of this one... On Sun, Nov 22, 2015 at 02:35:30PM +0100, Daniel Golle wrote: > On Sun, Nov 08, 2015 at 04:12:30AM +0800, Shonn Lu wrote: > > Signed-off-by: Shonn Lu > Acked-by: Daniel Golle > > > --- > > ta

Re: [OpenWrt-Devel] [PATCH] oxnas: set irq of usb&sata to cpu1

2015-11-26 Thread Daniel Golle
Hi! This was committed in r47618 though it is buggy (see below) and not clear whether manually setting irq-affinity is at all feasible. Please revert. Cheers Daniel On Mon, Nov 23, 2015 at 04:24:02PM +0100, Daniel Golle wrote: > On Mon, Nov 23, 2015 at 02:30:34PM +0800, Shonn Lu wr

[OpenWrt-Devel] [PATCH] CC: ramips: minor fixes for ZTB-WG2626

2015-12-01 Thread Daniel Golle
In backport commit r47605 the LED was named wrongly in a userspace script. Also remove reference to undefined pinmux group "wdt rst" causing logline rt2880-pinmux pinctrl: invalid group "wdt rst" for function "gpio" Signed-off-by: Daniel Golle --- target/linux/ram

Re: [OpenWrt-Devel] [PATCH 2/4] lantiq: base-files: drop the dsl tone settings

2015-12-03 Thread Daniel Golle
Hi! On Thu, Dec 03, 2015 at 09:07:22AM +0100, Andre Heider wrote: > Hi, > > On Wed, Dec 2, 2015 at 10:07 PM, Daniel Schwierzeck > wrote: > > I think the removal of the tone setup in r46920 should be reverted. It > > is still the only way to exactly control which pilot tones are sent by > > the D

[OpenWrt-Devel] [PATCH] wpa_supplicant: fix generating phase2 config line for WPA-EAP

2015-12-28 Thread Daniel Golle
Signed-off-by: Daniel Golle --- package/network/services/hostapd/files/netifd.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package/network/services/hostapd/files/netifd.sh b/package/network/services/hostapd/files/netifd.sh index 5541e4d..de60a8e 100644 --- a/package

[OpenWrt-Devel] [PATCH v2] wpa_supplicant: fix generating phase2 config line for WPA-EAP

2015-12-28 Thread Daniel Golle
Signed-off-by: Daniel Golle --- v2: missed the default definition two lines above, so no need to use shell-expansion for that then. package/network/services/hostapd/files/netifd.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package/network/services/hostapd/files

Re: [OpenWrt-Devel] [PATCH v2] wpa_supplicant: fix generating phase2 config line for WPA-EAP

2016-01-03 Thread Daniel Golle
Hi Felix, On Sun, Jan 03, 2016 at 09:33:13PM +0100, Felix Fietkau wrote: > > - append network_data "phase2=\"$auth\"" > > "$N$T" > > + append network_data > > "phase2=\"auth=$auth\"" "$N$T" > This might break existing configurat

Re: [OpenWrt-Devel] [PATCH] add ubifs filesystem for image building system

2016-01-03 Thread Daniel Golle
On Sat, Jan 02, 2016 at 04:02:58PM +0100, Felix Fietkau wrote: > On 2016-01-02 15:11, RhoYounJae wrote: > > Currently, the devices which actually uses ubifs filesystem uses squashfs > > filesystem > > Thus openwrt binary image have a wrong squashfs- prefix not ubifs- which > > gives user confusio

[OpenWrt-Devel] [PATCH] ramips: fix serial baudrate for final version of ZBT-WG2626 board

2016-01-12 Thread Daniel Golle
The bootloader was updated and now uses 115200 instead of 57600 baud for the serial console. Change this also in OpenWrt's DTS, so the rate is consistent for bootloader and linux kernel output. Signed-off-by: Daniel Golle --- target/linux/ramips/dts/ZBT-WG2626.dts | 2 +- 1 file chang

[OpenWrt-Devel] [PATCH] ramips: fix switch init in failsafe-mode on some MT7621 boards

2016-01-12 Thread Daniel Golle
failsafe mode. Signed-off-by: Daniel Golle --- .../base-files/lib/preinit/07_set_preinit_iface_ramips | 16 +++- 1 file changed, 15 insertions(+), 1 deletion(-) diff --git a/target/linux/ramips/base-files/lib/preinit/07_set_preinit_iface_ramips b/target/linux/ramips/base-files/lib

[OpenWrt-Devel] [PATCH v3] wpa_supplicant: fix generating phase2 config line for WPA-EAP

2016-01-12 Thread Daniel Golle
-01-03 22:06, Daniel Golle wrote: > > Hi Felix, > > > > On Sun, Jan 03, 2016 at 09:33:13PM +0100, Felix Fietkau wrote: > >> > -append network_data > >> > "phase2=\"$auth\"" "$N$T" > >

[OpenWrt-Devel] [PATCH] ramips: enable work-arounds to fix sdhci on mt7621

2016-01-12 Thread Daniel Golle
crashes the system and even large writes (full-card dump/erase/write/compare) don't show any corruption. Fixes #20949 Signed-off-by: Daniel Golle --- diff --git a/target/linux/ramips/patches-4.3/0046-mmc-MIPS-ralink-add-sdhci-for-mt7620a-SoC.patch b/target/linux/ramips/patches-4.3/0046-mmc

Re: [OpenWrt-Devel] [PATCH] ramips: Speed up eeprom read/write

2019-03-18 Thread Daniel Golle
On Mon, Mar 18, 2019 at 03:51:09PM +0100, Tom Psyborg wrote: > So, how enourmous boot speed-up did it achieve? I'd say not much since > you read like what 500bytes of eeprom data? Extracting 500b out of lets say 256kb is still more than 500 offsets to be probed. If you do that byte-by-byte it's mu

[OpenWrt-Devel] [PATCH] wireguard: do not add host-dependencies if fwmark is set

2019-03-19 Thread Daniel Golle
The 'fwmark' option is used to define routing traffic to wireguard endpoints to go through specific routing tables. In that case it doesn't make sense to setup routes for host-dependencies in the 'main' table, so skip setting host dependencies if 'fwmark' i

Re: [OpenWrt-Devel] [PATCH] wireguard: do not add host-dependencies if fwmark is set

2019-03-20 Thread Daniel Golle
On Wed, Mar 20, 2019 at 04:31:25PM +0800, Yousong Zhou wrote: > On Tue, 19 Mar 2019 at 23:53, Daniel Golle wrote: > > > > The 'fwmark' option is used to define routing traffic to > > wireguard endpoints to go through specific routing tables. > > In that case

Re: [OpenWrt-Devel] script error in target-metadata.pl

2019-03-27 Thread Daniel Golle
Hi Koen, I hope I fixed the issue with commit 7204736076 IB: fix generating .profile.mk for profiles without metadata Please report back if you also see it fixed by this. Cheers Daniel On Tue, Mar 26, 2019 at 04:18:50PM +0100, Koen Vandeputte wrote: > > On 15.03.19 10:00, Koen Vandeputte wro

Re: [OpenWrt-Devel] RFC: check signatures of sysupgrades via ucert

2019-04-23 Thread Daniel Golle
Hi Paul, On Wed, Apr 24, 2019 at 12:02:49AM +0200, Paul Spooren wrote: > Hi all, > > to improve security of the router sysupgrade process, it's sane to check > firmware images for signatures of trusted parties. While this should > always be optional (aka no vendor locking), it helps *basic* users

Re: [OpenWrt-Devel] [PATCH v2 2/2] procd: apply official kernel clang-format style

2019-05-14 Thread Daniel Golle
I don't think adding formatter-information into the code makes sense at this stage, as this is meant for exeptions from an otherwise applied style. Here, obviously clang-format defintions don't reflect the current style. I will show some examples: On Tue, May 14, 2019 at 05:56:11PM +0200, Paul Sp

Re: [OpenWrt-Devel] [PATCH] Support for Edimax EW-7476RPC / EW-7478AC

2019-05-27 Thread Daniel Golle
Hi Birger, thanks for submitting your work. In order to support the external switch, existing generic features should be used in order to implement the phy-reset via GPIO#39. See my comments in the code (I commented the first device only, same applies to the 2nd device as well). On Mon, May 27, 2

Re: [OpenWrt-Devel] [PATCH] Support for Edimax EW-7476RPC / EW-7478AC

2019-05-27 Thread Daniel Golle
On Mon, May 27, 2019 at 06:35:30PM +0200, Daniel Golle wrote: > Hi Birger, > > thanks for submitting your work. In order to support the external > switch, existing generic features should be used in order to > implement the phy-reset via GPIO#39. > See my comments in the cod

Re: [OpenWrt-Devel] Using ethtool or swconfig to change link settings for mt7620a?

2019-06-08 Thread Daniel Golle
Hi Daniel, On Sat, Jun 08, 2019 at 04:06:54AM -0500, Daniel Santos wrote: > Hello, > > I need to change auto-negotiate, speed and duplex for a port on my > mt7620a-based device, but I'm not quite certain that I understand the > structure here.  When using ethtool on eth0 I always get ENODEV, > ap

Re: [OpenWrt-Devel] [PATCH v4] ramips: add support for Edimax RG21S

2019-08-22 Thread Daniel Golle
Hi, I believe the PCI-IDs of the devices in your device tree are wrong, see below: On Sun, Jul 21, 2019 at 07:43:51AM +0200, Birger Koblitz wrote: > ramips: add Edimax RG21S > > SoC: MediaTek MT7621AT dual-core @ 880MHz > RAM: 256M (Nanya NT5CC128M) > FLASH:16MB (Macronix MX25L12835F)

Re: [OpenWrt-Devel] ucert

2018-08-08 Thread Daniel Golle
Hi John, On Wed, Aug 08, 2018 at 08:07:01PM +0200, John Crispin wrote: > Hi All, > > $magic feature, please elaborate, kthxbye ucert [1] is a way to allow trust delegation and revocation on top of usign/signify intended for sysupgrade images. Functionality to make use of ucert to automatically s

Re: [OpenWrt-Devel] RFT: ar71xx/mac80211 update

2018-08-22 Thread Daniel Golle
Hi John, On Wed, Aug 22, 2018 at 10:43:18AM +0200, John Crispin wrote: > On 22/08/18 10:40, Koen Vandeputte wrote: > > On 2018-08-13 17:14, John Crispin wrote: > > > Hi, > > > > > > as 19.01 will probably use v4.14 as baseline and ath79 wont be a > > > full replacement for ar71xx by then we decid

Re: [OpenWrt-Devel] usign race?

2018-09-15 Thread Daniel Golle
On Fri, Sep 14, 2018 at 07:22:06PM +1000, Mike McCormack wrote: > On 13/09/18 17:47, Koen Vandeputte wrote: > > > > As it mostly works, but only sometimes fail, it looks like a race > > condition. > > > > Does anyone have any clue? > > Hi Koen, > > I think I hit something similar... sometimes u

Re: [OpenWrt-Devel] RFT: ar71xx/mac80211 update

2018-09-25 Thread Daniel Golle
On Tue, Sep 25, 2018 at 11:15:14PM +0200, Hauke Mehrtens wrote: > ... > With that update I am fine with squashing the mac80211 updates and > pushing them to OpenWrt master. > > I checked the removed patches and could not find these two patches in > the upstream kernel: > * > package/kernel/mac8021

Re: [OpenWrt-Devel] VDSL with TP-link tdw8970 / tdw8980

2018-09-26 Thread Daniel Golle
On Wed, Sep 26, 2018 at 12:24:19PM +0200, Torsten Duwe wrote: > Hi all, > > I've been running both above boxes with ADSL Annex-B without problems, > but now the Telekomedians changed the line to VDSL (Annex-J ?). I tried > various settings with the xDSL firmware and startup, but keep getting > at

Re: [OpenWrt-Devel] ar71xx/tiny broken since: "image: use ucert to append signature"

2018-09-29 Thread Daniel Golle
Hi! On Sun, Sep 30, 2018 at 12:27:07AM +0200, Hauke Mehrtens wrote: > Hi, > > The build of the ar71xx/tiny subtarget is broken since this commit: > https://git.openwrt.org/848b455d2e9441361f6e010f9b95ab8a7dccbae1 > see here for the error message in build bot: > http://phase1.builds.lede-project.o

Re: [OpenWrt-Devel] running docker on openwrt?

2018-09-30 Thread Daniel Golle
On Sun, Sep 30, 2018 at 12:21:12PM +0200, Torbjorn Jansson wrote: > Hello. > > a question, is it possible to run docker on openwrt? > reason for asking is that i got a raspberrypi running openwrt and it got > plenty of storage space and is mostly sitting idle so if i can run docker on > it i might

Re: [OpenWrt-Devel] running docker on openwrt?

2018-09-30 Thread Daniel Golle
On Sun, Sep 30, 2018 at 02:18:54PM +0200, Torbjorn Jansson wrote: > On 2018-09-30 13:59, Daniel Golle wrote: > > On Sun, Sep 30, 2018 at 12:21:12PM +0200, Torbjorn Jansson wrote: > > > Hello. > > > > > > a question, is it possible to run docker on openwrt? >

Re: [OpenWrt-Devel] running docker on openwrt?

2018-09-30 Thread Daniel Golle
On Sun, Sep 30, 2018 at 04:52:04PM +0200, Torbjorn Jansson wrote: > On 2018-09-30 16:21, Daniel Golle wrote: > > On Sun, Sep 30, 2018 at 02:18:54PM +0200, Torbjorn Jansson wrote: > > > On 2018-09-30 13:59, Daniel Golle wrote: > > > > On Sun, Sep 30, 2018 at 12:21:12PM

Re: [OpenWrt-Devel] running docker on openwrt?

2018-10-07 Thread Daniel Golle
On Sun, Oct 07, 2018 at 04:54:42PM +0200, Torbjorn Jansson wrote: > On 2018-09-30 16:21, Daniel Golle wrote: > > On Sun, Sep 30, 2018 at 02:18:54PM +0200, Torbjorn Jansson wrote: > > > On 2018-09-30 13:59, Daniel Golle wrote: > > > > On Sun, Sep 30, 2018 at 12:21:12PM

[OpenWrt-Devel] [PATCH/RFC] uqmi: allow matching IMSI for qmi networks

2018-11-04 Thread Daniel Golle
ped physically or in software (as possible on the APU3 board). Signed-off-by: Daniel Golle --- .../utils/uqmi/files/lib/netifd/proto/qmi.sh | 14 +++--- 1 file changed, 11 insertions(+), 3 deletions(-) diff --git a/package/network/utils/uqmi/files/lib/netifd/proto/qmi.sh b/package/netw

[OpenWrt-Devel] [PATCH v2] uqmi: allow matching IMSI for qmi networks

2018-11-04 Thread Daniel Golle
ped physically or in software (as possible on the APU3 board). We may need to add locking in dev.c function int qmi_device_open(struct qmi_dev *qmi, const char *path) to avoid multiple instances of uqmi operating on the same chardev. Signed-off-by: Daniel Golle --- package/network/utils/uqmi/Makef

[OpenWrt-Devel] [PATCH v3] uqmi: allow matching IMSI for qmi networks

2018-11-04 Thread Daniel Golle
ped physically or in software (as possible on the APU3 board). In order to allow multiple configurations using the same character device, add locking in netifd protocol handler to avoid overlapping execution of uqmi of the same device. Signed-off-by: Daniel Golle --- package/network/utils/uqmi/Mak

Re: [OpenWrt-Devel] [PATCH v3] uqmi: allow matching IMSI for qmi networks

2018-11-05 Thread Daniel Golle
Hi Piotr, On Mon, Nov 05, 2018 at 12:28:06PM +0100, Piotr Dymacz wrote: > Hi Daniel, > > On 05.11.2018 00:46, Daniel Golle wrote: > > Introduce 'imsi' configuration option for proto 'qmi' network > > interfaces. Setting it makes sure the configuration on

Re: [OpenWrt-Devel] [PATCHv2] Allow VLAN filtering if needed.

2018-11-15 Thread Daniel Golle
Hi Jonathan, On Thu, Nov 15, 2018 at 11:12:54AM -0500, Jonathan Thibault wrote: > Greetings, > > I would like to propose enabling CONFIG_BRIDGE_VLAN_FILTERING on OpenWRT > releases. I've suggested that already about a year ago. Now that a significant amount of targets uses DSA this is even more

Re: [OpenWrt-Devel] [PATCHv2] Allow VLAN filtering if needed.

2018-11-21 Thread Daniel Golle
Hi! On Thu, Nov 15, 2018 at 07:58:07PM +0100, Daniel Golle wrote: > Hi Jonathan, > > On Thu, Nov 15, 2018 at 11:12:54AM -0500, Jonathan Thibault wrote: > > Greetings, > > > > I would like to propose enabling CONFIG_BRIDGE_VLAN_FILTERING on OpenWRT > > releases.

[OpenWrt-Devel] hostapd 2.7 released

2018-12-12 Thread Daniel Golle
Hi! hostapd 2.7 has been released on December 2nd: http://w1.fi/cgit/hostap/plain/hostapd/ChangeLog I've updated the hostapd package to use the hostapd_2_7 tag with our patches on top, find it in my staging tree: https://git.openwrt.org/?p=openwrt/staging/dangole.git;a=commit;h=c494eadb6555c02eb5

[OpenWrt-Devel] [PATCH] config: enable some useful features on !SMALL_FLASH devices

2018-12-28 Thread Daniel Golle
enable kernel features needed for procd-ujail, procd-seccomp, lxc and lvm2 on devices with big enough flash. Those packages are currently useless in binary builds due to missing kernel features. Enable the features on devices which can bare with the extra space consumption. Signed-off-by: Daniel

Re: [OpenWrt-Devel] [PATCH] config: enable some useful features on !SMALL_FLASH devices

2019-01-01 Thread Daniel Golle
Hi! On Sun, Dec 30, 2018 at 11:26:58AM +0100, Petr Štetiar wrote: > Daniel Golle [2018-12-29 06:51:32]: > > > config KERNEL_AIO > > config KERNEL_FHANDLE > > config KERNEL_FANOTIFY > > + default y if !SMALL_FLASH > > What about `FEATURES += n

Re: [OpenWrt-Devel] [PATCH] config: enable some useful features on !SMALL_FLASH devices

2019-01-07 Thread Daniel Golle
On Tue, Jan 01, 2019 at 08:46:25PM +0100, Petr Štetiar wrote: > Daniel Golle [2019-01-01 17:56:25]: > > Hi, > > > On Sun, Dec 30, 2018 at 11:26:58AM +0100, Petr Štetiar wrote: > > > Daniel Golle [2018-12-29 06:51:32]: > > > > > > >

Re: [OpenWrt-Devel] [PATCH] config: enable some useful features on !SMALL_FLASH devices

2019-01-07 Thread Daniel Golle
On Mon, Jan 07, 2019 at 01:17:34PM +, Jonas Gorski wrote: > On Mon, 7 Jan 2019 at 11:42, Petr Štetiar wrote: > > > > Daniel Golle [2019-01-07 10:03:09]: > > > > Hi, > > > > > One. The MT7621 EVB. The TP-LINK RE350 v1 can probably be converted to &

Re: [OpenWrt-Devel] [PATCH] config: enable some useful features on !SMALL_FLASH devices

2019-01-07 Thread Daniel Golle
On Mon, Jan 07, 2019 at 02:39:26PM +, Jonas Gorski wrote: > On Mon, 7 Jan 2019 at 14:21, Daniel Golle wrote: > > > > On Mon, Jan 07, 2019 at 01:17:34PM +, Jonas Gorski wrote: > > > On Mon, 7 Jan 2019 at 11:42, Petr Štetiar wrote: > > > > > &

Re: [OpenWrt-Devel] [PATCH] config: enable some useful features on !SMALL_FLASH devices

2019-01-15 Thread Daniel Golle
Hi Jonas, On Mon, Jan 07, 2019 at 03:48:29PM +0100, Daniel Golle wrote: > On Mon, Jan 07, 2019 at 02:39:26PM +, Jonas Gorski wrote: > > On Mon, 7 Jan 2019 at 14:21, Daniel Golle wrote: > > > > > > On Mon, Jan 07, 2019 at 01:17:34PM +, Jonas Gorski wrote: >

[OpenWrt-Devel] INSTALL_SUID macro

2019-01-22 Thread Daniel Golle
Hi Jo, Hi everyone, I was happy to see the addition of the INSTALL_SUID macro and now wonder if it'd make sense to use fakeroot in order to allow installing files for different users as well. For now, all files in rootfs are always owned by root:root, and sometimes this is not what we want. I'm cu

Re: [OpenWrt-Devel] [PATCH 1/2] ath79: fix qca955x pcie0 memory size

2019-01-28 Thread Daniel Golle
/2] ath79: fix qca955x pcie0 memory size > > Datasheet states that both PCI ranges are of 0x200 size: > 0x1000_-0x11FF_FFF and 0x1200_-0x13FF_. > > Signed-off-by: Santiago Piccinini Reviewed-by: Daniel Golle > --- > target/linux/ath79/dts/qca9557.dtsi | 2

[OpenWrt-Devel] [PATCH] apm821xx, ath79, lantiq, ramips: move named gpio exports to generic

2019-02-12 Thread Daniel Golle
The patch was copied to a bunch of platforms and seems to be a quite useful feature for various things. Move it to generic to avoid code duplication. Signed-off-by: Daniel Golle --- .../140-GPIO-add-named-gpio-exports.patch | 169 -- .../500-GPIO-add-named-gpio-exports.patch

Re: [OpenWrt-Devel] [PATCH 3/3] ipq40xx: add support for FritzBox 7530

2019-02-12 Thread Daniel Golle
On Tue, Feb 12, 2019 at 08:55:37PM +0100, David Bauer wrote:> > >> DECT: Dialog SC14448 > >>currently not supported > > (hm, seems to be a spi? chip) > > It seems to be UART and PCM attached. At least the AVM Firmware smashes > the Firmware for the chip over the UART while booting. There

Re: [OpenWrt-Devel] [PATCH] mac80211: update to version 4.19.23-1

2019-02-17 Thread Daniel Golle
Thank you! I've tested this today and works great (and was little work to re-base my clean-up of rt2x00 on top of it, so you got my thumbs up) On Fri, Feb 15, 2019 at 09:38:47PM +0100, Hauke Mehrtens wrote: > This updates mac80211 to backports version 4.19.23-1 which includes all > the stable fixe

[OpenWrt-Devel] Project proposal: The GNUnet of autonomous Things

2016-11-17 Thread Daniel Golle
Hi! I want to suggest a project to be (partially) funded by prpl's OpenWrt project grant. Abstract: Implement a secure autotonomous IoT hub using OpenWrt/LEDE's ubus service and the GNUnet P2P framework. Introduction: Despite the ongoing hype about the so-called Internet of Things, the current p

Re: [OpenWrt-Devel] [LEDE-DEV] Project proposal: The GNUnet of autonomous Things

2016-11-23 Thread Daniel Golle
b and devices to communicate. Cheers Daniel > > Hauke > > On 11/17/2016 12:39 PM, Daniel Golle wrote: > > Hi! > > > > I want to suggest a project to be (partially) funded by prpl's OpenWrt > > project grant. > > > > Abstract: > > Impleme

Re: [OpenWrt-Devel] [LEDE-DEV] Project proposal: The GNUnet of autonomous Things

2016-12-01 Thread Daniel Golle
it includes sensors, events and actors rather than just access to a configuration model. Cheers Daniel > > Regards, > Sukru > > ____ > From: openwrt-devel [openwrt-devel-boun...@lists.openwrt.org] on behalf of > Daniel Golle [dan...@makrotopia

Re: [OpenWrt-Devel] [LEDE-DEV] [OpenWrt] Project proposal: The GNUnet of autonomous Things

2016-12-01 Thread Daniel Golle
Hi Felix, On Thu, Dec 01, 2016 at 04:12:38PM +0100, Felix Fietkau wrote: > On 2016-12-01 16:05, Daniel Golle wrote: > > Hi Sukru, > > > > On Tue, Nov 22, 2016 at 08:52:57PM +, Sukru Senli wrote: > >> Hi Daniel, > >> > >> Regarding (Phase 2 - u

Re: [OpenWrt-Devel] [LEDE-DEV] [OpenWrt] Project proposal: The GNUnet of autonomous Things

2016-12-03 Thread Daniel Golle
ioning. I'll have a deeper look at lininoIO so we can talk about that in more detail soon. Cheers Daniel > > Best Regards > > Arturo > > 2016-12-01 16:51 GMT+01:00 Felix Fietkau : > > > On 2016-12-01 16:38, Daniel Golle wrote: > > > Hi Felix, >

Re: [OpenWrt-Devel] Any interest in adding runit to OpenWRT?

2016-12-03 Thread Daniel Golle
Hi Denys, On Sat, Dec 03, 2016 at 04:09:05PM +0100, Denys Vlasenko wrote: > On Sat, Dec 3, 2016 at 2:25 PM, Jo-Philipp Wich wrote: > > Hi Denys, > > > >> Well, we certainly can fix the ntpd start scritps, > >> but this is a generic problem, right? We'd want ANY > >> daemons to be run "properly",

Re: [OpenWrt-Devel] [LEDE-DEV] [OpenWrt] Project proposal: The GNUnet of autonomous Things

2016-12-05 Thread Daniel Golle
Hi Felix, On Thu, Dec 01, 2016 at 04:51:30PM +0100, Felix Fietkau wrote: > On 2016-12-01 16:38, Daniel Golle wrote: > > Hi Felix, > > > > On Thu, Dec 01, 2016 at 04:12:38PM +0100, Felix Fietkau wrote: > >> On 2016-12-01 16:05, Daniel Golle wrote: > >> >

[OpenWrt-Devel] upstreaming (most) rt2x00 patches

2017-01-12 Thread Daniel Golle
Hi! The amount of patches on top of rt2x00 has grown into a huge pile during the past couple of years. To get things into a shape that allow discussing and merging them upstream, I created a tree on github based on wireless-drivers-next.git: https://github.com/dangowrt/linux/commits/rt2x00-from-o

Re: [OpenWrt-Devel] upstreaming (most) rt2x00 patches

2017-01-12 Thread Daniel Golle
ort? I still don't know if all devices are > > affected, but few of them are confirmed to have weak reception, possibly > > eLNA layout devices? > > > > On 12 January 2017 at 15:35, Daniel Golle wrote: > > > >> Hi! > >> > >> The amount of patche

[OpenWrt-Devel] [RFC] [PULL REQUEST] rt2x00 patches from OpenWrt.org

2017-01-12 Thread Daniel Golle
closer to the expected performance when using HT40 modes. And also a lot of new added hardware support: Gabor Juhos wrote code for Rt3883 WiSoC. Daniel Golle implemented support for Rt3352 by designs with external PA as well as for boards using a 20MHz crystal instead of the usual 40MHz. Serge

Re: [OpenWrt-Devel] [RFC] [PULL REQUEST] rt2x00 patches from OpenWrt.org

2017-01-13 Thread Daniel Golle
Hi Kalle, On Fri, Jan 13, 2017 at 12:46:56PM +0200, Kalle Valo wrote: > Daniel Golle writes: > > ... > > Please review and comment, so we can get those patches merged! > > No pull requests, please. Instead send these as patches, easier to > review and actually also easi

Re: [OpenWrt-Devel] [RFC] [PULL REQUEST] rt2x00 patches from OpenWrt.org

2017-01-13 Thread Daniel Golle
On Fri, Jan 13, 2017 at 04:59:59PM +0100, Johannes Berg wrote: > > > The advantage of pull requests is that author information can be > > preserved more easily. Running git format-patch results in most > > patches > > having wrong SMTP sender information due to the assumption that the > > patch au

Re: [OpenWrt-Devel] [RFC] [PULL REQUEST] rt2x00 patches from OpenWrt.org

2017-01-13 Thread Daniel Golle
On Fri, Jan 13, 2017 at 05:17:23PM +0100, Daniel Golle wrote: > On Fri, Jan 13, 2017 at 04:59:59PM +0100, Johannes Berg wrote: > > > > > The advantage of pull requests is that author information can be > > > preserved more easily. Running git format-patch re

Re: [OpenWrt-Devel] upstreaming (most) rt2x00 patches

2017-01-13 Thread Daniel Golle
Hi Martin, On Sat, Jan 14, 2017 at 01:28:06AM +0100, Martin Blumenstingl wrote: > On Thu, Jan 12, 2017 at 3:35 PM, Daniel Golle wrote: > > Hi! > > > > The amount of patches on top of rt2x00 has grown into a huge pile > > during the past couple of years. To get thi

<    1   2   3   4   5   6   7   8   9   10   >