[OpenWrt Wiki] The UCI system
https://openwrt.org/docs/guide-user/base-system/uci27.11.2021 · OpenWrt's central configuration is split into several files located in the /etc/config/ directory. Each file relates roughly to the part of the system it configures. You can edit the configuration files with a text editor or modify them with the command line utility program uci.UCI configuration files are also modifiable through various programming APIs (like Shell, Lua and …
[OpenWrt Wiki] NTP
openwrt.org › docs › guide-userDec 05, 2021 · list of hostnames : no (openwrt ntp servers) Pool of NTP servers to poll the time from. If empty, ntpd disables client mode, and system time won't be set automatically. enable_server: boolean : no : 0 : setting this to 1 enables the time server on this device, ntpd will answer with the time of the router. (busybox-ntpd listens to UDP 123 by ...
[OpenWrt Wiki] Scheduling tasks with cron
openwrt.org › docs › guide-userOct 17, 2021 · Scheduling tasks with cron This article relies on the following: * Accessing OpenWrt WebUI * Accessing OpenWrt CLI Introduction * OpenWrt can run scheduled tasks using cron service. * This how-to describes the method for setting up cron jobs. * See also Watchcat to reboot based on schedule or connectivity.
[OpenWrt Wiki] The UCI system
openwrt.org › docs › guide-userNov 27, 2021 · The UCI system See also: UCI defaults, Network scripting The abbreviation UCI stands for Unified Configuration Interface, and is a system to centralize the configuration of OpenWrt services. UCI is the successor to the NVRAM-based configuration found in the White Russian series of OpenWrt. It is the main configuration user interface for the most important system settings including the main ...