Re: [LEDE-DEV] [PATCH] uqmi: Fix for big endian arch

2018-04-06 Thread Oskari Lemmelä
Hi, Here is better fix for endianness issue. Tested on both ar71xx (big) and sunxi (little). Use memcpy instead of pointer casting Signed-off-by: Oskari Lemmelä --- data/gen-code.pl | 26 +- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/data/gen-cod

Re: [LEDE-DEV] Bump tools/mtd-utils

2018-04-06 Thread Hauke Mehrtens
On 04/05/2018 11:58 AM, Syrone Wong wrote: > Hi, > > I closed my PR due to > https://github.com/openwrt/openwrt/commit/56d0dd56e9c6efa79d03b6417dc0ae5449343001. > I tried to understand patches in tools/mtd-utils but failed. I > appreciate if anyone keeps going. > > > Best Regards, > Syrone Wong