We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 00559de commit 0ffa65dCopy full SHA for 0ffa65d
2 files changed
Makefile
@@ -10,6 +10,7 @@ include modules/qrencode
10
include modules/kexec
11
include modules/tpmtotp
12
include modules/mbedtls
13
+include modules/busybox
14
15
all: $(modules)
16
modules/busybox
@@ -0,0 +1,11 @@
1
+modules += busybox
2
+
3
+busybox_version := 1.25.0
4
+busybox_dir := busybox-$(busybox_version)
5
+busybox_tar := busybox-$(busybox_version).tar.bz2
6
+busybox_url := https://busybox.net/downloads/$(busybox_tar)
7
+busybox_hash := 5a0fe06885ee1b805fb459ab6aaa023fe4f2eccee4fb8c0fd9a6c17c0daca2fc
8
9
+busybox_configure := make oldconfig
+busybox_output := busybox
0 commit comments