-
Notifications
You must be signed in to change notification settings - Fork 0
/
modules
32 lines (24 loc) · 1.02 KB
/
modules
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
# This file allows specifying additional repositories to use
# when building gluon.
#
# In most cases, it is not required so don't add it.
## GLUON_SITE_FEEDS
# for each feed name given, add the corresponding PACKAGES_* lines
# documented below
#GLUON_SITE_FEEDS='ffgt'
## PACKAGES_$feedname_REPO
# the git repository from where to clone the package feed
#PACKAGES_FFGT_REPO=https://github.com/ffgtso/ffgt_packages-v2016.2.git
## PACKAGES_$feedname_COMMIT
# the version/commit of the git repository to clone
#PACKAGES_MY_OWN_PACKAGES_COMMIT=123456789aabcda1a69b04278e4d38f2a3f57e49
## PACKAGES_$feedname_BRANCH
# the branch to check out
GLUON_SITE_FEEDS="ssidchanger ffgt"
PACKAGES_SSIDCHANGER_REPO=https://github.com/freifunk-nord/gluon-ssid-changer.git
PACKAGES_SSIDCHANGER_COMMIT=a1a0dd80e4b5abf17ee689bbabaaf436033668b6
#222b96a30259a03ca8ecdb173d9d326077a6efec
PACKAGES_SSIDCHANGER_BRANCH=2018.1.x
PACKAGES_FFGT_REPO=https://github.com/ffgtso/ffgt_packages-v2018.1.git
PACKAGES_FFGT_COMMIT=LATEST
PACKAGES_FFGT_BRANCH=master