mirror of
https://github.com/openwrt/openwrt.git
synced 2024-12-26 17:01:14 +00:00
8 lines
97 B
Plaintext
8 lines
97 B
Plaintext
|
|
||
|
config login
|
||
|
option username 'root'
|
||
|
option password '$p$root'
|
||
|
list read '*'
|
||
|
list write '*'
|
||
|
|