Small fix to C2 family config

This commit is contained in:
Igor Pecovnik 2016-05-13 08:42:29 +02:00
parent 28d4b14609
commit 5bb94da344

View File

@ -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
}
}