Download and Build
The following document is based on Ubuntu 22.04.
Environment Preparation
Installing Dependencies
sudo apt install build-essential clang flex bison g++ gawk \
gcc-multilib g++-multilib gettext git libncurses-dev libssl-dev \
python3-distutils rsync unzip zlib1g-dev file wget jq device-tree-compiler
Download openwrt
The code repository has two branches: bl-v1.0.y
and bl-v2.0.y
, which correspond to linux-6.1
and linux-6.6
, respectively. The bl-v2.0.y
branch will be primarily maintained going forward.
git clone https://gitee.com/bianbu-linux/openwrt.git -b bl-v2.0.y