init: build repo skeleton for ipq60xx (woodpecker)
This commit is contained in:
18
README.md
Normal file
18
README.md
Normal file
@@ -0,0 +1,18 @@
|
||||
# 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.
|
||||
Reference in New Issue
Block a user