diff options
author | Luka Perkov <luka@openwrt.org> | 2016-03-25 12:07:03 +0000 |
---|---|---|
committer | Luka Perkov <luka@openwrt.org> | 2016-03-25 12:07:03 +0000 |
commit | d1aa4bfe1ddd52c52eb6314155245121078399a1 (patch) | |
tree | 877832072963cb166bb42d000421a09a1a996bfa /package/boot/uboot-mvebu/patches | |
parent | 8258f8edb60e0ee7f1518bf44696d9a6b846d524 (diff) | |
download | upstream-d1aa4bfe1ddd52c52eb6314155245121078399a1.tar.gz upstream-d1aa4bfe1ddd52c52eb6314155245121078399a1.tar.bz2 upstream-d1aa4bfe1ddd52c52eb6314155245121078399a1.zip |
uboot-mvebu: add package
Signed-off-by: Andrej Vlasic <andrej.vlasic@sartura.hr>
Signed-off-by: Vladimir Vid <vladimir.vid@sartura.hr>
SVN-Revision: 49088
Diffstat (limited to 'package/boot/uboot-mvebu/patches')
-rw-r--r-- | package/boot/uboot-mvebu/patches/001-use-dtc-in-kernel.patch | 11 |
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__ \ |