Only replace +iw, not +iw-info
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed

This commit is contained in:
Stefan Hoffmann 2023-05-22 18:43:53 +02:00
parent 2eb6b51379
commit 8f4201ff7f
Signed by: stefan
GPG Key ID: 8EFC7042BF8D5CDD

View File

@ -38,13 +38,13 @@ pipeline:
patch-iw-to-iw-full: patch-iw-to-iw-full:
<<: *default <<: *default
commands: commands:
- sed -i 's/+iw/+iw-full/g' gluon/openwrt/package/kernel/mac80211/Makefile - sed -i 's/\b\+iw\b/+iw-full/g' gluon/openwrt/package/kernel/mac80211/Makefile
build-${TARGET}: build-${TARGET}:
<<: *default <<: *default
commands: commands:
- cd gluon - cd gluon
- make -j$(nproc) GLUON_AUTOUPDATER_BRANCH=${BRANCH} GLUON_AUTOUPDATER_ENABLED=1 GLUON_RELEASE=$input_version-${BRANCH} GLUON_OUTPUTDIR=output/${BRANCH} 2>&1 | tee make.log - make -j$(nproc) GLUON_AUTOUPDATER_BRANCH=${BRANCH} GLUON_AUTOUPDATER_ENABLED=1 GLUON_RELEASE=$input_version-${BRANCH} GLUON_OUTPUTDIR=output/${BRANCH}
#- make -j1 V=s GLUON_AUTOUPDATER_BRANCH=${BRANCH} GLUON_AUTOUPDATER_ENABLED=1 GLUON_RELEASE=$input_version-${BRANCH} GLUON_OUTPUTDIR=output/${BRANCH} 2>&1 | tee make.log #- make -j1 V=s GLUON_AUTOUPDATER_BRANCH=${BRANCH} GLUON_AUTOUPDATER_ENABLED=1 GLUON_RELEASE=$input_version-${BRANCH} GLUON_OUTPUTDIR=output/${BRANCH} 2>&1 | tee make.log
send_logs: send_logs: