Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[legacy] site: add basic ffulm-migration package #399

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 1 addition & 7 deletions modules
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,7 @@ GLUON_SITE_FEEDS='community ssidchanger ffmuc'
## PACKAGES_FFMUC_REPO
# the git repository from where to clone the package feed
PACKAGES_FFMUC_REPO=https://github.com/freifunkMUC/gluon-packages.git

## PACKAGES_FFMUC_COMMIT
# the version/commit of the git repository to clone
PACKAGES_FFMUC_COMMIT=c1c668905b5dc9cc69acb663569a1905f003ffb7

## PACKAGES_FFMUC_BRANCH
# the branch to check out
PACKAGES_FFMUC_COMMIT=19f70a156bd921a352e9fd786f6d179618b18c07
PACKAGES_FFMUC_BRANCH=main

PACKAGES_SSIDCHANGER_REPO=https://github.com/Freifunk-Nord/gluon-ssid-changer.git
Expand Down
3 changes: 2 additions & 1 deletion site.mk
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ GLUON_SITE_PACKAGES := \
ffho-autoupdater-wifi-fallback \
ffmuc-ipv6-ra-filter \
ffmuc-mesh-vpn-wireguard-vxlan \
ffulm-migration \
gluon-ssid-changer \
iptables \
iwinfo \
Expand Down Expand Up @@ -70,7 +71,7 @@ GLUON_PRIORITY ?= 0
GLUON_REGION ?= eu

# Languages to include
GLUON_LANGS ?= en de
GLUON_LANGS ?= en

# Do not build factory images for deprecated devices
GLUON_DEPRECATED ?= upgrade
Expand Down