Dein Knoten startet gerade neu und wird anschließend versuchen,sich " +"anschließend mit anderen Freifunk-Knoten in seiner Nähe zuverbinden. Weitere " +"Informationen zur Freifunk Luxembourg-Communityfindest du auf unserer Webseite.
Viel Spaß " +"mit deinem Knoten und der Erkundung von Freifunk!
" diff --git a/site_config/original_from_sid/i18n/en.po b/site_config/original_from_sid/i18n/en.po new file mode 100644 index 0000000000000000000000000000000000000000..1cac7f70a76f6f828925d8e9cfcaf6a8b09e28aa --- /dev/null +++ b/site_config/original_from_sid/i18n/en.po @@ -0,0 +1,31 @@ +msgid "" +msgstr "" +"Content-Type: text/plain; charset=UTF-8\n" +"Project-Id-Version: PACKAGE VERSION\n" +"PO-Revision-Date: 2015-03-19 20:28+0100\n" +"Last-Translator: Matthias SchifferThe node is currently rebooting and will try to connect to other " +"nearby Freifunk Luxembourg nodes after that. " +"You can find lots of information on the Freifunk Luxembourg community on " +"our homepage.
" +"To get back to this configuration interface, press the reset button for " +"3 seconds during normal operation. The device will then reboot into config " +"mode.
" +"Have fun with your node and exploring the Freifunk network!
" diff --git a/site_config/original_from_sid/i18n/fr.po b/site_config/original_from_sid/i18n/fr.po new file mode 100644 index 0000000000000000000000000000000000000000..6fcd83098ad779b1ca7ca52d2d869f3f9639a718 --- /dev/null +++ b/site_config/original_from_sid/i18n/fr.po @@ -0,0 +1,32 @@ +msgid "" +msgstr "" +"Content-Type: text/plain; charset=UTF-8\n" +"Project-Id-Version: PACKAGE VERSION\n" +"PO-Revision-Date: 2015-09-25 17:56+0100\n" +"Last-Translator: Georges HerberTon noeud est atuellement en train de redémarrer et va se connecter au " +"réseau Freifunk Luxembourg . Tu peux trouver pleins d'information sur notre " +"communauté sur notre page web" +"a>.
Pour retouner à l'assistant de configuration, appuie pendant 3 " +"secondes sur le button reset pendant que le router est allumé. Le router va " +"ensuite redémarrer en mode config.
Have fun with your node and " +"exploring the Freifunk network!
" diff --git a/site_config/original_from_sid/i18n/gluon-site.pot b/site_config/original_from_sid/i18n/gluon-site.pot new file mode 100644 index 0000000000000000000000000000000000000000..670de4107f99ccdc03c2faf70ed7bb3487f1ef01 --- /dev/null +++ b/site_config/original_from_sid/i18n/gluon-site.pot @@ -0,0 +1,11 @@ +msgid "" +msgstr "Content-Type: text/plain; charset=UTF-8" + +msgid "gluon-config-mode:welcome" +msgstr "" + +msgid "gluon-config-mode:pubkey" +msgstr "" + +msgid "gluon-config-mode:reboot" +msgstr "" diff --git a/site_config/original_from_sid/modules b/site_config/original_from_sid/modules new file mode 100644 index 0000000000000000000000000000000000000000..42943fae66b0bce8e97cd293e294c7ca0e40cc9d --- /dev/null +++ b/site_config/original_from_sid/modules @@ -0,0 +1,5 @@ +GLUON_SITE_FEEDS="SSIDCHANGER" + +PACKAGES_SSIDCHANGER_REPO=https://github.com/Freifunk-Nord/gluon-ssid-changer.git +PACKAGES_SSIDCHANGER_COMMIT=3c6750ce8fc9cedabfa8a6f479fb12d343c6ecc2 +PACKAGES_SSIDCHANGER_BRANCH=2018.1.x diff --git a/site_config/original_from_sid/site.conf b/site_config/original_from_sid/site.conf new file mode 100644 index 0000000000000000000000000000000000000000..66f3948819a00283bba69a76be6134dd7606e07c --- /dev/null +++ b/site_config/original_from_sid/site.conf @@ -0,0 +1,223 @@ +-- This is an example site configuration for Gluon v2014.3.x +-- +-- Take a look at the documentation located at +-- http://gluon.readthedocs.org/ for details. +-- +-- This configuration will not work as it. You're required to make +-- community specific changes to it! +{ + -- Used for generated hostnames, e.g. freifunk-abcdef123456. + hostname_prefix = 'fflux-', + + -- Name of the community. + site_name = 'Freifunk Luxembourg', + + -- Shorthand of the community. + site_code = 'fflux', + + -- 32 bytes of random data, encoded in hexadecimal + -- This data must be unique among all sites and domains! + -- Can be generated using: echo $(hexdump -v -n 32 -e '1/1 "%02x"' >' "$2" +# to decide if a version is newer or not. +#DEFAULT_GLUON_RELEASE := sid~exp$(shell date '+%Y%m%d') +DEFAULT_GLUON_RELEASE := 2.2.0~exp20190717 + + +## GLUON_RELEASE +# call make with custom GLUON_RELEASE flag, to use your own release version scheme. +# e.g.: +# $ make images GLUON_RELEASE=23.42+5 +# would generate images named like this: +# gluon-ff%site_code%-23.42+5-%router_model%.bin + +# Allow overriding the release number from the command line +GLUON_RELEASE ?= $(DEFAULT_GLUON_RELEASE) + +# Default priority for updates. +GLUON_PRIORITY ?= 0 +GLUON_BRANCH ?= experimental + +# set mesh mode for ath10k to 802.11s +GLUON_ATH10K_MESH ?= 11s + +# Languages to include +GLUON_LANGS ?= en + +GLUON_REGION := eu + +USB_X86_GENERIC_NETWORK_MODULES := \ + kmod-usb-ohci-pci \ + kmod-sky2 \ + kmod-atl2 \ + kmod-igb \ + kmod-3c59x \ + kmod-e100 \ + kmod-e1000 \ + kmod-e1000e \ + kmod-natsemi \ + kmod-ne2k-pci \ + kmod-pcnet32 \ + kmod-8139too \ + kmod-r8169 \ + kmod-sis900 \ + kmod-tg3 \ + kmod-via-rhine \ + kmod-via-velocity \ + kmod-forcedeth \ + kmod-iwlwifi + +ifeq ($(GLUON_TARGET),x86-generic) + GLUON_SITE_PACKAGES += \ + $(USB_X86_GENERIC_NETWORK_MODULES) +endif + +ifeq ($(GLUON_TARGET),x86-64) + GLUON_SITE_PACKAGES += \ + $(USB_X86_GENERIC_NETWORK_MODULES) +endif +