busybox configuration

This commit is contained in:
Trammell Hudson 2016-08-02 19:29:33 -04:00
parent 00559def5d
commit 0ffa65d2f2
Failed to extract signature
2 changed files with 12 additions and 0 deletions

View File

@ -10,6 +10,7 @@ include modules/qrencode
include modules/kexec
include modules/tpmtotp
include modules/mbedtls
include modules/busybox
all: $(modules)

11
modules/busybox Normal file
View File

@ -0,0 +1,11 @@
modules += busybox
busybox_version := 1.25.0
busybox_dir := busybox-$(busybox_version)
busybox_tar := busybox-$(busybox_version).tar.bz2
busybox_url := https://busybox.net/downloads/$(busybox_tar)
busybox_hash := 5a0fe06885ee1b805fb459ab6aaa023fe4f2eccee4fb8c0fd9a6c17c0daca2fc
busybox_configure := make oldconfig
busybox_output := busybox