From cee9cedd5047d8180680edb1897fad00b4263ad5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Igor=20Pe=C4=8Dovnik?= Date: Mon, 13 Oct 2014 17:04:04 +0200 Subject: [PATCH] Update common.sh --- common.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/common.sh b/common.sh index 34eb8f06a0..24cb0b6826 100644 --- a/common.sh +++ b/common.sh @@ -164,6 +164,7 @@ then cp arch/arm/boot/zImage output/boot/ cp arch/arm/boot/dts/*.dtb output/boot elif [[ $BOARD == "bananapi-next" || $BOARD == "cubietruck-next" ]] +then make $CTHREADS ARCH=arm CROSS_COMPILE=arm-linux-gnueabihf- LOADADDR=0x40008000 uImage modules $DTBS LOCALVERSION="$LOCALVERSION" make $CTHREADS ARCH=arm CROSS_COMPILE=arm-linux-gnueabihf- INSTALL_MOD_PATH=output modules_install make $CTHREADS ARCH=arm CROSS_COMPILE=arm-linux-gnueabihf- INSTALL_HDR_PATH=output/usr headers_install