Add files via upload

This commit is contained in:
桐话
2024-04-05 13:30:14 +08:00
committed by GitHub
parent 38e5122eb2
commit 8ee56ab6fe
+1 -1
View File
@@ -19,7 +19,7 @@ jobs:
rm -f ./rk35xx/.config
wget -O ./rk35xx/feeds.conf https://fw0.koolcenter.com/iStoreOS/station-p2/feeds.conf --no-check-certificate
wget -O ./rk35xx/.config https://fw0.koolcenter.com/iStoreOS/station-p2/config.buildinfo --no-check-certificate
content=$(cat $GITHUB_WORKSPACE/file/model.txt)
content=$(cat $GITHUB_WORKSPACE/file/config_data.txt)
model_data=$(echo "$content" | sed 's/^[[:space:]]*//; s/[[:space:]]*$//')
sed -i "/CONFIG_TARGET_DEVICE_rockchip_.*=.*/d" ./rk35xx/.config
sed -i "/CONFIG_PACKAGE_dtc=y/d" ./rk35xx/.config