From 9361211796a763a7c535e31d99a36d2c6c1b80b0 Mon Sep 17 00:00:00 2001 From: igorpecovnik Date: Wed, 15 Jan 2014 18:16:04 +0100 Subject: [PATCH] kernel changed, patching not needed --- build.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.sh b/build.sh index 5de5c6c..3e6a783 100644 --- a/build.sh +++ b/build.sh @@ -61,10 +61,10 @@ fi cd $DEST/linux-sunxi/firmware; wget -q https://www.dropbox.com/s/o3evaiuidtg6xb5/ap6210.zip -O temp.zip; unzip -o temp.zip; rm temp.zip # Applying Patch for 2gb memory -patch -f $DEST/u-boot-sunxi/include/configs/sunxi-common.h < patch/memory.patch || true +#patch -f $DEST/u-boot-sunxi/include/configs/sunxi-common.h < $SRC/patch/memory.patch || true # Applying Patch for gpio -patch -f $DEST/linux-sunxi/drivers/gpio/gpio-sunxi.c < patch/gpio.patch || true +#patch -f $DEST/linux-sunxi/drivers/gpio/gpio-sunxi.c < $SRC/patch/gpio.patch || true # Applying Patch for high load. Could cause troubles with USB OTG port sed -e 's/usb_detect_type = 1/usb_detect_type = 0/g' $DEST/cubie_configs/sysconfig/linux/cubietruck.fex > $DEST/cubie_configs/sysconfig/linux/ct.fex