From e032b4af1ad4adb2594cdc738a3f832a9f576d5d Mon Sep 17 00:00:00 2001 From: Gwenhael Le Moine Date: Fri, 20 Feb 2015 10:44:55 +0100 Subject: [PATCH] so now u-boot-sunxi needs the kernel's config --- build.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/build.sh b/build.sh index 77f1a6e..56b0757 100755 --- a/build.sh +++ b/build.sh @@ -140,6 +140,7 @@ function compile() { mkdir -p $BINARIES_DIR ( cd $DEST/u-boot-sunxi + cp $CWD/config/kernel.config $DEST/u-boot-sunxi/include/linux/config.h echo ". . compiling u-boot-sunxi" make -j2 'cubietruck' CROSS_COMPILE=$CROSS_COMPILE make HOSTCC=gcc CROSS_COMPILE='' tools