Openwrt build env setup(9)

  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

内容版权声明:除非注明,否则皆为本站原创文章。

转载注明出处:https://www.heiqu.com/zwdjsw.html