Skip to content

Commit

Permalink
test gluon-libustream-tls package
Browse files Browse the repository at this point in the history
  • Loading branch information
grische committed Dec 19, 2023
1 parent ed6b8ea commit d17053b
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
GLUON_BUILD_DIR := gluon-build
GLUON_GIT_URL := https://github.com/freifunk-gluon/gluon.git
GLUON_GIT_REF := dc841ea4a37b4e74777e07617042bc92aad2483b # master at 2023-12-13
GLUON_GIT_URL := https://github.com/grische/gluon.git
GLUON_GIT_REF := e1785015af62e4a4f7576379c67e28bbf3687cc6

PATCH_DIR := ./patches
SECRET_KEY_FILE ?= ${HOME}/.gluon-secret-key
Expand Down
2 changes: 1 addition & 1 deletion contrib/genpkglist.py
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@ def render(self):

PKGS_TLS = PackageList('TLS', [
'ca-bundle',
'libustream-mbedtls'
'gluon-libustream-tls'
])
pkglists.append(PKGS_TLS)

Expand Down
4 changes: 2 additions & 2 deletions site.mk
Original file line number Diff line number Diff line change
Expand Up @@ -153,11 +153,11 @@ EXCLUDE_PCI_NET := \

INCLUDE_TLS := \
ca-bundle \
libustream-mbedtls
gluon-libustream-tls

EXCLUDE_TLS := \
-ca-bundle \
-libustream-mbedtls
-gluon-libustream-tls

ifeq ($(GLUON_TARGET),ath79-generic)
GLUON_SITE_PACKAGES += $(INCLUDE_TLS)
Expand Down

0 comments on commit d17053b

Please sign in to comment.