summaryrefslogtreecommitdiffstats
path: root/core/modules
diff options
context:
space:
mode:
Diffstat (limited to 'core/modules')
-rw-r--r--core/modules/zram-swap/module.build13
-rw-r--r--core/modules/zram-swap/module.conf2
2 files changed, 15 insertions, 0 deletions
diff --git a/core/modules/zram-swap/module.build b/core/modules/zram-swap/module.build
new file mode 100644
index 00000000..3c6eb632
--- /dev/null
+++ b/core/modules/zram-swap/module.build
@@ -0,0 +1,13 @@
+#!/bin/bash
+fetch_source() {
+ :
+}
+
+build() {
+ :
+}
+
+post_copy() {
+ :
+}
+
diff --git a/core/modules/zram-swap/module.conf b/core/modules/zram-swap/module.conf
new file mode 100644
index 00000000..21b80388
--- /dev/null
+++ b/core/modules/zram-swap/module.conf
@@ -0,0 +1,2 @@
+#!/bin/bash
+REQUIRED_MODULES=""