Support OpenWrt?
How to build it.
Currently not. You can write your own Makefile based on openwrt-shadowsocks'.
@suikatomoki For Openwrt versions of shadowsocks repos, you can just follow @aa65535 You can find openwrt-simple-obfs here: https://github.com/aa65535/openwrt-simple-obfs
@cokebar great
There are already some pre-compiled packages available here: http://openwrt-dist.sourceforge.net/packages/OpenWrt/base/ar71xx/
没想到百万哥也玩这个~ 另外那个预编译版已经落后最新 commit 好多个版本了…😀
在这里可以下载openwrt和LEDE的安装文件,http://openwrt-dist.sourceforge.net/archives/simple-obfs/
@tianlichunhong 请问这个安装文件是simple-obfs插件吗?是怎么编出来的?谢谢。
@willwhui Refer to the openwrt/lede makefile: https://github.com/aa65535/openwrt-simple-obfs/blob/master/Makefile
@cokebar thanks, When i followed the instructions of aa65535's readme.md to here:
# 选择要编译的包 Network -> simple-obfs
make menuconfig
I found the coming up UI doesn't have "Network" item. Would you please give me some instructions? And i'm not familiar with Linux: I find out the 'make menuconfig' is a compiling tool for Linux kernel, why should i compile the kernel of my desktop Ubuntu when i need an openwrt system software plugin? Or, should i do the building work on the openwrt router instead? Thanks a lot.