[LEDE-DEV] [PATCH] firmware-utils: tplink-safeloader: increase RE350 kernel size

2018-04-23 Thread Alex Maclean
4.14 increased kernel size, so grow the kernel partition by 128K to compensate. Fixes FS#1479. Signed-off-by: Alex Maclean --- tools/firmware-utils/src/tplink-safeloader.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/tools/firmware-utils/src/tplink-safeloader.c b

Re: [LEDE-DEV] Handling the image generation process on ARC770

2017-07-24 Thread Alex
m to add support for that, but I would strongly prefer to fix it in the kernel instead. I don't think that will be necessary. The end goal is to boot the system from SPI flash, so a squashfs image might be in order as the final solution. I can have two devi

[LEDE-DEV] [PATCH netifd] bridge: reset primary only after marking the member not present

2017-05-08 Thread Alex Oprea
Run the bridge_reset_primary function only after the member being removed has been marked as not present. This change prevents the bridge_reset_primary function from choosing the member being removed as the new primary member. Signed-off-by: Alex Oprea --- bridge.c | 6 +++--- 1 file changed, 3

Re: [LEDE-DEV] [PATCH] ramips: Add patch to reset SPI flash to 3-byte addressing

2017-01-30 Thread Alex G .
stuck under certain circumstances such as CPU resets triggered by watchdogs or in any way out of the kernel's control) So, how do we solve this situation for lede with linux-4.4 ? Alex Daniel Signed-off-by: Alexandru Gagniuc --- ...Reset-chip-to-3-byte-addressing-on-system.