coding
compile openwrt/lede under ubuntu 20.04 env
Preparation
- Install ubuntu 20.04
- Install dependencies
sudo apt-get -y install build-essential asciidoc binutils bzip2 gawk gettext \
git libncurses5-dev …
1min