Skip to content

Instantly share code, notes, and snippets.

@wen-long
Last active August 29, 2015 14:20
Show Gist options
  • Save wen-long/010c19ef491459bdb1e4 to your computer and use it in GitHub Desktop.
Save wen-long/010c19ef491459bdb1e4 to your computer and use it in GitHub Desktop.
  1. 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
  1. 只需要编译 e 信,那么
make toolchain/install

然后去 https://github.com/miao1007/Openwrt-NetKeeper 一步一步来

PS 记得修改源码为自己的位置(武汉还是重庆)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment