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 uci -q batch <<-EOF
delete system.@system[0] delete system.@system[0]
add system system 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].timezone='UTC'
set system.@system[-1].ttylogin='0' set system.@system[-1].ttylogin='0'
set system.@system[-1].log_size='64' 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 %D %V, %C
----------------------------------------------------- -----------------------------------------------------

View file

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