rpcd: iwinfo plugin fixes
[openwrt.git] / package / boot / uboot-mvebu / patches / 001-use-dtc-in-kernel.patch
1 --- a/Makefile
2 +++ b/Makefile
3 @@ -348,7 +348,7 @@ OBJDUMP             = $(CROSS_COMPILE)objdump
4  AWK            = awk
5  PERL           = perl
6  PYTHON         = python
7 -DTC            = dtc
8 +DTC            = $(DTC_DIR)dtc
9  CHECK          = sparse
10  
11  CHECKFLAGS     := -D__linux__ -Dlinux -D__STDC__ -Dunix -D__unix__ \