Skip to content

Commit

Permalink
use new Parker sources and rename VPN package
Browse files Browse the repository at this point in the history
  • Loading branch information
grische committed Dec 8, 2024
1 parent 7bc48a0 commit 99cc953
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 8 deletions.
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/ffbs/gluon-parker.git
GLUON_GIT_REF := 75c73a573839e1c8608653be23f780dbba06f63e # latest v2023.2.x-parker
GLUON_GIT_REF := 674bb98428c3b4c95761502144d893ca5879cc05 # latest v2023.2.x-parker

PATCH_DIR := ./patches
SECRET_KEY_FILE ?= ${HOME}/.gluon-secret-key
Expand Down
4 changes: 1 addition & 3 deletions image-customization.lua
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ features{
'config-mode-geo-location-osm',
'config-mode-mesh-vpn',
'mesh-batman-adv-15',
'mesh-vpn-parker',
'respondd',
'status-page',
'web-advanced',
Expand All @@ -22,8 +21,7 @@ packages{
'ffac-ssid-changer',
'ffbs-collect-debug-info',
'ffbs-parker-nextnode',
'ffbs-parker-nodeconfig-respondd',
'ffbs-parker-nodeconfig',
'ffbs-mesh-vpn-parker',
'ffbs-wireguard-respondd',
'-gluon-ebtables-limit-arp',
'iwinfo',
Expand Down
8 changes: 4 additions & 4 deletions modules
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@
# documented below
GLUON_SITE_FEEDS='community packages_ffbs'

PACKAGES_COMMUNITY_REPO=https://github.com/SmithChart/community-packages.git
PACKAGES_COMMUNITY_COMMIT=163b332513c523eda0672a1ce155fae690431e81
PACKAGES_COMMUNITY_BRANCH=topic/parker
PACKAGES_COMMUNITY_REPO=https://github.com/ffac/community-packages.git
PACKAGES_COMMUNITY_COMMIT=55ccb2d70f69916c3440ed717db0521f15aeafe7
PACKAGES_COMMUNITY_BRANCH=parker

PACKAGES_PACKAGES_FFBS_REPO=https://gitli.stratum0.org/ffbs/ffbs-packages.git
PACKAGES_PACKAGES_FFBS_COMMIT=e378f415b42e0ea9744397f5b349fbe0ee9c7394
PACKAGES_PACKAGES_FFBS_COMMIT=3b05fcb89a21f7492172c2241d2be9387de62b1f
PACKAGES_PACKAGES_FFBS_BRANCH=v2023.2.x-ffbs-next

0 comments on commit 99cc953

Please sign in to comment.