19 lines
619 B
Markdown
19 lines
619 B
Markdown
# 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:
|
|
1) If available in feeds: append `CONFIG_PACKAGE_xxx=y` to `Config/GENERAL.txt`
|
|
2) If not in feeds or need pinned repo: add clone/remove logic in `Scripts/Packages.sh`
|
|
|
|
Artifacts:
|
|
- Saved into `artifacts/` in pipeline workspace.
|