mirror of
https://github.com/outbackdingo/openwrt-builder.git
synced 2026-01-27 10:19:59 +00:00
Do not remove modules from AX3600
This commit is contained in:
6
.github/workflows/ax3600.yaml
vendored
6
.github/workflows/ax3600.yaml
vendored
@@ -54,9 +54,9 @@ jobs:
|
||||
curl -SL https://raw.githubusercontent.com/danpawlik/openwrt-builder/master/configs/common/nss >> .config
|
||||
make defconfig
|
||||
|
||||
- name: Remove packages that are marked as modules
|
||||
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: Remove packages that are marked as modules
|
||||
# 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
|
||||
|
||||
Reference in New Issue
Block a user