Changeset - df7b855d480f
[Not reviewed]
0 2 0
x - 11 months ago 2024-06-03 23:16:12
xbr@c3l.lu
experimental v2023.1
2 files changed with 4 insertions and 3 deletions:
0 comments (0 inline, 0 general)
site_config/experimental/site/site.conf
Show inline comments
 
@@ -87,8 +87,8 @@
 
  -- what these options do.
 
  mesh_vpn = {
 
    enabled = true,
 
    mtu = 1406,
 
   fastd = {
 
    mtu = 1406,
 
    configurable = true,
 
    -- List of crypto-methods to use.
 
    methods = {'salsa2012+umac'},
site_config/experimental/site/site.mk
Show inline comments
 
@@ -47,7 +47,7 @@ GLUON_SITE_PACKAGES := \
 
		gluon-ssid-changer \
 
		respondd-module-airtime \
 
		iwinfo \
 
		iptables \
 
		#iptables \
 

	
 
##	DEFAULT_GLUON_RELEASE
 
#		version string to use for images
 
@@ -55,7 +55,8 @@ GLUON_SITE_PACKAGES := \
 
#			opkg compare-versions "$1" '>>' "$2"
 
#		to decide if a version is newer or not.
 
#DEFAULT_GLUON_RELEASE := sid~exp$(shell date '+%Y%m%d')
 
DEFAULT_GLUON_RELEASE := 2021.1.2.1~exp20220505
 
# Naming after gluon: v2023.1 = 2023.1.0, as they might release v2023.1.1 = 2023.1.1
 
DEFAULT_GLUON_RELEASE := 2023.1.0.0~exp20240603
 

	
 

	
 
##	GLUON_RELEASE
0 comments (0 inline, 0 general)