Add Patch to iw-full
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Stefan Hoffmann 2020-12-13 15:40:29 +00:00
parent c07a8f7018
commit 5b0be8afc6

View File

@ -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: