From fe0c6a624e2265c22d70f64124c0751e2d7fa755 Mon Sep 17 00:00:00 2001 From: Arne Fitzenreiter Date: Sun, 11 Jan 2015 00:40:08 +0100 Subject: [PATCH] backports: disable of_graph. --- lfs/backports | 3 +++ 1 file changed, 3 insertions(+) diff --git a/lfs/backports b/lfs/backports index 6f5d79bd7e..cd48700d2b 100644 --- a/lfs/backports +++ b/lfs/backports @@ -112,6 +112,9 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects)) cd $(DIR_APP) && sed -i -e "s/.*DEBUGFS=y/# & is not set/g" .config cd $(DIR_APP) && sed -i -e "s/=y is not set/ is not set/g" .config + # Disable OF_GRAPH (not supported by kernel 3.14) + cd $(DIR_APP) && sed -i -e "s/CONFIG_OF/CONFIG_OF_IGNORE/g" include/linux/of_graph.h + cd $(DIR_APP) && make $(MAKETUNING) KLIB=/lib/modules/$(KVER)-$(VERSUFIX)/ install # Remove vsp1 module (not mach to our platforms) -- 2.39.2