Skip to content

Prebuilt images (rolling)

Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 28 Apr 07:22
· 24 commits to master since this release
e58260f

Rolling prerelease of the Linux kernel and BusyBox rootfs
consumed by mk/external.mk. Re-published whenever any
input that defines the kernel/rootfs content changes.

Update mk/external.mk

Paste these three lines into mk/external.mk to pin a fresh
make checkout to this build. PREBUILT_INPUTS_SHA1 is what
local checkouts compare against to detect when their configs
have drifted from the prebuilt.

KERNEL_DATA_SHA1     = 53c496eed7e5065bc5178c9a7ebc81d6859625d7
INITRD_DATA_SHA1     = 79d0a26b374b14797a3f6d4aa5ddcaa5cec46af9
PREBUILT_INPUTS_SHA1 = a29843e121ee2c5b7a056977ccdb593c5a35d78b

Raw checksums

53c496eed7e5065bc5178c9a7ebc81d6859625d7  bzImage.bz2
79d0a26b374b14797a3f6d4aa5ddcaa5cec46af9  rootfs.cpio.bz2
a29843e121ee2c5b7a056977ccdb593c5a35d78b  inputs (configs + target/rc-startup + stripped mk/external.mk)