From 5b0be8afc6f523937fcddee3f64d5c86abe446bf Mon Sep 17 00:00:00 2001 From: stefan Date: Sun, 13 Dec 2020 15:40:29 +0000 Subject: [PATCH] Add Patch to iw-full --- .drone.yml | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/.drone.yml b/.drone.yml index 7c7464d..d38e66a 100644 --- a/.drone.yml +++ b/.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: