41 lines
1.0 KiB
Makefile
41 lines
1.0 KiB
Makefile
GLUON_SITE_PACKAGES := \
|
|
gluon-mesh-batman-adv-15 \
|
|
gluon-respondd \
|
|
gluon-neighbour-info \
|
|
gluon-autoupdater \
|
|
gluon-setup-mode \
|
|
gluon-config-mode-core \
|
|
gluon-config-mode-autoupdater \
|
|
gluon-config-mode-hostname \
|
|
gluon-config-mode-geo-location \
|
|
gluon-config-mode-contact-info \
|
|
gluon-config-mode-tunneldigger \
|
|
gluon-migrate-vpn \
|
|
gluon-ebtables-filter-multicast \
|
|
gluon-ebtables-filter-ra-dhcp \
|
|
gluon-luci-admin \
|
|
gluon-luci-autoupdater \
|
|
gluon-luci-portconfig \
|
|
gluon-luci-private-wifi \
|
|
gluon-luci-node-role \
|
|
gluon-next-node \
|
|
gluon-mesh-vpn-tunneldigger \
|
|
gluon-tunneldigger-watchdog \
|
|
gluon-radvd \
|
|
gluon-status-page \
|
|
iwinfo \
|
|
iptables \
|
|
haveged \
|
|
tro-netwatch \
|
|
tro-nightboot \
|
|
gluon-ssid-changer \
|
|
gluon-banner \
|
|
gluon-airtime
|
|
|
|
DEFAULT_GLUON_RELEASE := 2014.4-stable-2.1
|
|
# Allow overriding the release number from the command line
|
|
|
|
GLUON_RELEASE ?= $(DEFAULT_GLUON_RELEASE)
|
|
GLUON_PRIORITY ?= 0
|
|
GLUON_LANGS ?= en de
|