├── LICENSE ├── Makefile ├── README.md └── patches └── 001-build-with-gcc-O3-optimizations.patch /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NagaseKouichi/openwrt-chinadns-ng/HEAD/LICENSE -------------------------------------------------------------------------------- /Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NagaseKouichi/openwrt-chinadns-ng/HEAD/Makefile -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NagaseKouichi/openwrt-chinadns-ng/HEAD/README.md -------------------------------------------------------------------------------- /patches/001-build-with-gcc-O3-optimizations.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NagaseKouichi/openwrt-chinadns-ng/HEAD/patches/001-build-with-gcc-O3-optimizations.patch --------------------------------------------------------------------------------