mirror of
https://github.com/linuxboot/linuxboot
synced 2024-11-21 15:50:58 +00:00
busybox configuration
This commit is contained in:
parent
00559def5d
commit
0ffa65d2f2
1
Makefile
1
Makefile
@ -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
11
modules/busybox
Normal 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
|
||||
|
Loading…
Reference in New Issue
Block a user