Remove sources for kernel-tools
The userspace tools were split out into kernel-tools last year. Remove their sources too. Signed-off-by: Paul Bolle <pebolle@tiscali.nl>
This commit is contained in:
parent
980b5751f7
commit
73cf59ae2c
@ -1,3 +0,0 @@
|
|||||||
# See 'cpupower help' and cpupower(1) for more info
|
|
||||||
CPUPOWER_START_OPTS="frequency-set -g performance"
|
|
||||||
CPUPOWER_STOP_OPTS="frequency-set -g ondemand"
|
|
@ -1,13 +0,0 @@
|
|||||||
[Unit]
|
|
||||||
Description=Configure CPU power related settings
|
|
||||||
After=syslog.target
|
|
||||||
|
|
||||||
[Service]
|
|
||||||
Type=oneshot
|
|
||||||
RemainAfterExit=yes
|
|
||||||
EnvironmentFile=/etc/sysconfig/cpupower
|
|
||||||
ExecStart=/usr/bin/cpupower $CPUPOWER_START_OPTS
|
|
||||||
ExecStop=/usr/bin/cpupower $CPUPOWER_STOP_OPTS
|
|
||||||
|
|
||||||
[Install]
|
|
||||||
WantedBy=multi-user.target
|
|
@ -464,10 +464,6 @@ Source43: generate_bls_conf.sh
|
|||||||
# added for those wanting to do custom rebuilds with altered config opts.
|
# added for those wanting to do custom rebuilds with altered config opts.
|
||||||
Source1000: kernel-local
|
Source1000: kernel-local
|
||||||
|
|
||||||
# Sources for kernel-tools
|
|
||||||
Source2000: cpupower.service
|
|
||||||
Source2001: cpupower.config
|
|
||||||
|
|
||||||
# Here should be only the patches up to the upstream canonical Linus tree.
|
# Here should be only the patches up to the upstream canonical Linus tree.
|
||||||
|
|
||||||
# For a stable release kernel
|
# For a stable release kernel
|
||||||
|
Loading…
Reference in New Issue
Block a user