anavas

OpenWRT Compile

Mar 25th, 2016
42
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.43 KB | None | 0 0
  1. #OpenWRT Compile (15.05 CC)
  2. #==============================
  3. apt-get install sudo subversion build-essential git-core libncurses5-dev zlib1g-dev gawk flex quilt libssl-dev xsltproc libxml-parser-perl mercurial bzr ecj cvs unzip git
  4. git clone git://git.openwrt.org/15.05/openwrt.git
  5. cd openwrt
  6. ./scripts/feeds update -a
  7. ./scripts/feeds install -a
  8. make menuconfig
  9. # select Target Platform, sub and Profile
  10. make -j 5
  11. # quad core processor
Add Comment
Please, Sign In to add comment