uboot-sunxi: Update to version 2018.11
[openwrt/staging/stintel.git] / package / boot / uboot-sunxi / patches / 221-compatible-old-dtc.patch
index 947a1ab055ff51581c17c13a91d7f9c902aed4ce..4056d9800894feaeafbc25413e02ce58461640ac 100644 (file)
@@ -7,7 +7,7 @@ dtc from kernel 4.9.
 
 --- a/scripts/Kbuild.include
 +++ b/scripts/Kbuild.include
-@@ -172,6 +172,11 @@ ld-version = $(shell $(LD) --version | $
+@@ -173,6 +173,11 @@ ld-version = $(shell $(LD) --version | $
  # Usage:  $(call ld-ifversion, -ge, 22252, y)
  ld-ifversion = $(shell [ $(ld-version) $(1) $(2) ] && echo $(3) || echo $(4))