2015-01-04 14:30:01 +00:00
|
|
|
GLUON_SITE_PACKAGES := \
|
|
|
|
gluon-mesh-batman-adv-15 \
|
2016-02-04 15:09:03 +00:00
|
|
|
gluon-respondd \
|
2015-01-12 10:26:11 +00:00
|
|
|
gluon-neighbour-info \
|
2015-01-04 14:30:01 +00:00
|
|
|
gluon-autoupdater \
|
2015-04-27 13:33:35 +00:00
|
|
|
gluon-setup-mode \
|
|
|
|
gluon-config-mode-core \
|
2015-01-04 14:30:01 +00:00
|
|
|
gluon-config-mode-autoupdater \
|
|
|
|
gluon-config-mode-hostname \
|
|
|
|
gluon-config-mode-geo-location \
|
|
|
|
gluon-config-mode-contact-info \
|
2016-01-05 23:05:33 +00:00
|
|
|
gluon-config-mode-tunneldigger \
|
2015-10-22 13:57:34 +00:00
|
|
|
gluon-migrate-vpn \
|
2015-01-04 14:30:01 +00:00
|
|
|
gluon-ebtables-filter-multicast \
|
|
|
|
gluon-ebtables-filter-ra-dhcp \
|
|
|
|
gluon-luci-admin \
|
|
|
|
gluon-luci-autoupdater \
|
|
|
|
gluon-luci-portconfig \
|
2015-01-12 10:26:11 +00:00
|
|
|
gluon-luci-private-wifi \
|
2015-06-03 11:38:08 +00:00
|
|
|
gluon-luci-node-role \
|
2015-01-04 14:30:01 +00:00
|
|
|
gluon-next-node \
|
2015-10-17 10:30:23 +00:00
|
|
|
gluon-mesh-vpn-tunneldigger \
|
2016-07-14 17:04:35 +00:00
|
|
|
gluon-tunneldigger-watchdog \
|
2015-01-04 14:30:01 +00:00
|
|
|
gluon-radvd \
|
|
|
|
gluon-status-page \
|
|
|
|
iwinfo \
|
|
|
|
iptables \
|
2015-07-07 22:55:39 +00:00
|
|
|
haveged \
|
2015-12-13 13:00:55 +00:00
|
|
|
tro-netwatch \
|
2016-06-20 14:51:46 +00:00
|
|
|
tro-nightboot \
|
2016-02-25 18:17:46 +00:00
|
|
|
gluon-ssid-changer \
|
2016-07-14 17:11:56 +00:00
|
|
|
gluon-banner
|
2015-01-04 14:30:01 +00:00
|
|
|
|
2015-01-12 10:26:11 +00:00
|
|
|
DEFAULT_GLUON_RELEASE := 2014.4-stable-2.1
|
2015-01-04 14:30:01 +00:00
|
|
|
# Allow overriding the release number from the command line
|
|
|
|
|
|
|
|
GLUON_RELEASE ?= $(DEFAULT_GLUON_RELEASE)
|
|
|
|
GLUON_PRIORITY ?= 0
|
2015-04-27 13:33:35 +00:00
|
|
|
GLUON_LANGS ?= en de
|