Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/aa65535/openwrt-simple-obfs

Simple-obfs for OpenWrt/LEDE
https://github.com/aa65535/openwrt-simple-obfs

openwrt simple-obfs

Last synced: 17 days ago
JSON representation

Simple-obfs for OpenWrt/LEDE

Awesome Lists containing this project

README

        

Simple-obfs for OpenWrt
===

编译
---

- 从 OpenWrt 的 [SDK][S] 编译

```bash
# 以 ar71xx 平台为例
tar xjf OpenWrt-SDK-ar71xx-for-linux-x86_64-gcc-4.8-linaro_uClibc-0.9.33.2.tar.bz2
cd OpenWrt-SDK-ar71xx-*
# 添加 feeds
git clone https://github.com/shadowsocks/openwrt-feeds.git package/feeds
# 获取 simple-obfs Makefile
git clone https://github.com/aa65535/openwrt-simple-obfs.git package/simple-obfs
# 选择要编译的包 Network -> simple-obfs
make menuconfig
# 开始编译
make package/simple-obfs/compile V=99
```

[S]: https://wiki.openwrt.org/doc/howto/obtain.firmware.sdk