https://dl.openwrt.ai/firmware/qualcommax-ipq60xx/jdcloud_re-ss-01/ opkg update opkg install swap-utils dd if=/dev/zero of=/overlay/swapfile bs=1M count=512 chmod 0600 /overlay/swapfile mkswap /overlay/swapfile swapon /overlay/swapfile ‌ 修改启动脚本‌ 编辑 /etc/rc.local 文件,在 exit 0 前添加以下内容: swapon /overlay/swapfile #