add: placeholder configs and scripts (sync upstream strategy)

This commit is contained in:
lingyuzeng
2026-03-01 14:08:21 +08:00
parent a54452915d
commit eec4aa40b6
5 changed files with 24 additions and 0 deletions

View File

@@ -0,0 +1,3 @@
# Placeholder for IPQ60XX-WIFI-YES.txt
# Please download manually from:
# curl -fsSL https://raw.githubusercontent.com/VIKINGYFY/OpenWRT-CI/main/Config/IPQ60XX-WIFI-YES.txt -o Config/IPQ60XX-WIFI-YES.txt

3
Config/IPQ60XX-WIFI.txt Normal file
View File

@@ -0,0 +1,3 @@
# Placeholder for IPQ60XX-WIFI.txt
# Please download manually from:
# curl -fsSL https://raw.githubusercontent.com/davidtall/OpenWRT-CI/main/Config/IPQ60XX-WIFI.txt -o Config/IPQ60XX-WIFI.txt

6
Scripts/Handles.sh Executable file
View File

@@ -0,0 +1,6 @@
#!/bin/bash
# Placeholder for Scripts/Handles.sh
# Please download manually from:
# 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"

6
Scripts/Packages.sh Executable file
View File

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

6
Scripts/Settings.sh Executable file
View File

@@ -0,0 +1,6 @@
#!/bin/bash
# Placeholder for Scripts/Settings.sh
# Please download manually from:
# 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 download the actual script"