diff --git a/.github/workflows/push.yml b/.github/workflows/push.yml index 466cf02..586747e 100644 --- a/.github/workflows/push.yml +++ b/.github/workflows/push.yml @@ -80,6 +80,7 @@ jobs: uses: openwrt/gh-action-sdk@main env: ARCH: ${{ matrix.arch }} + V: s - name: Store packages uses: actions/upload-artifact@v2 with: diff --git a/openwrt/net/bpftool-modified/Makefile b/openwrt/net/bpftool-modified/Makefile index 543f03b..d261ea3 100644 --- a/openwrt/net/bpftool-modified/Makefile +++ b/openwrt/net/bpftool-modified/Makefile @@ -72,6 +72,7 @@ else endif MAKE_FLAGS += \ + CC="$(TARGET_CC)" \ OUTPUT="$(PKG_BUILD_DIR)/" \ prefix="/usr" \ $(if $(findstring c,$(OPENWRT_VERBOSE)),V=1,V='') \