diff options
author | Gregor Kleen <gkleen@yggdrasil.li> | 2022-01-08 15:46:44 +0100 |
---|---|---|
committer | Gregor Kleen <gkleen@yggdrasil.li> | 2022-01-08 15:46:44 +0100 |
commit | e750d153ec28ab2221ef331399059c22259fcb4a (patch) | |
tree | 1f2028ebb4da69720627dd975ba918b8a4815b45 | |
parent | 3ba1c24d60c88a941feb515da2e672658fcc105e (diff) | |
download | ap01-e750d153ec28ab2221ef331399059c22259fcb4a.tar ap01-e750d153ec28ab2221ef331399059c22259fcb4a.tar.gz ap01-e750d153ec28ab2221ef331399059c22259fcb4a.tar.bz2 ap01-e750d153ec28ab2221ef331399059c22259fcb4a.tar.xz ap01-e750d153ec28ab2221ef331399059c22259fcb4a.zip |
...
-rw-r--r-- | files/files/etc/config/system | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/files/files/etc/config/system b/files/files/etc/config/system index 3a2658a..0563a5e 100644 --- a/files/files/etc/config/system +++ b/files/files/etc/config/system | |||
@@ -1,7 +1,7 @@ | |||
1 | config system | 1 | config system |
2 | option timezone 'UTC' | 2 | option timezone 'UTC' |
3 | option ttylogin '0' | 3 | option ttylogin '0' |
4 | option log_size '64' | 4 | option log_size '1024' |
5 | option urandom_seed '0' | 5 | option urandom_seed '0' |
6 | option hostname 'ap01' | 6 | option hostname 'ap01' |
7 | 7 | ||
@@ -15,4 +15,4 @@ config led | |||
15 | option trigger 'none' | 15 | option trigger 'none' |
16 | option brightness '255' | 16 | option brightness '255' |
17 | option default '1' | 17 | option default '1' |
18 | option sysfs 'blue:dome' | 18 | option sysfs 'blue:dome' \ No newline at end of file |