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/Handles.sh Executable file
View File

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