From c957ebbd6d1495551b5f68958622dbd0470f5264 Mon Sep 17 00:00:00 2001 From: Gwenhael Le Moine Date: Sat, 1 Mar 2014 08:17:38 +0100 Subject: [PATCH] obsolete comment --- build.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/build.sh b/build.sh index 898ca52..354a8dd 100755 --- a/build.sh +++ b/build.sh @@ -192,7 +192,6 @@ if [ "$COMPILE" = "true" ]; then $BINARIES_DIR/sunxi-tools/fex2bin $DEST/cubie_configs/sysconfig/linux/ct-vga.fex $BINARIES_DIR/cubie_configs/script-vga.bin $BINARIES_DIR/sunxi-tools/fex2bin $DEST/cubie_configs/sysconfig/linux/ct-hdmi.fex $BINARIES_DIR/cubie_configs/script-hdmi.bin - # Patwood's kernel 3.4.75+ if [ -d "$DEST/linux-sunxi" ]; then ( cd $DEST/linux-sunxi; git pull -f )