From d2ccca6ac75d612bfa91087fc14f99b9bcf1bd4e Mon Sep 17 00:00:00 2001 From: Bastian Date: Tue, 17 Nov 2020 13:28:42 +0000 Subject: [PATCH] wip: testbuild --- Makefile | 4 +++- modules | 1 + site.mk | 2 +- 3 files changed, 5 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 17ea1be..336d91d 100644 --- a/Makefile +++ b/Makefile @@ -6,7 +6,9 @@ SECRET_KEY_FILE ?= ${HOME}/.gluon-secret-key GLUON_TARGETS ?= \ - ar71xx-generic \ + x86-64 \ + x86-generic \ +# ar71xx-generic \ ar71xx-tiny \ ar71xx-nand \ ath79-generic \ diff --git a/modules b/modules index 0f2e7ea..ed9f477 100644 --- a/modules +++ b/modules @@ -3,4 +3,5 @@ PACKAGES_FFRGB_REPO=https://github.com/ffrgb/gluon-packages.git PACKAGES_FFRGB_BRANCH=master PACKAGES_FFRGB_COMMIT=af2c608f31e264a279b919814896e4470c455e72 PACKAGES_COMMUNITY_REPO=https://github.com/ffrgb/community-packages.git +PACKAGES_COMMUNITY_BRANCH=gluon-mesh-vpn-wireguard-vxlan PACKAGES_COMMUNITY_COMMIT=3a431c1dc88a083612f9f4ffb121520ee6d58651 diff --git a/site.mk b/site.mk index 4f654d3..6e83701 100644 --- a/site.mk +++ b/site.mk @@ -16,7 +16,6 @@ GLUON_SITE_PACKAGES := \ gluon-web-autoupdater \ gluon-web-network \ gluon-web-wifi-config \ - gluon-web-mesh-vpn-fastd \ gluon-web-private-wifi \ gluon-radvd \ gluon-setup-mode \ @@ -26,6 +25,7 @@ GLUON_SITE_PACKAGES := \ iptables \ gluon-ssid-changer \ respondd-module-airtime \ + gluon-mesh-vpn-wireguard-vxlan \ ffrgb-banner #\ #ffho-site-generate \ #ffho-config-mode-site-select \