Changeset - b017b3f79c43
[Not reviewed]
0 2 0
Max Wahl (Fantawams) - 3 years ago 2022-02-18 07:46:59
fantawams@c3l.lu
Updated experimental firmware for new fflux-test gateway with Gluon 2021.1.1.
2 files changed with 23 insertions and 16 deletions:
0 comments (0 inline, 0 general)
site_config/experimental/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/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.0~exp20210913
 
DEFAULT_GLUON_RELEASE := 2021.1.1.1~exp20220216
 

	
 

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