Compare commits
3 Commits
master
...
experiment
Author | SHA1 | Date | |
---|---|---|---|
f4c163912e | |||
f4790b36b9 | |||
d33cdd3099 |
@ -3,4 +3,4 @@ before_script:
|
|||||||
|
|
||||||
fullbuild:
|
fullbuild:
|
||||||
script:
|
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=v2018.2.2 GLUON_GIT_REF=800c3b2bacdf3175b153413adc15ccdf802de2c8
|
||||||
|
25
Makefile
25
Makefile
@ -10,12 +10,6 @@ GLUON_TARGETS ?= \
|
|||||||
ar71xx-generic \
|
ar71xx-generic \
|
||||||
ar71xx-mikrotik \
|
ar71xx-mikrotik \
|
||||||
ar71xx-nand \
|
ar71xx-nand \
|
||||||
<<<<<<< HEAD
|
|
||||||
<<<<<<< HEAD
|
|
||||||
brcm2708-bcm2708 \
|
|
||||||
brcm2708-bcm2709 \
|
|
||||||
mpc85xx-generic \
|
|
||||||
=======
|
|
||||||
ar71xx-tiny \
|
ar71xx-tiny \
|
||||||
brcm2708-bcm2708 \
|
brcm2708-bcm2708 \
|
||||||
brcm2708-bcm2709 \
|
brcm2708-bcm2709 \
|
||||||
@ -25,32 +19,13 @@ GLUON_TARGETS ?= \
|
|||||||
mpc85xx-generic \
|
mpc85xx-generic \
|
||||||
mvebu-cortexa9 \
|
mvebu-cortexa9 \
|
||||||
ramips-mt7620 \
|
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-mt7621 \
|
||||||
ramips-mt76x8 \
|
ramips-mt76x8 \
|
||||||
ramips-rt305x \
|
ramips-rt305x \
|
||||||
sunxi-cortexa7 \
|
sunxi-cortexa7 \
|
||||||
x86-64 \
|
x86-64 \
|
||||||
x86-generic \
|
x86-generic \
|
||||||
<<<<<<< HEAD
|
|
||||||
x86-geode \
|
|
||||||
<<<<<<< HEAD
|
|
||||||
sunxi
|
|
||||||
=======
|
|
||||||
x86-geode
|
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)
|
GLUON_RELEASE := $(shell git describe --tags 2>/dev/null)
|
||||||
|
@ -13,12 +13,6 @@
|
|||||||
|
|
||||||
regdom = 'DE',
|
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 = {
|
mesh_vpn = {
|
||||||
mtu = 1426,
|
mtu = 1426,
|
||||||
fastd = {
|
fastd = {
|
||||||
|
Loading…
Reference in New Issue
Block a user