Tested-by: Koen Vandeputte
Tested on imx6, also using the imagebuilder afterwards.
___
Lede-dev mailing list
Lede-dev@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/lede-dev
Tested-by: Koen Vandeputte
Tested on imx6, also using the imagebuilder afterwards.
___
Lede-dev mailing list
Lede-dev@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/lede-dev
Tested-by: Koen Vandeputte
Tested on imx6, also using the imagebuilder afterwards.
___
Lede-dev mailing list
Lede-dev@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/lede-dev
Tested-by: Koen Vandeputte
Tested on imx6, also using the imagebuilder afterwards.
___
Lede-dev mailing list
Lede-dev@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/lede-dev
Tested-by: Koen Vandeputte
Tested on imx6, also using the imagebuilder afterwards.
___
Lede-dev mailing list
Lede-dev@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/lede-dev
Previously I mentioned the following issue on imx6 (ubi):
- Make owrt build
- Add custom files using imagebuilder
- Flash (jtag or tftp via uboot)
- Boot 1st time (all is OK)
- Boot 2nd time (custom files are corrupt now)
After testing this a few times using JTAG on the same board (which had
Cherry picked from trunk.
Signed-off-by: Etienne Haarsma
---
toolchain/gcc/patches/6.3.0/960-fix-ubsan-defref.patch | 11 +++
1 file changed, 11 insertions(+)
create mode 100644 toolchain/gcc/patches/6.3.0/960-fix-ubsan-defref.patch
diff --git a/toolchain/gcc/patches/6.3.0/960-fix-ubsa
Fixes
dhcpv6.c:141:2: error: 'strncpy' specified bound 16 equals destination size
[-Werror=stringop-truncation]
strncpy(ifr.ifr_name,
ifname, sizeof(ifr.ifr_name));
Signed-off-by: Khem Raj
--