diff options
author | John Crispin <blogic@openwrt.org> | 2016-04-18 21:53:07 +0200 |
---|---|---|
committer | John Crispin <blogic@openwrt.org> | 2016-04-18 21:53:07 +0200 |
commit | dc929174095a00150de6a3e48d46355d24f223b9 (patch) | |
tree | f1106ba7c0d71f8072e5158c481f71aeee8db066 /package/base-files/files/etc/config | |
parent | 5e85ae9e4c85e9ec43f38aa350c5bd0f0e7bea2b (diff) | |
download | upstream-dc929174095a00150de6a3e48d46355d24f223b9.tar.gz upstream-dc929174095a00150de6a3e48d46355d24f223b9.tar.bz2 upstream-dc929174095a00150de6a3e48d46355d24f223b9.zip |
image / basefiles: make console password configurable
Signed-off-by: Daniel Dickinson <openwrt@daniel.thecshore.com>
Signed-off-by: John Crispin <john@phrozen.org>
Diffstat (limited to 'package/base-files/files/etc/config')
-rw-r--r-- | package/base-files/files/etc/config/system | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/package/base-files/files/etc/config/system b/package/base-files/files/etc/config/system index 20517f9a53..80c3f9b0a8 100644 --- a/package/base-files/files/etc/config/system +++ b/package/base-files/files/etc/config/system @@ -1,6 +1,7 @@ config system option hostname lede option timezone UTC + option ttylogin 0 config timeserver ntp list server 0.openwrt.pool.ntp.org |