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

6
Scripts/Settings.sh Executable file
View File

@@ -0,0 +1,6 @@
#!/bin/bash
# Placeholder for Scripts/Settings.sh
# Please download manually from: https://raw.githubusercontent.com/VIKINGYFY/OpenWRT-CI/main/Scripts/Settings.sh
# Or run: curl -fsSL https://raw.githubusercontent.com/VIKINGYFY/OpenWRT-CI/main/Scripts/Settings.sh -o Scripts/Settings.sh
set -euo pipefail
echo "Settings.sh placeholder - please下载 the actual script"