diff options
author | rubo77 <github@r.z11.de> | 2018-06-23 16:18:55 +0200 |
---|---|---|
committer | rubo77 <github@r.z11.de> | 2018-06-23 16:18:55 +0200 |
commit | cc2fa74ee4c5e8cc1389d8cc9796608e20c5a593 (patch) | |
tree | 3e19428ee4e3e6f6d9495782c00ebc7878d9af7e | |
parent | 126926967ac9fab7fb19ddc025ec502f23b42cbe (diff) | |
parent | 9dd512158f31b5e66ebd5a17b63599bf6c3eca6d (diff) |
Merge remote-tracking branch 'origin/nightly'
-rw-r--r-- | i18n/de.po | 5 | ||||
-rw-r--r-- | i18n/en.po | 5 | ||||
-rwxr-xr-x | make-release.sh | 2 |
3 files changed, 9 insertions, 3 deletions
@@ -104,7 +104,10 @@ msgstr "z.B. E-Mail, Chatname oder Telefonnummer" msgid "" "Please provide your contact information here to allow others to contact " "you. Note that this information will be visible <em>publicly</em> on " -"the internet together with your node's coordinates." +"the internet together with your node's coordinates. This means it can " +"be downloaded and processed by anyone. This information is " +"not required to operate a node. If you chose to enter data, it will be " +"stored on this node and can be deleted by yourself at any time." msgstr "" "Bitte hinterlege hier einen Hinweis, um anderen zu ermöglichen, " "Kontakt mit dir aufzunehmen. Beachte, dass dieser Hinweis auch " @@ -73,7 +73,10 @@ msgstr "e.g. E-mail, chat buddy or phone number" msgid "" "Please provide your contact information here to allow others to contact " "you. Note that this information will be visible <em>publicly</em> on " -"the internet together with your node's coordinates." +"the internet together with your node's coordinates. This means it can " +"be downloaded and processed by anyone. This information is " +"not required to operate a node. If you chose to enter data, it will be " +"stored on this node and can be deleted by yourself at any time." msgstr "" "Please provide your contact information here to allow others to contact " "you. Note that this information will be visible <em>publicly</em> on " diff --git a/make-release.sh b/make-release.sh index 959b92d..061eb17 100755 --- a/make-release.sh +++ b/make-release.sh @@ -36,7 +36,7 @@ VERBOSE="" #ONLY_TARGET must be set to "" or i.e. "ar71xx-tiny" #ONLY_TARGET="" -ONLY_TARGET="ar71xx-generic" +ONLY_TARGET="ar71xx-generic ar71xx-tiny" #to build only one device set DEVICES list (only if $ONLY_TARGET!="") DEVICES='' #DEVICES='DEVICES="tp-link-tl-wr842n-nd-v1 tp-link-tl-wr842n-nd-v2 tp-link-tl-wr842n-nd-v3"' |