diff --git a/.github/workflows/r2s_lienol.yml b/.github/workflows/r2s_lienol.yml index e975b13..136d8a9 100644 --- a/.github/workflows/r2s_lienol.yml +++ b/.github/workflows/r2s_lienol.yml @@ -68,7 +68,7 @@ jobs: cat configs/config_rk3328 | grep "TARGET" >> ../base_rk3328.seed cat ../app_config.seed >> ../base_rk3328.seed cat ../base_rk3328.seed > configs/config_rk3328 - echo -e "# CONFIG_KERNEL_CGROUPS is not set" >> configs/config_rk3328 #try fix + sed -i '/CONFIG_CGROUPS/Id' friendlywrt/target/linux/rockchip-rk3328/config-4.14 #try fix cd friendlywrt git config --local user.email "action@github.com" && git config --local user.name "GitHub Action" git remote add upstream https://github.com/Lienol/openwrt && git fetch upstream