From 5bb94da344393a0319338b02ff5ec0bde20cdad5 Mon Sep 17 00:00:00 2001 From: Igor Pecovnik Date: Fri, 13 May 2016 08:42:29 +0200 Subject: [PATCH] Small fix to C2 family config --- config/sources/odroidc2.conf | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/config/sources/odroidc2.conf b/config/sources/odroidc2.conf index 253b822176..3ae859d7d3 100644 --- a/config/sources/odroidc2.conf +++ b/config/sources/odroidc2.conf @@ -1,4 +1,3 @@ - BOOTLOADER='https://github.com/hardkernel/u-boot.git' BOOTBRANCH='odroidc2-v2015.01' BOOTSOURCE='u-boot-odroidc2' @@ -35,4 +34,4 @@ family_tweaks() sed -e 's/exit 0//g' -i $CACHEDIR/sdcard/etc/rc.local echo "/etc/c2_init.sh" >> $CACHEDIR/sdcard/etc/rc.local echo "exit 0" >> $CACHEDIR/sdcard/etc/rc.local -} +} \ No newline at end of file