-
openwrt 需要所在文件系统区分大小写,可用磁盘工具新创建个分区
brew install coreutils gawk wget findutils gnu-getopt gtar
export PATH="/usr/local/Cellar/gnu-getopt/1.1.6/bin:$PATH"
export PATH="/usr/local/opt/gnu-tar/libexec/gnubin:$PATH"
#前往新分区
git clone git://git.openwrt.org/14.07/openwrt.git
cd openwrt
scripts/feeds update -a
scripts/feeds install -a
make menuconfig
- 只需要编译 e 信,那么
make toolchain/install
然后去 https://github.com/miao1007/Openwrt-NetKeeper 一步一步来
PS 记得修改源码为自己的位置(武汉还是重庆)