Tested-by: Koen Vandeputte
Tested on ar71xx (UBNT Rocket M5)
___
Lede-dev mailing list
Lede-dev@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/lede-dev
Tested-by: Koen Vandeputte
All OK
___
Lede-dev mailing list
Lede-dev@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/lede-dev
Citeren Rosen Penev :
If GCC is built with stack smashing protection enabled (SSP), it
errors when compiling lzma-loader.
Switching to strncpy seems to be an easy way to fix this. It's
probably better to use snprintf or strlcpy but the latter is not
available for glibc systems.
This see
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/t