changed stuff
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed

This commit is contained in:
Nils Stinnesbeck 2023-05-20 17:57:59 +02:00
parent c30ad89704
commit 70fc34414a
Signed by: nils
GPG Key ID: C52E07422A136076

View File

@ -28,22 +28,19 @@ pipeline:
make_update: make_update:
<<: *default <<: *default
commands: commands:
- pwd
- cd gluon - cd gluon
- make update - make update
patch-iw-to-iw-full: patch-iw-to-iw-full:
<<: *default <<: *default
commands: commands:
- cd gluon/openwrt/package - sed -i 's/+iw/+iw-full/g' gluon/openwrt/package/kernel/Makefile
- grep -rl +iw kernel/mac80211/Makefile | xargs sed -i s/+iw/+iw-full/g
- grep -r iw-full *
build-${TARGET}: build-${TARGET}:
<<: *default <<: *default
commands: commands:
- cd gluon - cd gluon
- make -j4 GLUON_BRANCH=${BRANCH} GLUON_RELEASE=$input_version-${BRANCH} GLUON_OUTPUTDIR=output/${BRANCH} - make -j$(nproc) GLUON_BRANCH=${BRANCH} GLUON_RELEASE=$input_version-${BRANCH} GLUON_OUTPUTDIR=output/${BRANCH}
matrix: matrix:
TARGET: TARGET: