banner: change

This commit is contained in:
hayzamjs 2022-11-16 18:46:19 +01:00
parent 6ee25fbe11
commit 193f169025
3 changed files with 8 additions and 7 deletions

View file

@ -310,7 +310,7 @@ generate_static_system() {
uci -q batch <<-EOF
delete system.@system[0]
add system system
set system.@system[-1].hostname='OpenWrt'
set system.@system[-1].hostname='DifOS'
set system.@system[-1].timezone='UTC'
set system.@system[-1].ttylogin='0'
set system.@system[-1].log_size='64'

View file

@ -1,8 +1,9 @@
_______ ________ __
| |.-----.-----.-----.| | | |.----.| |_
| - || _ | -__| || | | || _|| _|
|_______|| __|_____|__|__||________||__| |____|
|__| W I R E L E S S F R E E D O M
______ _ ___ ___ ______
|_ _ `. (_) .' ..].' `. .' ____ \
| | `. \ __ _| |_ / .-. \| (___ \_|
| | | |[ |'-| |-'| | | | _.____`.
_| |_.' / | | | | \ `-' /| \____) |
|______.' [___][___] `.___.' \______.'
-----------------------------------------------------
%D %V, %C
-----------------------------------------------------

View file

@ -6,7 +6,7 @@ USE_PROCD=1
validate_system_section() {
uci_load_validate system system "$1" "$2" \
'hostname:string:OpenWrt' \
'hostname:string:DifOS' \
'conloglevel:uinteger' \
'buffersize:uinteger' \
'timezone:string:UTC' \