summaryrefslogtreecommitdiff
path: root/make
diff options
context:
space:
mode:
Diffstat (limited to 'make')
-rwxr-xr-xmake5
1 files changed, 3 insertions, 2 deletions
diff --git a/make b/make
index 58d6152..ad7443a 100755
--- a/make
+++ b/make
@@ -18,9 +18,10 @@ gen_cpio_list() {
tr ' ' '\n' < modules.dep | sed -e "s/://;s:.*:file /lib/modules/$KERNVER/& /lib/modules/$KERNVER/& 0644 0 0:"
# commands
- gen_cmd e2fsck
- gen_cmd dropbear
+ gen_cmd busybox
gen_cmd cryptsetup
+ gen_cmd dropbear
+ gen_cmd e2fsck
# cryptsetup needs libgcc_s.so.1 for pthread_cancel
ldconfig -p | awk '$1 == "libgcc_s.so.1" && $2 ~ /x86-64/ { print "file /lib64/" $1 " " $4 " 0755 0 0" }'