Changeset - 9238ae727baf
[Not reviewed]
0 4 0
Max Wahl (Fantawams) - 2 years ago 2022-10-25 19:15:27
fantawams@c3l.lu
Updated site config for stable, beta and experimental for Gluon 2021.1.2
4 files changed with 32 insertions and 20 deletions:
0 comments (0 inline, 0 general)
site_config/beta/site/site.mk
Show inline comments
 
@@ -55,7 +55,7 @@ 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.1.1~beta20220218
 
DEFAULT_GLUON_RELEASE := 2021.1.2.1~beta20220507
 

	
 

	
 
##	GLUON_RELEASE
site_config/experimental/site/site.mk
Show inline comments
 
@@ -55,7 +55,7 @@ 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.1.1~exp20220216
 
DEFAULT_GLUON_RELEASE := 2021.1.2.1~exp20220505
 

	
 

	
 
##	GLUON_RELEASE
site_config/stable/site/site.conf
Show inline comments
 
@@ -31,7 +31,7 @@
 

	
 
  -- List of NTP servers in your community.
 
  -- Must be reachable using IPv6!
 
  ntp_servers = {'fd4e:f2d7:88d2:fffe::11','fd4e:f2d7:88d2:fffe::12'},
 
  ntp_servers = {'fd4e:f2d7:88d2:fffe::11','fd4e:f2d7:88d2:fffe::12','fd4e:f2d7:88d2:fffe::19'},
 

	
 
  -- Wireless regulatory domain of your community.
 
  regdom = 'LU',
 
@@ -99,14 +99,18 @@
 

	
 
        -- List of peers.
 
        peers = {
 
      gw1= {
 
	    key = 'd5af753220451b6c181cca469835da9c67d3ca9603465e13a5adb9b64f89f3c6',
 
	    remotes = {'ipv4 "fflux-gw1.freifunk.lu" port 10000'},
 
      },
 
	  gw2= {
 
	    key = '3c42a77d863cb0475ec5a9e9b9c63ff557f8bac991b78a26427f100cc130462b',
 
	    remotes = {'ipv4 "fflux-gw2.freifunk.lu" port 10000'},
 
	  }
 
          gw1 = {
 
            key = 'd5af753220451b6c181cca469835da9c67d3ca9603465e13a5adb9b64f89f3c6',
 
            remotes = {'ipv4 "fflux-gw1.freifunk.lu" port 10000'},
 
          },
 
          gw2 = {
 
            key = '3c42a77d863cb0475ec5a9e9b9c63ff557f8bac991b78a26427f100cc130462b',
 
            remotes = {'ipv4 "fflux-gw2.freifunk.lu" port 10000'},
 
          },
 
          test = {
 
            key = '95b22943135927cc1da6800ba152819ae5ee26cbb83d6354bc81a5ce632fcb5a',
 
            remotes = {'ipv4 "fflux-test.freifunk.lu" port 10000'},
 
          },
 
        },
 
      },
 
    },
 
@@ -127,6 +131,7 @@
 
        mirrors = {
 
	        'http://[fd4e:f2d7:88d2:fffe::11]/stable/sysupgrade',
 
                'http://[fd4e:f2d7:88d2:fffe::12]/stable/sysupgrade',
 
		'http://[fd4e:f2d7:88d2:fffe::19]/stable/sysupgrade',
 
	        'http://firmware.freifunk.lu/stable/sysupgrade',
 
        },
 

	
 
@@ -150,9 +155,10 @@
 

	
 
        -- List of mirrors to fetch images from. IPv6 required!
 
        mirrors = {
 
            'http://[fd4e:f2d7:88d2:fffe::11]/beta/sysupgrade',
 
            'http://[fd4e:f2d7:88d2:fffe::12]/beta/sysupgrade',
 
            'http://firmware.freifunk.lu/beta/sysupgrade',
 
		'http://[fd4e:f2d7:88d2:fffe::11]/beta/sysupgrade',
 
		'http://[fd4e:f2d7:88d2:fffe::12]/beta/sysupgrade',
 
		'http://[fd4e:f2d7:88d2:fffe::19]/beta/sysupgrade',
 
		'http://firmware.freifunk.lu/beta/sysupgrade',
 
        },
 

	
 
        -- Number of good signatures required.
 
@@ -175,9 +181,10 @@
 

	
 
        -- List of mirrors to fetch images from. IPv6 required!
 
        mirrors = {
 
            'http://[fd4e:f2d7:88d2:fffe::11]/experimental/sysupgrade',
 
            'http://[fd4e:f2d7:88d2:fffe::12]/experimental/sysupgrade',
 
            'http://firmware.freifunk.lu/experimental/sysupgrade',
 
		'http://[fd4e:f2d7:88d2:fffe::11]/experimental/sysupgrade',
 
		'http://[fd4e:f2d7:88d2:fffe::12]/experimental/sysupgrade',
 
		'http://[fd4e:f2d7:88d2:fffe::19]/experimental/sysupgrade',
 
		'http://firmware.freifunk.lu/experimental/sysupgrade',
 
        },
 

	
 
        -- Number of good signatures required.
site_config/stable/site/site.mk
Show inline comments
 
@@ -55,7 +55,7 @@ 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 := 2020.2.3~stable202108
 
DEFAULT_GLUON_RELEASE := 2021.1.2~stable202205
 

	
 

	
 
##	GLUON_RELEASE
 
@@ -70,14 +70,19 @@ GLUON_RELEASE ?= $(DEFAULT_GLUON_RELEASE)
 

	
 
# Default priority for updates.
 
GLUON_PRIORITY ?= 0
 
GLUON_BRANCH ?= stable
 

	
 
# Firmware branch and autoupdater config
 
GLUON_AUTOUPDATER_BRANCH ?= stable
 

	
 
GLUON_AUTOUPDATER_ENABLED ?= 1
 

	
 
# set mesh mode for ath10k to 802.11s
 
GLUON_ATH10K_MESH ?= 11s
 

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

	
 
# define a region for specific devices like TP-Link Archer C7
 
GLUON_REGION := eu
 

	
 
USB_X86_GENERIC_NETWORK_MODULES := \
0 comments (0 inline, 0 general)