Add files via upload

This commit is contained in:
桐话
2024-04-08 03:25:12 +08:00
committed by GitHub
parent 90df415af5
commit 9f4e79845b
+2 -2
View File
@@ -23,8 +23,8 @@ jobs:
content=$(cat $GITHUB_WORKSPACE/file/config_data.txt)
configdata=$(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
sed -i "/CONFIG_PACKAGE_luci-app-istorex=m/d" ./rk35xx/.config
sed -i "/CONFIG_PACKAGE_dtc.*=.*/d" ./rk35xx/.config
sed -i "/CONFIG_PACKAGE_luci-app-istorex.*=.*/d" ./rk35xx/.config
sed -i "/#\s*CONFIG_TARGET_DEVICE_rockchip_rk35xx_DEVICE_jp_tvbox\s*is\s*not\s*set/d" ./rk35xx/.config
sed -i "/#\s*CONFIG_TARGET_DEVICE_rockchip_rk35xx_DEVICE_panther_x2\s*is\s*not\s*set/d" ./rk35xx/.config
sed -i "/#\s*CONFIG_TARGET_DEVICE_rockchip_rk35xx_DEVICE_dg_nas\s*is\s*not\s*set/d" ./rk35xx/.config