This commit is contained in:
parent
c07a8f7018
commit
5b0be8afc6
10
.drone.yml
10
.drone.yml
@ -23,6 +23,13 @@ global-variables:
|
||||
when:
|
||||
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
|
||||
type: docker
|
||||
name: gluon-build
|
||||
@ -50,6 +57,9 @@ steps: &steps
|
||||
environment:
|
||||
GLUON_TARGET: ar71xx-generic
|
||||
|
||||
- name: patch iw to iw-full
|
||||
<<: *patch
|
||||
|
||||
- name: build-ath79-generic
|
||||
<<: *gluon
|
||||
environment:
|
||||
|
Loading…
Reference in New Issue
Block a user