From: Michel Thebeau <[email protected]> Kernel v3.8+ have broken mips dynamic ftrace, disable it also for Routerstation Pro. Copy this solution from mti-malta commit: "meta/mips: disable CONFIG_FTRACE"
Signed-off-by: Michel Thebeau <[email protected]> --- bsp/routerstationpro/routerstationpro.scc | 3 +++ 1 file changed, 3 insertions(+) diff --git a/bsp/routerstationpro/routerstationpro.scc b/bsp/routerstationpro/routerstationpro.scc index f1cfc38..1dc2226 100644 --- a/bsp/routerstationpro/routerstationpro.scc +++ b/bsp/routerstationpro/routerstationpro.scc @@ -1,6 +1,9 @@ kconf hardware routerstationpro.cfg kconf hardware watchdog.cfg +# v3.8+ kernels have broken mips dynamic ftrace, disable it completely for now +include features/ftrace/ftrace-disable.scc + include cfg/usb-mass-storage.scc include cfg/fs/vfat.scc -- 1.7.9.7 _______________________________________________ linux-yocto mailing list [email protected] https://lists.yoctoproject.org/listinfo/linux-yocto
