bcm2835-driver: remove bcm2835-threshold.service

Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
Stephan Raue 2013-09-24 20:20:48 +02:00
parent ae394df5f7
commit c132ff6280
2 changed files with 0 additions and 12 deletions

View File

@ -78,7 +78,6 @@ makeinstall_target() {
} }
post_install() { post_install() {
enable_service bcm2835-threshold.service
enable_service fbset.service enable_service fbset.service
enable_service unbind-console.service enable_service unbind-console.service
} }

View File

@ -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