├── .config ├── .github └── workflows │ ├── build-openwrt.yml │ └── schedule_build.yml ├── LICENSE ├── README.md └── diy.sh /.config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/crazygit/Actions-OpenWrt/HEAD/.config -------------------------------------------------------------------------------- /.github/workflows/build-openwrt.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/crazygit/Actions-OpenWrt/HEAD/.github/workflows/build-openwrt.yml -------------------------------------------------------------------------------- /.github/workflows/schedule_build.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/crazygit/Actions-OpenWrt/HEAD/.github/workflows/schedule_build.yml -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/crazygit/Actions-OpenWrt/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/crazygit/Actions-OpenWrt/HEAD/README.md -------------------------------------------------------------------------------- /diy.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/crazygit/Actions-OpenWrt/HEAD/diy.sh --------------------------------------------------------------------------------