mirror of
https://github.com/linuxboot/heads.git
synced 2024-12-19 04:57:55 +00:00
4fbd6ca58b
This touches most of the module configurations since the coreboot build process had to add a few new features. The Linux kernel could make use of it as well if we need separate x230/chell/qemu kernels, for instance.
13 lines
376 B
Plaintext
13 lines
376 B
Plaintext
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_config := busybox.config
|
|
busybox_output := busybox
|
|
|