]> git.ipfire.org Git - people/pmueller/ipfire-2.x.git/commitdiff
backports: disable of_graph.
authorArne Fitzenreiter <arne_f@ipfire.org>
Sat, 10 Jan 2015 23:40:08 +0000 (00:40 +0100)
committerArne Fitzenreiter <arne_f@ipfire.org>
Sat, 10 Jan 2015 23:40:08 +0000 (00:40 +0100)
lfs/backports

index 6f5d79bd7e248f8471bb24a8c0ce34e419d86bad..cd48700d2b46f9c38ea3a67453f698dbbcb3c0f2 100644 (file)
@@ -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)