diff --git a/.github/workflows/passwall_lxc.yml b/.github/workflows/r1s_lienol.yml similarity index 55% rename from .github/workflows/passwall_lxc.yml rename to .github/workflows/r1s_lienol.yml index d4eaaf5..64ae65b 100644 --- a/.github/workflows/passwall_lxc.yml +++ b/.github/workflows/r1s_lienol.yml @@ -1,4 +1,4 @@ -name: NanoPi-R1S H5 passwall(with lxc) Build +name: NanoPi-R1S H5 Lienol Build on: #schedule: @@ -45,52 +45,8 @@ jobs: - name: Mods run: | - cd friendlywrt-rk3328 - cp ../r2s.config.seed configs/config_rk3328 - sed -i '/CONFIG_KERNEL_CGROUP_PERF/i\CONFIG_KERNEL_CGROUPS=y' configs/config_rk3328 - echo ' - CONFIG_OPENSSL_OPTIMIZE_SPEED=y - CONFIG_OPENSSL_WITH_DTLS=y - CONFIG_OPENSSL_WITH_EC2M=y - CONFIG_OPENSSL_WITH_NPN=y - CONFIG_PACKAGE_UnblockNeteaseMusic=y - # CONFIG_PACKAGE_iptables-mod-filter is not set - CONFIG_PACKAGE_kmod-crypto-authenc=y - # CONFIG_PACKAGE_kmod-crypto-ecb is not set - # CONFIG_PACKAGE_kmod-crypto-sha1 is not set - CONFIG_PACKAGE_kmod-cryptodev=y - # CONFIG_PACKAGE_kmod-gre is not set - # CONFIG_PACKAGE_kmod-ipt-filter is not set - # CONFIG_PACKAGE_kmod-lib-textsearch is not set - # CONFIG_PACKAGE_kmod-mppe is not set - CONFIG_PACKAGE_libgd=y - CONFIG_PACKAGE_libhttp-parser=y - CONFIG_PACKAGE_libjpeg=y - CONFIG_PACKAGE_libnghttp2=y - CONFIG_PACKAGE_libopenssl-conf=y - CONFIG_PACKAGE_libopenssl-devcrypto=y - CONFIG_PACKAGE_libpng=y - CONFIG_PACKAGE_libstdcpp=y - CONFIG_PACKAGE_luci-app-adguardhome=y - # CONFIG_PACKAGE_luci-app-control-mia is not set - # CONFIG_PACKAGE_luci-app-control-timewol is not set - # CONFIG_PACKAGE_luci-app-control-webrestriction is not set - # CONFIG_PACKAGE_luci-app-control-weburl is not set - # CONFIG_PACKAGE_luci-app-pppoe-relay is not set - # CONFIG_PACKAGE_luci-app-pppoe-server is not set - # CONFIG_PACKAGE_luci-app-pptp-vpnserver-manyusers is not set - CONFIG_PACKAGE_luci-app-unblockmusic=y - CONFIG_PACKAGE_luci-app-vnstat=y - CONFIG_PACKAGE_luci-i18n-vnstat-zh-cn=y - CONFIG_PACKAGE_luci-theme-argon-dark-mod=y - CONFIG_PACKAGE_luci-theme-argon-light-mod=y - CONFIG_PACKAGE_node=y - # CONFIG_PACKAGE_pptpd is not set - # CONFIG_PACKAGE_rp-pppoe-common is not set - # CONFIG_PACKAGE_rp-pppoe-relay is not set - # CONFIG_PACKAGE_rp-pppoe-server is not set - CONFIG_PACKAGE_vnstat=y - CONFIG_PACKAGE_vnstati=y' >> configs/config_rk3328 + cd friendlywrt-h5 + cp ../r1s_lienol.seed configs/config_h5 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