mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-08-02 23:47:49 +00:00
bcm2835-driver: remove bcm2835-threshold.service
Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
parent
ae394df5f7
commit
c132ff6280
@ -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
|
Loading…
x
Reference in New Issue
Block a user