Skip to content
This repository has been archived by the owner on Feb 14, 2024. It is now read-only.

Commit

Permalink
site.mk: enable multidomain setup
Browse files Browse the repository at this point in the history
  • Loading branch information
grische committed Jun 5, 2023
1 parent 58b6b50 commit 275c00a
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 0 deletions.
9 changes: 9 additions & 0 deletions domains/shared/i18n/de.po
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,15 @@ msgstr ""
"Freifunk-Knoten für das Netz Freifunk Donau-Ries."
"Bitte fülle das folgende Formular deinen Vorstellungen entsprechend aus und sende es ab."

msgid "gluon-config-mode:domain"
msgstr "Domäne"

msgid "gluon-config-mode:domain-select"
msgstr ""
"Hier hast du die Möglichkeit, die Mesh-Domäne, in der sich dein Knoten "
"befindet, auszuwählen. Bitte denke daran, dass sich dein Knoten nur mit den "
"Knoten der ausgewählten Domäne verbinden kann."

msgid "gluon-config-mode:novpn"
msgstr ""
"<p>Du hast ausgewählt, <strong>kein Mesh-VPN</strong> "
Expand Down
5 changes: 5 additions & 0 deletions domains/shared/site.mk
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ GLUON_FEATURES := \
advancedstats \
autoupdater \
config-mode-statistics \
config-mode-domain-select \
ebtables-filter-multicast \
ebtables-filter-ra-dhcp \
ebtables-limit-arp \
Expand All @@ -25,6 +26,10 @@ GLUON_FEATURES := \
web-private-wifi \
web-wizard

## GLUON_MULTIDOMAIN
# Build gluon with multidomain support.

GLUON_MULTIDOMAIN=1

## GLUON_SITE_PACKAGES
# Specify additional Gluon/OpenWrt packages to include here;
Expand Down

0 comments on commit 275c00a

Please sign in to comment.