mirror of https://github.com/OpenIPC/firmware.git
Cosmetic updates of scripts
parent
40132e0a37
commit
e556870d50
|
@ -36,6 +36,7 @@ start() {
|
|||
logger -s -p daemon.info -t hisilicon "Loading of kernel modules and initialization of the video system has started"
|
||||
export TZ=$(cat /etc/TZ)
|
||||
load_hisilicon -i
|
||||
# sample_bindvivo_HISI_V2A 1
|
||||
#
|
||||
load_majestic
|
||||
}
|
||||
|
|
|
@ -37,7 +37,7 @@ start() {
|
|||
export TZ=$(cat /etc/TZ)
|
||||
load_hisilicon -i
|
||||
#
|
||||
load_majestic
|
||||
load_majestic
|
||||
}
|
||||
|
||||
stop() {
|
||||
|
|
|
@ -37,7 +37,7 @@ start() {
|
|||
export TZ=$(cat /etc/TZ)
|
||||
load_hisilicon -i
|
||||
#
|
||||
load_majestic
|
||||
load_majestic
|
||||
}
|
||||
|
||||
stop() {
|
||||
|
|
|
@ -36,8 +36,9 @@ start() {
|
|||
logger -s -p daemon.info -t hisilicon "Loading of kernel modules and initialization of the video system has started"
|
||||
export TZ=$(cat /etc/TZ)
|
||||
load_hisilicon -i
|
||||
# sample_bindvivo_HISI_V4A 1
|
||||
#
|
||||
load_majestic
|
||||
load_majestic
|
||||
}
|
||||
|
||||
stop() {
|
||||
|
|
|
@ -37,7 +37,7 @@ start() {
|
|||
export TZ=$(cat /etc/TZ)
|
||||
load_hisilicon -i
|
||||
#
|
||||
load_majestic
|
||||
load_majestic
|
||||
}
|
||||
|
||||
stop() {
|
||||
|
|
Loading…
Reference in New Issue