mirror of
https://github.com/outbackdingo/openwrt-builder.git
synced 2026-01-27 10:19:59 +00:00
Re-run defconfig after removing modules packages
This commit is contained in:
5
.github/workflows/4a-giga.yaml
vendored
5
.github/workflows/4a-giga.yaml
vendored
@@ -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
|
||||
|
||||
5
.github/workflows/ax3200.yaml
vendored
5
.github/workflows/ax3200.yaml
vendored
@@ -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
|
||||
|
||||
7
.github/workflows/ax3600.yaml
vendored
7
.github/workflows/ax3600.yaml
vendored
@@ -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
|
||||
|
||||
8
.github/workflows/bpi-r4-BE14.yaml
vendored
8
.github/workflows/bpi-r4-BE14.yaml
vendored
@@ -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
|
||||
|
||||
8
.github/workflows/bpi-r4.yaml
vendored
8
.github/workflows/bpi-r4.yaml
vendored
@@ -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
|
||||
|
||||
5
.github/workflows/u6lite.yaml
vendored
5
.github/workflows/u6lite.yaml
vendored
@@ -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
|
||||
|
||||
5
.github/workflows/unifi_ac_lr.yaml
vendored
5
.github/workflows/unifi_ac_lr.yaml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user