Changeset - 91aec56462a9
[Not reviewed]
0 1 1
Max Wahl (Fantawams) - 3 years ago 2021-10-19 20:36:38
fantawams@c3l.lu
Added README file and updated site config for beta branch
2 files changed with 24 insertions and 3 deletions:
0 comments (0 inline, 0 general)
README.MD
Show inline comments
 
new file 100644
 
This repo is used to store all firmware building files.
 
These include:
 
- the different site configs for experimental, beta and stable firmware
 
- the firmware build script to build all availabel targets. The targets may differ between the 3 branches.
 
- additional links and information which need to be considered.
 

	
 
Additional information
 

	
 
Bug overview, where we keep information on all bugs and issues in the freifunk project and information how to solve them.
 
https://wiki.c3l.lu/doku.php?id=projects:freifunk:bugs
 

	
 
To-do after firmware building
 
move sysupgrade file for ubiquiti erx and erx-sfp to the other directory and do not sign it. Prefends software brick of device for update from Gluon 2019 to Gluon 202X.
 
https://github.com/oszilloskop/UBNT_ERX_Gluon_Factory-Image
 
 
 
delete factory sysupgrade files for Gl.inet AR750.Device supported but firmware not compatible for Gluon 2021.X or greater. waiting for fix.
site_config/beta/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 := 2020.2.3.0~beta20210821
 
DEFAULT_GLUON_RELEASE := 2021.1.1.0~beta20211017
 

	
 

	
 
##	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
 
@@ -67,20 +67,25 @@ DEFAULT_GLUON_RELEASE := 2020.2.3.0~beta20210821
 

	
 
# Allow overriding the release number from the command line
 
GLUON_RELEASE ?= $(DEFAULT_GLUON_RELEASE)
 

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

	
 
# Firmware branch and autoupdater config
 
GLUON_AUTOUPDATER_BRANCH ?= beta
 

	
 
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 := \
 
		kmod-usb-ohci-pci \
 
		kmod-sky2 \
 
		kmod-atl2 \
0 comments (0 inline, 0 general)