diff options
| author | Jonathan Bauer | 2021-07-09 18:00:06 +0200 |
|---|---|---|
| committer | Jonathan Bauer | 2021-07-09 18:00:06 +0200 |
| commit | 63a699c764cdd4bfef787e37b3d0866cab7715a2 (patch) | |
| tree | 965788a089494d9e6a8aa5fbc0b7155a7f7a0a82 /core/modules | |
| parent | [debug-report-bwlp] Copy .mltk metadata (diff) | |
| download | mltk-63a699c764cdd4bfef787e37b3d0866cab7715a2.tar.gz mltk-63a699c764cdd4bfef787e37b3d0866cab7715a2.tar.xz mltk-63a699c764cdd4bfef787e37b3d0866cab7715a2.zip | |
[zram-swap] make it an actual module :)
Diffstat (limited to 'core/modules')
| -rw-r--r-- | core/modules/zram-swap/module.build | 13 | ||||
| -rw-r--r-- | core/modules/zram-swap/module.conf | 2 |
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="" |
