mirror of
git://git.openwrt.org/openwrt/openwrt.git
synced 2024-12-12 01:44:54 +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 '*'
|
||
|
|