aboutsummaryrefslogtreecommitdiffstats
path: root/package/boot/uboot-mvebu/patches
diff options
context:
space:
mode:
authorLuka Perkov <luka@openwrt.org>2016-03-25 12:07:03 +0000
committerLuka Perkov <luka@openwrt.org>2016-03-25 12:07:03 +0000
commit5c2c0d25018a6207430e6199ce068ae723ae98d3 (patch)
tree41d36e02d07a8b162dafefe8392927069be43db0 /package/boot/uboot-mvebu/patches
parent88fc9f7e614b9e3957af74587e09ced62fb83002 (diff)
downloadmaster-187ad058-5c2c0d25018a6207430e6199ce068ae723ae98d3.tar.gz
master-187ad058-5c2c0d25018a6207430e6199ce068ae723ae98d3.tar.bz2
master-187ad058-5c2c0d25018a6207430e6199ce068ae723ae98d3.zip
uboot-mvebu: add package
Signed-off-by: Andrej Vlasic <andrej.vlasic@sartura.hr> Signed-off-by: Vladimir Vid <vladimir.vid@sartura.hr> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@49088 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/boot/uboot-mvebu/patches')
-rw-r--r--package/boot/uboot-mvebu/patches/001-use-dtc-in-kernel.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/package/boot/uboot-mvebu/patches/001-use-dtc-in-kernel.patch b/package/boot/uboot-mvebu/patches/001-use-dtc-in-kernel.patch
new file mode 100644
index 0000000000..7e46084ad8
--- /dev/null
+++ b/package/boot/uboot-mvebu/patches/001-use-dtc-in-kernel.patch
@@ -0,0 +1,11 @@
+--- a/Makefile
++++ b/Makefile
+@@ -348,7 +348,7 @@ OBJDUMP = $(CROSS_COMPILE)objdump
+ AWK = awk
+ PERL = perl
+ PYTHON = python
+-DTC = dtc
++DTC = $(DTC_DIR)dtc
+ CHECK = sparse
+
+ CHECKFLAGS := -D__linux__ -Dlinux -D__STDC__ -Dunix -D__unix__ \