OpenWrt Forum Archive
forum.archive.openwrt.org › viewtopicNov 26, 2014 · Ran into a little hiccup while trying to do a scheduled reboot today though. As a test I added "x y * * * reboot" to Scheduled Tasks via LuCI, where x y were a couple minutes away from the current time. Cron didn't reboot the router until I discovered that I had to restart Cron to force it to process the crontab change. That's a pretty minor bug.
[OpenWrt Wiki] LuCI essentials
openwrt.org › docs › guide-userMore info on this can be obtained here. Instructions 1. Basic installation Install the required packages. opkg update opkg installluci Now you can open LuCI interface. 2. Providing encryption Install the required packages. opkg update opkg installluci-ssl /etc/init.d/uhttpd restart Reload LuCI interface and verify that you are using HTTPS. 3.
[OpenWrt Wiki] LuCI essentials
https://openwrt.org/docs/guide-user/luci/luci.essentialsLuCI essentials This article relies on the following: * Accessing OpenWrt CLI * Managing configurations * Managing packages * Managing services Introduction While OpenWrt can be managed completely using SSH and the terminal, the LuCI WebUI makes many administration tasks easier. The OpenWrt full releases, such as the current 18.06.x series, ship with the LuCI …
[OpenWrt Wiki] Scheduling tasks with cron
openwrt.org › docs › guide-userOct 17, 2021 · Navigate to LuCI → System → Scheduled Tasks. Edit the configuration and click the Savebutton. Command-line instructions Set up cron jobs using command-line interface. # Edit configurationcrontab -e # Show configurationcrontab -l # Apply changes/etc/init.d/cron restart This will edit the configuraion /etc/crontabs/rootfile in vi editor.