Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
020-wireless
site-amsw
Commits
3539583b
Commit
3539583b
authored
Jul 18, 2017
by
Imre Jonk
Browse files
Gluon-amsw 0.2 (based on Gluon 2017.1.1)
Also fixed IPv6 anycast address
parent
27f329e7
Changes
2
Hide whitespace changes
Inline
Side-by-side
site.conf
View file @
3539583b
--
This
is
an
example
site
configuration
for
Gluon
v2017
.
1
--
This
is
the
Gluon
site
configuration
for
Amsterdam
Wireless
--
--
Take
a
look
at
the
documentation
located
at
--
http
://
gluon
.
readthedocs
.
org
/
for
details
.
...
...
@@ -81,7 +81,7 @@
next_node
= {
--
anycast
IPs
of
all
nodes
ip4
=
'10.205.64.1'
,
ip6
=
'
2001:981:5ffc:f
4::1'
,
ip6
=
'
fda8:a99b:659
4::1'
,
--
anycast
MAC
of
all
nodes
mac
=
'02:00:20:02:00:20'
,
...
...
site.mk
View file @
3539583b
##
gluon site.mk makefile example
##
gluon site.mk makefile example
##
GLUON_SITE_PACKAGES
#
specify Gluon/LEDE packages to include here
##
GLUON_SITE_PACKAGES
#
specify Gluon/LEDE packages to include here
GLUON_SITE_PACKAGES
:=
\
gluon-alfred
\
gluon-respondd
\
gluon-autoupdater
\
gluon-config-mode-autoupdater
\
gluon-config-mode-contact-info
\
gluon-config-mode-core
\
gluon-config-mode-geo-location
\
gluon-config-mode-hostname
\
gluon-config-mode-mesh-vpn
\
gluon-ebtables-filter-multicast
\
gluon-ebtables-filter-ra-dhcp
\
gluon-web-admin
\
gluon-web-autoupdater
\
gluon-web-network
\
gluon-web-wifi-config
\
gluon-mesh-batman-adv-15
\
gluon-mesh-vpn-fastd
\
gluon-radvd
\
gluon-setup-mode
\
gluon-status-page
\
haveged
\
iptables
\
iwinfo
## DEFAULT_GLUON_RELEASE
# version string to use for images
# gluon relies on
# opkg compare-versions "$1" '>>' "$2"
# to decide if a version is newer or not.
DEFAULT_GLUON_RELEASE
:=
v2017.1-
$(
shell
date
'+%Y%m%d'
)
gluon-alfred
\
gluon-respondd
\
gluon-autoupdater
\
gluon-config-mode-autoupdater
\
gluon-config-mode-contact-info
\
gluon-config-mode-core
\
gluon-config-mode-geo-location
\
gluon-config-mode-hostname
\
gluon-config-mode-mesh-vpn
\
gluon-ebtables-filter-multicast
\
gluon-ebtables-filter-ra-dhcp
\
gluon-web-admin
\
gluon-web-autoupdater
\
gluon-web-network
\
gluon-web-private-wifi
\
gluon-web-wifi-config
\
gluon-mesh-batman-adv-15
\
gluon-mesh-vpn-fastd
\
gluon-radvd
\
gluon-setup-mode
\
gluon-status-page
\
haveged
\
iptables
\
iwinfo
## DEFAULT_GLUON_RELEASE
# version string to use for images
# gluon relies on
# opkg compare-versions "$1" '>>' "$2"
# to decide if a version is newer or not.
DEFAULT_GLUON_RELEASE
:=
0.2
# Variables set with ?= can be overwritten from the command line
##
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
##
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
GLUON_RELEASE
?=
$(DEFAULT_GLUON_RELEASE)
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment