mirror of https://github.com/OpenIPC/firmware.git
[HiSilicon] Enable export SENSOR name (#468)
parent
968596c458
commit
ba5a4ada8d
|
@ -43,6 +43,7 @@ start() {
|
|||
load_hisilicon -i
|
||||
# sample_bindvivo_HISI_V2A 1
|
||||
#
|
||||
export SENSOR=$(fw_printenv -n sensor)
|
||||
load_majestic
|
||||
}
|
||||
|
||||
|
|
|
@ -42,6 +42,7 @@ start() {
|
|||
export TZ=$(cat /etc/TZ)
|
||||
load_hisilicon -i
|
||||
#
|
||||
export SENSOR=$(fw_printenv -n sensor)
|
||||
load_majestic
|
||||
}
|
||||
|
||||
|
|
|
@ -43,6 +43,7 @@ start() {
|
|||
load_hisilicon -i
|
||||
# sample_bindvivo_HISI_V4A 1
|
||||
#
|
||||
export SENSOR=$(fw_printenv -n sensor)
|
||||
load_majestic
|
||||
}
|
||||
|
||||
|
|
|
@ -42,6 +42,7 @@ start() {
|
|||
export TZ=$(cat /etc/TZ)
|
||||
load_hisilicon -i
|
||||
#
|
||||
export SENSOR=$(fw_printenv -n sensor)
|
||||
load_majestic
|
||||
}
|
||||
|
||||
|
|
|
@ -42,6 +42,7 @@ start() {
|
|||
export TZ=$(cat /etc/TZ)
|
||||
load_hisilicon -i
|
||||
#
|
||||
export SENSOR=$(fw_printenv -n sensor)
|
||||
load_majestic
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue