From 0a416a4ae95025f87ebf03124d9137ed175bc070 Mon Sep 17 00:00:00 2001 From: igorpecovnik Date: Tue, 7 Jan 2014 09:15:57 +0100 Subject: [PATCH] video output change not worked properly --- build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sh b/build.sh index dc68acd..39fc07d 100644 --- a/build.sh +++ b/build.sh @@ -62,7 +62,7 @@ patch -f $DEST/u-boot-sunxi/include/configs/sunxi-common.h < patch/memory.patch patch -f $DEST/linux-sunxi/drivers/gpio/gpio-sunxi.c < patch/gpio.patch || true #Change Video output ( TODO add a param so the user can choose that ?) -sed -e 's/output_type = [0-9]*/output_type = '$DISPLAY'/g' $DEST/cubie_configs/sysconfig/linux/cubietruck.fex > $DEST/cubie_configs/sysconfig/linux/cubietruck-vga.fex +sed -e 's/screen0_output_type.*/screen0_output_type = '$DISPLAY'/g' $DEST/cubie_configs/sysconfig/linux/cubietruck.fex > $DEST/cubie_configs/sysconfig/linux/cubietruck-vga.fex # Copying Kernel config cp $SRC/config/kernel.config $DEST/linux-sunxi/