Re: Help untangling CAKE settings for FTTH

2022-11-17 Thread Sebastian Moeller
Hi T. so taking your proposa under consideration I canged the section that threw you off course to read: • Ethernet with Overhead: SQM can also account for the overhead imposed by VDSL2 links - add 22 bytes of overhead (mpu 68). Cable Modems (DOCSIS) set both up- and downstream

UCI -m import bug?

2022-11-17 Thread Thibaut
Hi, I’ve experienced the following uci behavior on 21.02 and 22.03: $ cat > foo << EOF config foo 'foo' option bar '1' EOF $ uci -m import foo < foo $ uci -m import foo < foo $ uci -m import foo < foo uci: Parse error (option/list command found before the first section) at line 2, byte 0 In

Re: Help untangling CAKE settings for FTTH

2022-11-17 Thread Thibaut
Hi Sebastian, > Le 17 nov. 2022 à 10:50, Sebastian Moeller a écrit : > > Hi T. > > > so taking your proposa under consideration I canged the section that threw > you off course to read: > > > • Ethernet with Overhead: SQM can also account for the overhead imposed > by VDSL2 links -

Re: Help untangling CAKE settings for FTTH

2022-11-17 Thread Sebastian Moeller
Hi Thibaut, > On Nov 17, 2022, at 16:00, Thibaut wrote: > > > >> Le 17 nov. 2022 à 15:42, Sebastian Moeller a écrit : >> >> Hi Thibaut, >> >>> On Nov 17, 2022, at 15:22, Thibaut wrote: >>> >>> Hi Sebastian, >>> Le 17 nov. 2022 à 10:50, Sebastian Moeller a écrit : Hi T.

Re: Help untangling CAKE settings for FTTH

2022-11-17 Thread Sebastian Moeller
Hi Thibaut, > On Nov 17, 2022, at 15:22, Thibaut wrote: > > Hi Sebastian, > >> Le 17 nov. 2022 à 10:50, Sebastian Moeller a écrit : >> >> Hi T. >> >> >> so taking your proposa under consideration I canged the section that threw >> you off course to read: >> >> >> • Ethernet with

uboot-mediatek maybe needs swig

2022-11-17 Thread Peter Naulls
I needed to add this in my build: diff --git a/package/boot/uboot-mediatek/Makefile b/package/boot/uboot-mediatek/Makefile index 9d823ec698..ac8e5dd0f3 100644 --- a/package/boot/uboot-mediatek/Makefile +++ b/package/boot/uboot-mediatek/Makefile @@ -3,7 +3,7 @@ include

[PATCH] uboot-mediatek: clean up build dependencies

2022-11-17 Thread Daniel Golle
Conditionally depend on arm-trusted-firmware-tools as it is only needed on Cortex-A based systems, hence do not depend on it when building for MIPSel based SoCs. Add swig/host to build dependencies. Reported-by: Peter Naulls Signed-off-by: Daniel Golle --- package/boot/uboot-mediatek/Makefile

Re: Help untangling CAKE settings for FTTH

2022-11-17 Thread Thibaut
Hi Sebastian, > Le 17 nov. 2022 à 16:19, Sebastian Moeller a écrit : > > Hi Thibaut, [...] Although I must confess that it certainly feels counter-intuitive that for ethernet (and FTTH) we suggest a higher overhead than e.g. VDSL2/cable (which themselves run off an ethernet

Re: Help untangling CAKE settings for FTTH

2022-11-17 Thread Sebastian Moeller
Hi Thibaut, > On Nov 17, 2022, at 16:53, Thibaut wrote: > > Hi Sebastian, > >> Le 17 nov. 2022 à 16:19, Sebastian Moeller a écrit : >> >> Hi Thibaut, > > [...] > Although I must confess that it certainly feels counter-intuitive that > for ethernet (and FTTH) we suggest a higher

[PATCH] mt7621: move uboot-envtools to DEFAULT_PACKAGES

2022-11-17 Thread Bjørn Mork
Several devices depend on fw_printenv during sysupgrade. Make sure it always is present in all images, including initramfs images built by the buildbots. Fixes: 2449a632084b ("ramips: mt7621: Add support for ZyXEL NR7101") Signed-off-by: Bjørn Mork --- target/linux/ramips/image/mt7621.mk | 55

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

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

Add swig/host build dependency [Was: Re: [PATCH] uboot-mediatek: clean up build dependencies]

2022-11-17 Thread Petr Štetiar
Daniel Golle [2022-11-17 17:01:43]: Hi, > Add swig/host to build dependencies. this doesn't looks like a cleanup as commit subject suggests, but rather contrary :-) Anyway, IIRC we've added swig as a "soft host" requirement on buildbots after this mail[2], so perhaps we should revisit that