├── .github └── workflows │ └── build-openwrt.yml ├── LICENSE ├── README.md ├── diy-part1.sh └── diy-part2.sh /.github/workflows/build-openwrt.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lancenas/actions-openwrt-helloworld/HEAD/.github/workflows/build-openwrt.yml -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lancenas/actions-openwrt-helloworld/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lancenas/actions-openwrt-helloworld/HEAD/README.md -------------------------------------------------------------------------------- /diy-part1.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lancenas/actions-openwrt-helloworld/HEAD/diy-part1.sh -------------------------------------------------------------------------------- /diy-part2.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lancenas/actions-openwrt-helloworld/HEAD/diy-part2.sh --------------------------------------------------------------------------------