Skip to content

Commit

Permalink
Merge pull request #339 from grische/feature/image-customizations
Browse files Browse the repository at this point in the history
Bump Gluon to v2023.2 and remove x86-64 workaround
  • Loading branch information
grische authored Jan 7, 2024
2 parents 5705e3e + 8a9ef22 commit e4fc5e2
Show file tree
Hide file tree
Showing 6 changed files with 204 additions and 670 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/firmware.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,12 +50,6 @@ jobs:
- name: Install build dependencies
run: |
sudo -E ./scripts/install_build_dependencies.sh
- name: pre-build without ffmuc-mesh-vpn-wireguard-vxlan (workaround for x86-64)
if: matrix.target == 'x86-64'
run: |
sed -i '/ffmuc-mesh-vpn-wireguard-vxlan/d' site.mk
make BROKEN=1 GLUON_TARGETS=${{ matrix.target }} V=s
git checkout site.mk
- name: build target ${{ matrix.target }}
id: compile
run: |
Expand Down
2 changes: 1 addition & 1 deletion 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_REF := v2023.2

PATCH_DIR := ./patches
SECRET_KEY_FILE ?= ${HOME}/.gluon-secret-key
Expand Down
322 changes: 0 additions & 322 deletions contrib/genpkglist.py

This file was deleted.

Loading

0 comments on commit e4fc5e2

Please sign in to comment.