Re: [LEDE-DEV] Advice on filesystem for x86 (CF card)

2018-04-11 Thread Sebastian Fleer
On 11.04.2018 14:48, txt.file wrote: There is no need to create a bigger squashfs as squashfs is read-only. With squashfs you get two file systems. squashfs for the files in the image and jffs2 for changed/added files. During the first boot the jffs2 is created. It starts after the end of the

Re: [LEDE-DEV] [PATCH] leds-apu2: add newer board names

2018-03-31 Thread Sebastian Fleer
On 30.03.2018 16:02, Hauke Mehrtens wrote: Is the coreboot version with the new board names used widely or can we ignore that and drop your patch? Hauke I had a conversation with R1D2 in the forum. We both can't state any numbers, but it seems that some users needed to upgrade to the

Re: [LEDE-DEV] [PATCH] leds-apu2: add newer board names

2018-03-29 Thread Sebastian Fleer
After building coreboot myself, I discovered that the board names changed again - they now seem to be the same as before. https://github.com/pcengines/coreboot/commit/3578e9fb6dac753ec9365c88a8556ca1b90a8deb I guess the "PC Engines apuX" strings can be considered to be a bug on the PCEngines

Re: [LEDE-DEV] [PATCH] leds-apu2: add newer board names

2018-03-27 Thread Sebastian Fleer
Am 28.03.2018 um 04:40 schrieb Philip Prindeville: “recent”? I thought APU2’s had been discontinued a while ago. The APU2 boards are listed as "in stock" in the PCEngines shop http://www.pcengines.ch/newshop.php?c=2 Their coreboot firmware sees frequent development, see

[LEDE-DEV] [PATCH] leds-apu2: add newer board names

2018-03-26 Thread Sebastian Fleer
In recent firmware releases the board names changed from "apuX" to "PC Engines apuX" Signed-off-by: Sebastian Fleer <pubal...@posteo.net> --- package/kernel/leds-apu2/src/leds-apu2.c | 5 - 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/package/kernel