Update r2s_lienol.yml

This commit is contained in:
klever1988
2020-02-26 16:09:56 +08:00
committed by GitHub
parent aa90369320
commit 8e30feca15

View File

@@ -5,7 +5,7 @@ on:
branches:
- master
paths:
- '.github/workflows/r2s_lienol.yml'
- '.github/workflows/r2s_lienol.yml_'
schedule:
- cron: '30 09 * * *'
@@ -41,15 +41,23 @@ jobs:
run: |
mkdir friendlywrt-rk3328
cd friendlywrt-rk3328
repo init -u https://github.com/friendlyarm/friendlywrt_manifests -b master -m rk3328.xml --repo-url=https://github.com/friendlyarm/repo --no-clone-bundle
cp ../rk3328-19.xml .repo/manifests/rk3328.xml
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
repo sync -c --no-clone-bundle
rm -rf friendlywrt/
git clone https://github.com/friendlyarm/friendlywrt
- name: Mods
env:
url_fullconenat_patch: ${{ secrets.url1 }}
url_flowoffload_patch: ${{ secrets.url2 }}
run: |
cd friendlywrt-rk3328
cd kernel
wget -q ${url_fullconenat_patch}
wget -q ${url_flowoffload_patch}
git apply add_fullconenat.diff
#git apply add_flowoffload.diff
cd ..
. ../remove_unused_config.sh
echo '
CONFIG_OPENSSL_ENGINE_BUILTIN=y