mirror of
https://github.com/LibreELEC/LibreELEC.tv
synced 2025-09-24 19:46:01 +07:00
bcm2835-driver: remove bcm2835-threshold.service
Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
@@ -78,7 +78,6 @@ makeinstall_target() {
|
||||
}
|
||||
|
||||
post_install() {
|
||||
enable_service bcm2835-threshold.service
|
||||
enable_service fbset.service
|
||||
enable_service unbind-console.service
|
||||
}
|
||||
|
||||
@@ -1,11 +0,0 @@
|
||||
[Unit]
|
||||
Description=Set onedemand threshold
|
||||
|
||||
ConditionPathExists=/sys/devices/system/cpu/cpufreq/ondemand/up_threshold
|
||||
|
||||
[Service]
|
||||
Type=oneshot
|
||||
ExecStart=/bin/sh -c 'echo 50 > /sys/devices/system/cpu/cpufreq/ondemand/up_threshold'
|
||||
|
||||
[Install]
|
||||
WantedBy=basic.target
|
||||
Reference in New Issue
Block a user