This commit is contained in:
parent
c07a8f7018
commit
5b0be8afc6
10
.drone.yml
10
.drone.yml
@ -23,6 +23,13 @@ global-variables:
|
|||||||
when:
|
when:
|
||||||
branch: experimental
|
branch: experimental
|
||||||
|
|
||||||
|
patch: &patch
|
||||||
|
<<: *env
|
||||||
|
commands:
|
||||||
|
- cd gluon/openwrt/package
|
||||||
|
- grep -rl +iw kernel/mac80211/Makefile | xargs sed -i s/+iw/+iw-full/g
|
||||||
|
- grep -r iw-full *
|
||||||
|
|
||||||
kind: pipeline
|
kind: pipeline
|
||||||
type: docker
|
type: docker
|
||||||
name: gluon-build
|
name: gluon-build
|
||||||
@ -50,6 +57,9 @@ steps: &steps
|
|||||||
environment:
|
environment:
|
||||||
GLUON_TARGET: ar71xx-generic
|
GLUON_TARGET: ar71xx-generic
|
||||||
|
|
||||||
|
- name: patch iw to iw-full
|
||||||
|
<<: *patch
|
||||||
|
|
||||||
- name: build-ath79-generic
|
- name: build-ath79-generic
|
||||||
<<: *gluon
|
<<: *gluon
|
||||||
environment:
|
environment:
|
||||||
|
Loading…
Reference in New Issue
Block a user