Compare commits

..

6 Commits

Author SHA1 Message Date
d7855a133e Reduce CI build targets to x86-64 2019-10-16 20:41:21 +02:00
e744a667c1 Domain config specify batman mesh version 4 2019-10-15 18:17:05 +02:00
4f7ff86dae Bump gluon upstream version to v2019.1 2019-10-14 18:45:32 +02:00
f4c163912e Update gluon ref to v2018.2.2
* IMPORTANT: Fixes vulnerabilities that allowed for remote crashes and denial of service attacks through the Linux kernels TCP selective acknowledgement implementation. (CVE-2019-11477, CVE-2019-11478 and CVE-2019-11479)
2019-06-24 18:34:51 +02:00
f4790b36b9 Remove deprecated supported_rates config
wifi24.supported_rates is obsolete. 802.11b rates are disabled by default
2019-06-22 18:30:23 +02:00
d33cdd3099 Introduce new targets and gitlab-ci rule
* Adds .gitlab-ci.yml
* Lots of new targets available
* Update Gluon-Git-Ref ref
* Gluon switched back to openwrt instead of lede. Fix Package sources.
2019-06-22 13:48:35 +02:00
7 changed files with 5 additions and 32 deletions

View File

@ -3,4 +3,4 @@ before_script:
fullbuild:
script:
- make V=s FORCE_UNSAFE_CONFIGURE=1 GLUON_BRANCH=experimental GLUON_RELEASE=v2018.2.1 GLUON_GIT_REF=7d386a66f36c947f1c0770f64ab71f22cac1b21a
- make V=s FORCE_UNSAFE_CONFIGURE=1 GLUON_BRANCH=experimental GLUON_RELEASE=v2019.1 GLUON_GIT_REF=82244336bc5a10eec383d81068612bdb2eecd37d GLUON_TARGETS="x86-64"

View File

@ -10,12 +10,6 @@ GLUON_TARGETS ?= \
ar71xx-generic \
ar71xx-mikrotik \
ar71xx-nand \
<<<<<<< HEAD
<<<<<<< HEAD
brcm2708-bcm2708 \
brcm2708-bcm2709 \
mpc85xx-generic \
=======
ar71xx-tiny \
brcm2708-bcm2708 \
brcm2708-bcm2709 \
@ -25,32 +19,13 @@ GLUON_TARGETS ?= \
mpc85xx-generic \
mvebu-cortexa9 \
ramips-mt7620 \
>>>>>>> 250237d... Introduce new targets and gitlab-ci rule
=======
ipq40xx \
ipq806x \
brcm2708-bcm2708 \
brcm2708-bcm2709 \
brcm2708-bcm2710 \
pc85xx-generic \
ramips-mt7620 \
>>>>>>> 2d27e51... New targets, latest gluon commit as default
ramips-mt7621 \
ramips-mt76x8 \
ramips-rt305x \
sunxi-cortexa7 \
x86-64 \
x86-generic \
<<<<<<< HEAD
x86-geode \
<<<<<<< HEAD
sunxi
=======
x86-geode
>>>>>>> 250237d... Introduce new targets and gitlab-ci rule
=======
sunxi-cortexa7
>>>>>>> 2d27e51... New targets, latest gluon commit as default
GLUON_RELEASE := $(shell git describe --tags 2>/dev/null)

View File

@ -50,6 +50,7 @@
vxlan = false,
filter_membership_reports = false,
batman_adv = {
routing_algo = 'BATMAN_IV',
gw_sel_class = 1,
},
},

View File

@ -52,6 +52,7 @@
vxlan = true,
filter_membership_reports = false,
batman_adv = {
routing_algo = 'BATMAN_IV',
gw_sel_class = 1,
},
},

View File

@ -53,6 +53,7 @@
vxlan = true,
filter_membership_reports = false,
batman_adv = {
routing_algo = 'BATMAN_IV',
gw_sel_class = 1,
},
},

View File

@ -52,6 +52,7 @@
vxlan = true,
filter_membership_reports = false,
batman_adv = {
routing_algo = 'BATMAN_IV',
gw_sel_class = 1,
},
},

View File

@ -13,12 +13,6 @@
regdom = 'DE',
wifi24 = {
-- disable 802.11b support:
supported_rates = {6000, 9000, 12000, 18000, 24000, 36000, 48000, 54000}, -- List of supported wifi rates (optional)
basic_rate = {6000, 9000, 18000, 36000, 54000}, -- List of basic wifi rates (optional, required if supported_rates is set)
},
mesh_vpn = {
mtu = 1426,
fastd = {