Openwrt build env setup(9)

岁酱吖の 提交于 2019-12-04 23:29:28

reference : 

  https://openwrt.org/docs/guide-developer/quickstart-build-images

 

Install dependence package:

sudo apt install subversion g++ zlib1g-dev build-essential git python python3
sudo apt install libncurses5-dev gawk gettext unzip file libssl-dev wget
sudo apt install libelf-dev ecj fastjar java-propose-classpath
sudo apt install build-essential libncursesw5-dev python unzip   
git clone https://github.com/openwrt/openwrt.git

cd openwrt
export FORCE_UNSAFE_CONFIGURE=1 
./scripts/feeds update -a
./scripts/feeds install -a

make menuconfig
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!