diff --git a/.github/workflows/self-win-openwrt-lede-ct6-x86.yml b/.github/workflows/self-win-openwrt-lede-ct6-x86.yml index 4c41203..3c881bb 100644 --- a/.github/workflows/self-win-openwrt-lede-ct6-x86.yml +++ b/.github/workflows/self-win-openwrt-lede-ct6-x86.yml @@ -2,6 +2,8 @@ name: OpenWRT LEDE CT6 X86 Self Win on: workflow_dispatch: + schedule: + - cron: '0 */12 * * *' env: DOCKERFILE: openwrt/lede/ct6-x86/Dockerfile.openwrt-lede-ct6-x86 diff --git a/openwrt/lede/ct6-x86/openwrt.lede.ct6.x86.config b/openwrt/lede/ct6-x86/openwrt.lede.ct6.x86.config index 778d993..9b9d93e 100644 --- a/openwrt/lede/ct6-x86/openwrt.lede.ct6.x86.config +++ b/openwrt/lede/ct6-x86/openwrt.lede.ct6.x86.config @@ -23,6 +23,9 @@ CONFIG_PACKAGE_luci-app-hd-idle=y # 文件转移 CONFIG_PACKAGE_rsync=y +# 分区 +CONFIG_PACKAGE_fdisk=y + # 测速 CONFIG_PACKAGE_iperf3=y diff --git a/openwrt/lede/x86/openwrt.lede.x86.config b/openwrt/lede/x86/openwrt.lede.x86.config index f163df8..582b79e 100644 --- a/openwrt/lede/x86/openwrt.lede.x86.config +++ b/openwrt/lede/x86/openwrt.lede.x86.config @@ -23,6 +23,9 @@ CONFIG_PACKAGE_luci-app-hd-idle=y # 机械盘有了再挪点文件吧 CONFIG_PACKAGE_rsync=y +# 给硬盘分个区吧 +CONFIG_PACKAGE_fdisk=y + # 测速得有吧 CONFIG_PACKAGE_iperf3=y