Skip to content

Commit

Permalink
release 0.8.7
Browse files Browse the repository at this point in the history
  • Loading branch information
corvusmo committed Feb 16, 2017
1 parent 493a327 commit e29ee51
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
3 changes: 0 additions & 3 deletions site.conf
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,6 @@
good_signatures = 2,
pubkeys = {
'390b784cf3966082e107dc56dc8d7423f90dba2c677ce23cf6325187657eb8c8', -- kjo
'a2ce6fd6a16ee51ed29cb0eb89aea0f76b88f15a06285a513996ed4f63e5f009', -- defnull
'd3a11f07bb1ece0323b4771b1ea5bd755e718828e04390bd2394b5c59707350e', -- hw
'2d9a6d625ec5d7572297cd8a0a032bc9f5fbd51864a0221450e97a442351e4a2', -- hg
},
Expand All @@ -118,7 +117,6 @@
good_signatures = 1,
pubkeys = {
'390b784cf3966082e107dc56dc8d7423f90dba2c677ce23cf6325187657eb8c8', -- kjo
'a2ce6fd6a16ee51ed29cb0eb89aea0f76b88f15a06285a513996ed4f63e5f009', -- defnull
'd3a11f07bb1ece0323b4771b1ea5bd755e718828e04390bd2394b5c59707350e', -- hw
'2d9a6d625ec5d7572297cd8a0a032bc9f5fbd51864a0221450e97a442351e4a2', -- hg
},
Expand All @@ -129,7 +127,6 @@
good_signatures = 1,
pubkeys = {
'390b784cf3966082e107dc56dc8d7423f90dba2c677ce23cf6325187657eb8c8', -- kjo
'a2ce6fd6a16ee51ed29cb0eb89aea0f76b88f15a06285a513996ed4f63e5f009', -- defnull
'd3a11f07bb1ece0323b4771b1ea5bd755e718828e04390bd2394b5c59707350e', -- hw
'2d9a6d625ec5d7572297cd8a0a032bc9f5fbd51864a0221450e97a442351e4a2', -- hg
},
Expand Down
11 changes: 7 additions & 4 deletions site.mk
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
GLUON_SITE_PACKAGES := \
gluon-mesh-batman-adv-14 \
gluon-alfred \
gluon-respondd \
gluon-autoupdater \
gluon-config-mode-autoupdater \
gluon-config-mode-contact-info \
Expand All @@ -22,7 +21,8 @@ GLUON_SITE_PACKAGES := \
gluon-status-page \
iwinfo \
iptables \
haveged
haveged \
gluon-ssid-changer

# support the USB stack
USB_PACKAGES_BASIC := \
Expand Down Expand Up @@ -116,8 +116,7 @@ GLUON_ARCHERC7_SITE_PACKAGES := $(USB_PACKAGES_BASIC) $(TOOLS_PACKAGES) $(USB_PA
#mpc85xx-generic
GLUON_TLWDR4900_SITE_PACKAGES := $(USB_PACKAGES_BASIC) $(TOOLS_PACKAGES) $(USB_PACKAGES_STORAGE)


DEFAULT_GLUON_RELEASE := 0.8.1
DEFAULT_GLUON_RELEASE := 0.8.7

# Allow overriding the release number from the command line
GLUON_RELEASE ?= $(DEFAULT_GLUON_RELEASE)
Expand All @@ -126,3 +125,7 @@ GLUON_PRIORITY ?= 0

# Languages to include
GLUON_LANGS ?= de en

# Build ath10k support
GLUON_ATH10K_MESH = ibss
GLUON_REGION = eu

0 comments on commit e29ee51

Please sign in to comment.