619 B
619 B
OpenWrt/ImmortalWrt IPQ60XX Build (Woodpecker)
This repo is a build-orchestration repo:
- Config/: .config fragments (device sets + GENERAL)
- Scripts/: package injection / tweaks
- files/: OpenWrt overlay (copied into firmware rootfs)
- .woodpecker/: CI pipelines
Targets:
- IPQ60XX-WIFI-YES (from VIKINGYFY/OpenWRT-CI)
- IPQ60XX-WIFI (from davidtall/OpenWRT-CI)
How to add packages:
- If available in feeds: append
CONFIG_PACKAGE_xxx=ytoConfig/GENERAL.txt - If not in feeds or need pinned repo: add clone/remove logic in
Scripts/Packages.sh
Artifacts:
- Saved into
artifacts/in pipeline workspace.