From 97ac04456d2eb9e73174b87e30d8dcb23fa0a3f8 Mon Sep 17 00:00:00 2001 From: stefan Date: Mon, 7 Dec 2020 18:02:48 +0000 Subject: [PATCH] =?UTF-8?q?=E2=80=9E.drone.yml=E2=80=9C=20=C3=A4ndern?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .drone.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index 41ebc40..8bd3760 100644 --- a/.drone.yml +++ b/.drone.yml @@ -30,7 +30,7 @@ global-variables: <<: *env commands: - cd gluon/openwrt/package - - grep -rl iw * | xargs sed -i s/iw/iw-full/g + - grep -rl +iw kernel/mac80211/Makefile | xargs sed -i s/+iw/+iw-full/g - grep -r iw-full * kind: pipeline