├── .github ├── ISSUE_TEMPLATE.md └── PULL_REQUEST_TEMPLATE.md ├── LICENSE ├── README.md ├── Warehouse ├── index_Weather │ ├── index.htm │ └── x86_index.htm └── index_temperature │ ├── autocore │ └── temperature ├── doc ├── Command_Line.PNG ├── Command_Line_old.PNG ├── CompileScript.PNG └── OpenwrtCompileScript使用说明.pdf └── openwrt.sh /.github/ISSUE_TEMPLATE.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openwrtcompileshell/OpenwrtCompileScript/HEAD/.github/ISSUE_TEMPLATE.md -------------------------------------------------------------------------------- /.github/PULL_REQUEST_TEMPLATE.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openwrtcompileshell/OpenwrtCompileScript/HEAD/.github/PULL_REQUEST_TEMPLATE.md -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openwrtcompileshell/OpenwrtCompileScript/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openwrtcompileshell/OpenwrtCompileScript/HEAD/README.md -------------------------------------------------------------------------------- /Warehouse/index_Weather/index.htm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openwrtcompileshell/OpenwrtCompileScript/HEAD/Warehouse/index_Weather/index.htm -------------------------------------------------------------------------------- /Warehouse/index_Weather/x86_index.htm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openwrtcompileshell/OpenwrtCompileScript/HEAD/Warehouse/index_Weather/x86_index.htm -------------------------------------------------------------------------------- /Warehouse/index_temperature/autocore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openwrtcompileshell/OpenwrtCompileScript/HEAD/Warehouse/index_temperature/autocore -------------------------------------------------------------------------------- /Warehouse/index_temperature/temperature: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openwrtcompileshell/OpenwrtCompileScript/HEAD/Warehouse/index_temperature/temperature -------------------------------------------------------------------------------- /doc/Command_Line.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openwrtcompileshell/OpenwrtCompileScript/HEAD/doc/Command_Line.PNG -------------------------------------------------------------------------------- /doc/Command_Line_old.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openwrtcompileshell/OpenwrtCompileScript/HEAD/doc/Command_Line_old.PNG -------------------------------------------------------------------------------- /doc/CompileScript.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openwrtcompileshell/OpenwrtCompileScript/HEAD/doc/CompileScript.PNG -------------------------------------------------------------------------------- /doc/OpenwrtCompileScript使用说明.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openwrtcompileshell/OpenwrtCompileScript/HEAD/doc/OpenwrtCompileScript使用说明.pdf -------------------------------------------------------------------------------- /openwrt.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openwrtcompileshell/OpenwrtCompileScript/HEAD/openwrt.sh --------------------------------------------------------------------------------