#crontab -e
0 3 * * * opkg update && opkg list-upgradable | cut -d ' ' -f 1 | while read pkg; do opkg upgrade "$pkg"; done
>
>
>
#/etc/init.d/cron enable
#/etc/init.d/cron start
Reference Link
#crontab -e
0 3 * * * opkg update && opkg list-upgradable | cut -d ' ' -f 1 | while read pkg; do opkg upgrade "$pkg"; done
>
>
>
#/etc/init.d/cron enable
#/etc/init.d/cron start
Reference Link