add: placeholder configs and scripts (sync upstream strategy)
This commit is contained in:
3
Config/IPQ60XX-WIFI-YES.txt
Normal file
3
Config/IPQ60XX-WIFI-YES.txt
Normal 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
3
Config/IPQ60XX-WIFI.txt
Normal 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
6
Scripts/Handles.sh
Executable 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
6
Scripts/Packages.sh
Executable 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
6
Scripts/Settings.sh
Executable 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"
|
||||||
Reference in New Issue
Block a user