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 coreboot

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

2018-03-30 Thread Hauke Mehrtens
On 03/29/2018 09:55 PM, Sebastian Fleer wrote: > 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"

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 si

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

2018-03-28 Thread Matthias May
On 28/03/18 04:40, Philip Prindeville wrote: > “recent”? I thought APU2’s had been discontinued a while ago. > > > You're probably thinking of the APU. It hasn't been discontinued yet, but isn't recommended for new installations. The APU2 is the successor of the APU, and the recommended longte

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 https://github.com/pc

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

2018-03-27 Thread Philip Prindeville
“recent”? I thought APU2’s had been discontinued a while ago. > On Mar 26, 2018, at 8:20 AM, Sebastian Fleer wrote: > > In recent firmware releases the board names changed from "apuX" to "PC > Engines apuX" > > Signed-off-by: Sebastian Fleer > --- > package/kernel/leds-apu2/src/leds-apu2.c

[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 --- package/kernel/leds-apu2/src/leds-apu2.c | 5 - 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/package/kernel/leds-apu2/src/leds-apu2.c b/package/kernel/led