From: Arne Fitzenreiter Date: Sat, 10 Jan 2015 23:40:08 +0000 (+0100) Subject: backports: disable of_graph. X-Git-Tag: v2.17-core87~58 X-Git-Url: http://git.ipfire.org/?p=people%2Fpmueller%2Fipfire-2.x.git;a=commitdiff_plain;h=fe0c6a624e2265c22d70f64124c0751e2d7fa755 backports: disable of_graph. --- 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)