summaryrefslogtreecommitdiffstats
path: root/core/modules/network-online-slx-targets/module.build
diff options
context:
space:
mode:
authorJonathan Bauer2018-04-09 17:39:40 +0200
committerJonathan Bauer2018-04-09 17:39:40 +0200
commit7b0bf2a304c6a174ff709ba3f4bd71d807e1e877 (patch)
tree5ff8604141e3515fc91a8ab00b40e3a9ce3d15c4 /core/modules/network-online-slx-targets/module.build
parent[smartctl] add /opt/openslx/* to PATH (diff)
downloadmltk-7b0bf2a304c6a174ff709ba3f4bd71d807e1e877.tar.gz
mltk-7b0bf2a304c6a174ff709ba3f4bd71d807e1e877.tar.xz
mltk-7b0bf2a304c6a174ff709ba3f4bd71d807e1e877.zip
new module for special slx network targets
Diffstat (limited to 'core/modules/network-online-slx-targets/module.build')
-rw-r--r--core/modules/network-online-slx-targets/module.build12
1 files changed, 12 insertions, 0 deletions
diff --git a/core/modules/network-online-slx-targets/module.build b/core/modules/network-online-slx-targets/module.build
new file mode 100644
index 00000000..241bcd5e
--- /dev/null
+++ b/core/modules/network-online-slx-targets/module.build
@@ -0,0 +1,12 @@
+#!/bin/bash
+fetch_source() {
+ :
+}
+
+build() {
+ pinfo "Static module, nothing to build."
+}
+
+post_copy() {
+ :
+}