From eba072e22128b9b312edf93217cc942f4333c3fa Mon Sep 17 00:00:00 2001 From: parazyd Date: Fri, 27 Oct 2017 19:23:36 +0200 Subject: [PATCH] boards/sunxi: $loopdevice is not needed for kernel build --- boards/sunxi.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/boards/sunxi.sh b/boards/sunxi.sh index d24ea04..7b75d8b 100644 --- a/boards/sunxi.sh +++ b/boards/sunxi.sh @@ -102,7 +102,6 @@ build_kernel_armhf() { fn build_kernel_armhf req=(R arch device_name gitkernel gitbranch MAKEOPTS) req+=(strapdir) - req+=(loopdevice) ckreq || return 1 notice "building $arch kernel"