├── base └── mbedtls │ ├── Makefile │ └── patches │ └── 200-config.patch └── packages ├── c-ares └── Makefile ├── libev └── Makefile ├── libsodium └── Makefile └── pcre └── Makefile /base/mbedtls/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shadowsocks/openwrt-feeds/HEAD/base/mbedtls/Makefile -------------------------------------------------------------------------------- /base/mbedtls/patches/200-config.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shadowsocks/openwrt-feeds/HEAD/base/mbedtls/patches/200-config.patch -------------------------------------------------------------------------------- /packages/c-ares/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shadowsocks/openwrt-feeds/HEAD/packages/c-ares/Makefile -------------------------------------------------------------------------------- /packages/libev/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shadowsocks/openwrt-feeds/HEAD/packages/libev/Makefile -------------------------------------------------------------------------------- /packages/libsodium/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shadowsocks/openwrt-feeds/HEAD/packages/libsodium/Makefile -------------------------------------------------------------------------------- /packages/pcre/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shadowsocks/openwrt-feeds/HEAD/packages/pcre/Makefile --------------------------------------------------------------------------------