summaryrefslogtreecommitdiffstats
path: root/remote/modules/cpugovernor/module.build
diff options
context:
space:
mode:
authorJonathan Bauer2014-11-17 17:47:16 +0100
committerJonathan Bauer2014-11-17 17:47:16 +0100
commit9ef02255661d25d3f147abcbd48cd00eb5be2c51 (patch)
tree807de52fd90af90fd0873fa19452bff8c7bd297c /remote/modules/cpugovernor/module.build
parent[mltk] added centos help msg support (diff)
downloadtm-scripts-9ef02255661d25d3f147abcbd48cd00eb5be2c51.tar.gz
tm-scripts-9ef02255661d25d3f147abcbd48cd00eb5be2c51.tar.xz
tm-scripts-9ef02255661d25d3f147abcbd48cd00eb5be2c51.zip
[cpu-governor] new module to set the cpu governor of clients
default: ondemand if you want something else, use the SLX config variable SLX_GOVERNOR
Diffstat (limited to 'remote/modules/cpugovernor/module.build')
-rw-r--r--remote/modules/cpugovernor/module.build11
1 files changed, 11 insertions, 0 deletions
diff --git a/remote/modules/cpugovernor/module.build b/remote/modules/cpugovernor/module.build
new file mode 100644
index 00000000..97e93235
--- /dev/null
+++ b/remote/modules/cpugovernor/module.build
@@ -0,0 +1,11 @@
+fetch_source() {
+ :
+}
+
+build() {
+ :
+}
+
+post_copy() {
+ :
+}