Skip to content

Commit 0ffa65d

Browse files
committed
busybox configuration
1 parent 00559de commit 0ffa65d

2 files changed

Lines changed: 12 additions & 0 deletions

File tree

Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ include modules/qrencode
1010
include modules/kexec
1111
include modules/tpmtotp
1212
include modules/mbedtls
13+
include modules/busybox
1314

1415
all: $(modules)
1516

modules/busybox

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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
10+
busybox_output := busybox
11+

0 commit comments

Comments
 (0)