mirror of
https://github.com/openwrt/openwrt.git
synced 2025-01-25 13:49:26 +00:00
0a3d721465
The ath25 target has its own unique button action config support, which is not used anywhere except for two example logger statements in UCI. Since there is a generic /etc/rc.button facility since some time already there is no reason at all to keep this target specific mechanism anymore, so simply drop it. Signed-off-by: Jo-Philipp Wich <jo@mein.io>
10 lines
227 B
Plaintext
10 lines
227 B
Plaintext
config system
|
|
option hostname OpenWrt
|
|
option timezone UTC
|
|
|
|
config timeserver ntp
|
|
list server 0.openwrt.pool.ntp.org
|
|
list server 1.openwrt.pool.ntp.org
|
|
list server 2.openwrt.pool.ntp.org
|
|
list server 3.openwrt.pool.ntp.org
|