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
 
@@ -28,13 +28,13 @@
 
  -- Timezone of your community.
 
  -- See http://wiki.openwrt.org/doc/uci/system#time.zones
 
  timezone = 'CET-1CEST,M3.5.0,M10.5.0/3',
 

	
 
  -- 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',
 

	
 
  -- Wireless configuratoin for 2.4 GHz interfaces.
 
  wifi24 = {
 
@@ -96,20 +96,24 @@
 
      backbone = {
 
        -- Limit number of connected peers to reduce bandwidth.
 
        limit = 1,
 

	
 
        -- 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'},
 
          },
 
        },
 
      },
 
    },
 
   },
 
  },
 

	
 
@@ -124,12 +128,13 @@
 
        name = 'stable',
 

	
 
        -- List of mirrors to fetch images from. IPv6 required!
 
        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',
 
        },
 

	
 
        -- Number of good signatures required.
 
        -- Have multiple maintainers sign your build and only
 
        -- accept it when a sufficient number of them have
 
@@ -147,15 +152,16 @@
 

	
 
      beta = {
 
        name = 'beta',
 

	
 
        -- 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.
 
        -- Have multiple maintainers sign your build and only
 
        -- accept it when a sufficient number of them have
 
        -- signed it.
 
@@ -172,15 +178,16 @@
 

	
 
      experimental = {
 
        name = 'experimental',
 

	
 
        -- 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.
 
        -- Have multiple maintainers sign your build and only
 
        -- accept it when a sufficient number of them have
 
        -- signed it.
site_config/experimental/site/site.mk
Show inline comments
 
@@ -52,13 +52,13 @@ GLUON_SITE_PACKAGES := \
 
##	DEFAULT_GLUON_RELEASE
 
#		version string to use for images
 
#		gluon relies on
 
#			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
 
#		call make with custom GLUON_RELEASE flag, to use your own release version scheme.
 
#		e.g.:
 
#			$ make images GLUON_RELEASE=23.42+5
0 comments (0 inline, 0 general)