OpenWRT软件包自动更新

#crontab -e
0 3 * * * opkg update && opkg update && opkg list-upgradable | cut -f 1 -d ' ' | xargs -r opkg upgrade
>
>
>
#/etc/init.d/cron enable
#/etc/init.d/cron start

Reference Link