From a4052e28abddc7a4a1b2d80ca2ffab60ec990fd8 Mon Sep 17 00:00:00 2001 From: parazyd Date: Wed, 12 Apr 2017 19:37:57 +0200 Subject: [PATCH] odroidxu --- boards/odroid-xu.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/boards/odroid-xu.sh b/boards/odroid-xu.sh index 8f01ac7..b7457e9 100644 --- a/boards/odroid-xu.sh +++ b/boards/odroid-xu.sh @@ -143,7 +143,7 @@ build_kernel_armhf() { notice "building hwcomposer" pushd $R/tmp/kernels/$device_name/${device_name}-linux/tools/hardkernel/exynos5-hwcomposer ## it's quite chatty still, so we if 0 the logging, and also add a missing #define - sed -i -e 's/if 1/if 0/g' include log.h + sed -i -e 's/if 1/if 0/g' include/log.h sed -i -e 's/#define ALOGD/#define ALOGD\r#define ALOGF/g' include/log.h ./configure --prefix=/usr --build x86_64-pc-linux-gnu --host $hosttuple || zerr