summaryrefslogtreecommitdiffstats
path: root/builder/modules.d/slx-tools
diff options
context:
space:
mode:
authorJonathan Bauer2019-07-23 17:55:01 +0200
committerJonathan Bauer2019-07-23 17:55:01 +0200
commit5120753bc7803314be68abf9ede79767879e9bc3 (patch)
treef91b1b48c5e07d5b6240525c645be37b1a7124f8 /builder/modules.d/slx-tools
parent[slx-splash] fix splash kcl param detection (diff)
downloadsystemd-init-5120753bc7803314be68abf9ede79767879e9bc3.tar.gz
systemd-init-5120753bc7803314be68abf9ede79767879e9bc3.tar.xz
systemd-init-5120753bc7803314be68abf9ede79767879e9bc3.zip
[slx-tools] add dep on busybox
Diffstat (limited to 'builder/modules.d/slx-tools')
-rw-r--r--builder/modules.d/slx-tools/module-setup.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/builder/modules.d/slx-tools/module-setup.sh b/builder/modules.d/slx-tools/module-setup.sh
index 344bd550..56adde5d 100644
--- a/builder/modules.d/slx-tools/module-setup.sh
+++ b/builder/modules.d/slx-tools/module-setup.sh
@@ -18,7 +18,7 @@ check() {
}
depends() {
- :
+ echo "busybox"
}
install() {