Go to file
John Crispin e40631b8cd ucentral-schema: update to latest HEAD
ba41897 radio: enable 'allow-dfs' by default

Signed-off-by: John Crispin <john@phrozen.org>
2022-03-01 17:36:54 +01:00
.github/workflows ipq807x: add cig wf196 to the CI builds 2022-02-22 16:33:52 +01:00
docker
feeds ucentral-schema: update to latest HEAD 2022-03-01 17:36:54 +01:00
patches wifi: revert some tweaks that are causing stability issues 2022-02-25 17:34:27 +01:00
profiles
.gitignore
build.sh
config.yml
dock-run.sh
Makefile
README.md
setup.py

Setting up your build machine

Requires a recent linux installation. Older systems without python 3.7 will have trouble. See this link for details: https://openwrt.org/docs/guide-developer/quickstart-build-images

Install build packages: sudo apt install build-essential libncurses5-dev gawk git libssl-dev gettext zlib1g-dev swig unzip time rsync python3 python3-setuptools python3-yaml.

Doing a native build on Linux

First we need to clone and setup our tree. This will result in an openwrt/.

./setup.py --setup

Next we need to select the profile and base package selection. This setup will install the feeds, packages and generate the .config file.

cd openwrt
./scripts/gen_config.py ea8300

Finally we can build the tree.

make -j X V=s