├── .github └── workflows │ ├── CWRT-ALL.yml │ ├── Cache-Clean.yml │ ├── WRT-CORE.yml │ └── WRT-TEST.yml ├── Config ├── GENERAL.txt ├── MT7981.txt ├── MT7986.txt └── TEST.txt ├── README.md └── Scripts ├── Handles.sh ├── Packages.sh └── Settings.sh /.github/workflows/CWRT-ALL.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VIKINGYFY/CloseWRT-CI/HEAD/.github/workflows/CWRT-ALL.yml -------------------------------------------------------------------------------- /.github/workflows/Cache-Clean.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VIKINGYFY/CloseWRT-CI/HEAD/.github/workflows/Cache-Clean.yml -------------------------------------------------------------------------------- /.github/workflows/WRT-CORE.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VIKINGYFY/CloseWRT-CI/HEAD/.github/workflows/WRT-CORE.yml -------------------------------------------------------------------------------- /.github/workflows/WRT-TEST.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VIKINGYFY/CloseWRT-CI/HEAD/.github/workflows/WRT-TEST.yml -------------------------------------------------------------------------------- /Config/GENERAL.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VIKINGYFY/CloseWRT-CI/HEAD/Config/GENERAL.txt -------------------------------------------------------------------------------- /Config/MT7981.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VIKINGYFY/CloseWRT-CI/HEAD/Config/MT7981.txt -------------------------------------------------------------------------------- /Config/MT7986.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VIKINGYFY/CloseWRT-CI/HEAD/Config/MT7986.txt -------------------------------------------------------------------------------- /Config/TEST.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VIKINGYFY/CloseWRT-CI/HEAD/Config/TEST.txt -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VIKINGYFY/CloseWRT-CI/HEAD/README.md -------------------------------------------------------------------------------- /Scripts/Handles.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VIKINGYFY/CloseWRT-CI/HEAD/Scripts/Handles.sh -------------------------------------------------------------------------------- /Scripts/Packages.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VIKINGYFY/CloseWRT-CI/HEAD/Scripts/Packages.sh -------------------------------------------------------------------------------- /Scripts/Settings.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VIKINGYFY/CloseWRT-CI/HEAD/Scripts/Settings.sh --------------------------------------------------------------------------------