diff --git a/.github/workflows/4a-giga.yaml b/.github/workflows/4a-giga.yaml index 030e0c6..7cb6e38 100644 --- a/.github/workflows/4a-giga.yaml +++ b/.github/workflows/4a-giga.yaml @@ -69,11 +69,8 @@ jobs: run: | grep "=m" .config | grep -v 'CONFIG_PACKAGE_libustream-mbedtls=m' | while read -r line; do module=$(echo "$line" | cut -f1 -d'='); sed -i "s/^$line$/# $module is not set/" .config; done - - name: Download dependencies - run: make -j $(nproc) download - - name: Build the firmware image - run: make -j $(nproc) world + run: make -j $(nproc) defconfig download world - name: Package output run: tar -cvf 4a_giga-images.tar bin/targets/mediatek/mt7621 diff --git a/.github/workflows/ax3200.yaml b/.github/workflows/ax3200.yaml index 657cef5..d525ebc 100644 --- a/.github/workflows/ax3200.yaml +++ b/.github/workflows/ax3200.yaml @@ -69,11 +69,8 @@ jobs: run: | grep "=m" .config | grep -v 'CONFIG_PACKAGE_libustream-mbedtls=m' | while read -r line; do module=$(echo "$line" | cut -f1 -d'='); sed -i "s/^$line$/# $module is not set/" .config; done - - name: Download dependencies - run: make -j $(nproc) download - - name: Build the firmware image - run: make -j $(nproc) world + run: make -j $(nproc) defconfig download world - name: Package output run: tar -cvf ax_3200-images.tar bin/targets/mediatek/mt7622 diff --git a/.github/workflows/ax3600.yaml b/.github/workflows/ax3600.yaml index 6f2d063..5931533 100644 --- a/.github/workflows/ax3600.yaml +++ b/.github/workflows/ax3600.yaml @@ -15,7 +15,7 @@ env: ROLE_CONFIG: configs/common/main-router NSS_CONFIG: configs/common/nss NSS_PACKAGES_REPOSITORY: qosmio/nss-packages - NSS_PACKAGES_REPOSITORY_BRANCH: NSS-12.5-K6.x + NSS_PACKAGES_REPOSITORY_BRANCH: NSS-12.5-K6.x jobs: check_commits: @@ -86,12 +86,9 @@ jobs: # run: | # grep "=m" .config | grep -v 'CONFIG_PACKAGE_libustream-mbedtls=m' | while read -r line; do module=$(echo "$line" | cut -f1 -d'='); sed -i "s/^$line$/# $module is not set/" .config; done - - name: Download dependencies - run: make -j $(nproc) download - # If debugging and container is a root: export FORCE_UNSAFE_CONFIGURE=1 - name: Build the firmware image - run: make -j $(nproc) world + run: make -j $(nproc) defconfig download world - name: Package output run: tar -cvf ax_3600-images.tar bin/targets/qualcommax/ipq807x diff --git a/.github/workflows/bpi-r4-BE14.yaml b/.github/workflows/bpi-r4-BE14.yaml index f52818a..46359f5 100644 --- a/.github/workflows/bpi-r4-BE14.yaml +++ b/.github/workflows/bpi-r4-BE14.yaml @@ -79,14 +79,8 @@ jobs: run: | grep "=m" .config | grep -v 'CONFIG_PACKAGE_libustream-mbedtls=m' | while read -r line; do module=$(echo "$line" | cut -f1 -d'='); sed -i "s/^$line$/# $module is not set/" .config; done - - name: Run once again defconfig - run: make -j $(nproc) defconfig - - - name: Download dependencies - run: make -j $(nproc) download - - name: Build the firmware image - run: make -j $(nproc) world + run: make -j $(nproc) defconfig download world - name: Package output run: tar -cvf bpi_r4-images.tar bin/targets/mediatek/filogic diff --git a/.github/workflows/bpi-r4.yaml b/.github/workflows/bpi-r4.yaml index 85f9435..017ca59 100644 --- a/.github/workflows/bpi-r4.yaml +++ b/.github/workflows/bpi-r4.yaml @@ -84,14 +84,8 @@ jobs: run: | grep "=m" .config | grep -v 'CONFIG_PACKAGE_libustream-mbedtls=m' | while read -r line; do module=$(echo "$line" | cut -f1 -d'='); sed -i "s/^$line$/# $module is not set/" .config; done - - name: Run once again defconfig - run: make -j $(nproc) defconfig - - - name: Download dependencies - run: make -j $(nproc) download - - name: Build the firmware image - run: make -j $(nproc) world + run: make -j $(nproc) defconfig download world - name: Package output run: tar -cvf bpi_r4-images.tar bin/targets/mediatek/filogic diff --git a/.github/workflows/u6lite.yaml b/.github/workflows/u6lite.yaml index 65f4834..777c06e 100644 --- a/.github/workflows/u6lite.yaml +++ b/.github/workflows/u6lite.yaml @@ -70,11 +70,8 @@ jobs: run: | grep "=m" .config | grep -v 'CONFIG_PACKAGE_libustream-mbedtls=m' | while read -r line; do module=$(echo "$line" | cut -f1 -d'='); sed -i "s/^$line$/# $module is not set/" .config; done - - name: Download dependencies - run: make -j $(nproc) download - - name: Build the firmware image - run: make -j $(nproc) world + run: make -j $(nproc) defconfig download world - name: Package output run: tar -cvf u6lite-images.tar bin/targets/ramips/mt7621 diff --git a/.github/workflows/unifi_ac_lr.yaml b/.github/workflows/unifi_ac_lr.yaml index e26c608..f5074f8 100644 --- a/.github/workflows/unifi_ac_lr.yaml +++ b/.github/workflows/unifi_ac_lr.yaml @@ -70,11 +70,8 @@ jobs: run: | grep "=m" .config | grep -v 'CONFIG_PACKAGE_libustream-mbedtls=m' | while read -r line; do module=$(echo "$line" | cut -f1 -d'='); sed -i "s/^$line$/# $module is not set/" .config; done - - name: Download dependencies - run: make -j $(nproc) download - - name: Build the firmware image - run: make -j $(nproc) world + run: make -j $(nproc) defconfig download world - name: Package output run: tar -cvf uapaclr-images.tar bin/targets/ath79/generic