summaryrefslogtreecommitdiff
path: root/tools/sync-rpi.conf
diff options
context:
space:
mode:
Diffstat (limited to 'tools/sync-rpi.conf')
-rw-r--r--tools/sync-rpi.conf7
1 files changed, 5 insertions, 2 deletions
diff --git a/tools/sync-rpi.conf b/tools/sync-rpi.conf
index b9651c1..b2ac111 100644
--- a/tools/sync-rpi.conf
+++ b/tools/sync-rpi.conf
@@ -1,8 +1,11 @@
[config]
## Define directories, where you store crosscompiled environment
+rpi1=true
+rpi2=true
+#rpi3=true
rpi1_path=/usr/armv6j-hardlofat-linux-gnueabi
rpi2_path=/usr/armv7a-hardfloat-linux-gnueabi
-rpi3_path=/usr/aarch64-uknown-linux-gnu
+#rpi3_path=/usr/aarch64-uknown-linux-gnu
## Full URI to the git repository holding configuration files
repo=ssh://git@git.brancik.cz/rpi-config.git
@@ -14,6 +17,6 @@ repo_path=conf
## Name the section after the device
[alcor-01]
## Define the type of RPi being used
-type = rpi1
+type=rpi1
[alcor-02]
[mizar]