Bob Mottram před 7 roky
rodič
revize
d18a650483
2 změnil soubory, kde provedl 8 přidání a 8 odebrání
  1. 7
    7
      src/freedombone-image-customise
  2. 1
    1
      src/freedombone-mesh

+ 7
- 7
src/freedombone-image-customise Zobrazit soubor

@@ -550,15 +550,15 @@ BATMAN_CELLID='02:BA:00:00:03:01'
550 550
 WIFI_SSID='mesh'
551 551
 
552 552
 # To avoid confusions these are obtained from the main project file
553
-TOXID_REPO=
554
-TOX_PORT=
555
-TOXCORE_REPO=
556
-TOXIC_REPO=
557
-TOXCORE_COMMIT=
558
-TOXIC_COMMIT=
553
+#TOXID_REPO=
554
+#TOX_PORT=
555
+#TOXCORE_REPO=
556
+#TOXIC_REPO=
557
+#TOXCORE_COMMIT=
558
+#TOXIC_COMMIT=
559 559
 # These are some default nodes, but you can replace them with trusted nodes
560 560
 # as you prefer. See https://wiki.tox.im/Nodes
561
-TOX_NODES=
561
+#TOX_NODES=
562 562
 #TOX_NODES=(
563 563
 #  '192.254.75.102,2607:5600:284::2,33445,951C88B7E75C867418ACDB5D273821372BB5BD652740BCDF623A4FA293E75D2F,Tox RELENG,US'
564 564
 #  '144.76.60.215,2a01:4f8:191:64d6::1,33445,04119E835DF3E78BACF0F84235B300546AF8B936F035185E2A8E9E0A67C8924F,sonOfRa,DE'

+ 1
- 1
src/freedombone-mesh Zobrazit soubor

@@ -42,7 +42,7 @@ DHTNODES=/usr/share/toxic/DHTnodes
42 42
 PEERS_FILE=/tmp/meshpeers.txt
43 43
 
44 44
 TOX_PORT=33445
45
-TOXCORE_REPO='git://github.com/irungentoo/toxcore.git'
45
+TOXCORE_REPO='https://github.com/irungentoo/toxcore'
46 46
 TOXCORE_COMMIT=
47 47
 # obtain tox values from main install
48 48
 if grep -q "TOX_PORT=" $CONFIG_FILE; then