Update r2s_lienol_from_lean.yml

This commit is contained in:
klever1988
2020-04-09 06:03:44 +08:00
committed by GitHub
parent 78f9d17f96
commit 79ecfe84bc

View File

@@ -44,7 +44,7 @@ jobs:
cd friendlywrt-rk3328 cd friendlywrt-rk3328
repo init -u https://github.com/friendlyarm/friendlywrt_manifests -b master-v19.07.1 -m rk3328.xml --repo-url=https://github.com/friendlyarm/repo --no-clone-bundle --depth=1 repo init -u https://github.com/friendlyarm/friendlywrt_manifests -b master-v19.07.1 -m rk3328.xml --repo-url=https://github.com/friendlyarm/repo --no-clone-bundle --depth=1
repo sync -c --no-tags --no-clone-bundle -j8 repo sync -c --no-tags --no-clone-bundle -j8
cd u-boot/ && git fetch --unshallow && cd ../ #cd u-boot/ && git fetch --unshallow && cd ../
cd friendlywrt/ && git fetch --unshallow cd friendlywrt/ && git fetch --unshallow
- name: Patch Kernel - name: Patch Kernel
@@ -55,7 +55,7 @@ jobs:
- name: Mods - name: Mods
run: | run: |
cd friendlywrt-rk3328 cd friendlywrt-rk3328
cd u-boot/ && git config --local user.email "action@github.com" && git config --local user.name "GitHub Action" && git revert e19137c754437403e8d077083ba51ea7b50a7e5f && cd ../ #cd u-boot/ && git config --local user.email "action@github.com" && git config --local user.name "GitHub Action" && git revert e19137c754437403e8d077083ba51ea7b50a7e5f && cd ../
. ../remove_unused_config.sh . ../remove_unused_config.sh
cat configs/config_rk3328 | grep "TARGET" >> ../base_rk3328.seed cat configs/config_rk3328 | grep "TARGET" >> ../base_rk3328.seed
cat ../base_rk3328.seed > configs/config_rk3328 cat ../base_rk3328.seed > configs/config_rk3328
@@ -77,6 +77,8 @@ jobs:
CONFIG_PACKAGE_luci-app-frpc=y CONFIG_PACKAGE_luci-app-frpc=y
CONFIG_PACKAGE_luci-app-netdata=y CONFIG_PACKAGE_luci-app-netdata=y
CONFIG_LIBSODIUM_MINIMAL=y CONFIG_LIBSODIUM_MINIMAL=y
CONFIG_PACKAGE_ddns-scripts_aliyun=y
CONFIG_PACKAGE_ddns-scripts_cloudflare.com-v4=y
CONFIG_PACKAGE_luci-app-ssr-plus=y CONFIG_PACKAGE_luci-app-ssr-plus=y
CONFIG_PACKAGE_luci-app-ssr-plus_INCLUDE_DNS2SOCKS=y CONFIG_PACKAGE_luci-app-ssr-plus_INCLUDE_DNS2SOCKS=y
CONFIG_PACKAGE_luci-app-ssr-plus_INCLUDE_Redsocks2=y CONFIG_PACKAGE_luci-app-ssr-plus_INCLUDE_Redsocks2=y