init: build repo skeleton for ipq60xx (woodpecker)

This commit is contained in:
lingyuzeng
2026-03-01 13:56:32 +08:00
commit 6ee3e2f832
12 changed files with 127 additions and 0 deletions

18
README.md Normal file
View 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.