Re: [LEDE-DEV] [RFC 06/11] sunxi: split into cortex A8 and A7 subtarget

2017-07-17 Thread Yousong Zhou
On 18 July 2017 at 06:10, Hauke Mehrtens wrote: > Now we can activate some compiler optimizations for the cortex A7. > > Signed-off-by: Hauke Mehrtens > --- > package/boot/uboot-sunxi/Makefile | 17 + > target/linux/sunxi/Makefile |

Re: [LEDE-DEV] [RFC 04/11] uboot-sunxi: update to version 2017.07

2017-07-17 Thread Yousong Zhou
On 18 July 2017 at 06:10, Hauke Mehrtens wrote: > This needs swig and a host dtc install on the host now. > Currently we use dtc built from the kernel tree. Can we also make use of the fdtget there as a fallback of swig? Regards, yousong

Re: [LEDE-DEV] [PATCH 3/4] x86: Move USB support from subtargets to target config

2017-07-17 Thread Philip Prindeville
Am I the only one who would prefer all of the virtualization support to be selected and default to off? All the fuss we have about not burdening images with unnecessary functionality, yet no one blinks at this... > On Jul 15, 2017, at 10:48 AM, Baptiste Jonglez >

[LEDE-DEV] [PATCH procd v2 1/2] init: Check chroot return value in sysupgrade_exec_upgraded()

2017-07-17 Thread Florian Fainelli
chroot() can fail and its return value should be checked against, in that case do an exit() since this is a fatal condition that we cannot recover from. Fixes: 63789e51ed91 ("init: add support for sysupgrades triggered from preinit") Signed-off-by: Florian Fainelli ---

[LEDE-DEV] layerscape: do not add custom CFLAGS.

2017-07-17 Thread Hauke Mehrtens
The selected CFLAGS are already set by default. Signed-off-by: Hauke Mehrtens --- target/linux/layerscape/64b/target.mk | 1 - 1 file changed, 1 deletion(-) diff --git a/target/linux/layerscape/64b/target.mk b/target/linux/layerscape/64b/target.mk index