summaryrefslogtreecommitdiff
path: root/pkg/linux-headers
AgeCommit message (Collapse)Author
2020-08-04linux-headers: Update to 5.8Michael Forney
2020-06-23linux-headers: Guard inclusion of linux/sysinfo.h from linux/kernel.h by ↵Michael Forney
__GLIBC__ This fixes build issues with musl in qemu.
2020-06-02linux-headers: Update to 5.7Michael Forney
2020-05-08Detect sha256 tool automaticallyMichael Forney
2020-05-08Detect decompression tool automaticallyMichael Forney
This fixes cross-compilation from macOS, whose bsdtar does support xz through liblzma, but does not have xz(1).
2020-04-19Address some shellcheck warningsMichael Forney
2020-04-15Use main compression tool instead of *cat variantsMichael Forney
2020-04-15linux-headers: Fix portability issue in sed scriptMichael Forney
2020-04-15Allow overriding sha256 command through SHA256SUMMichael Forney
This way, oasis can be bootstrapped on other operating systems by setting SHA256SUM='shasum -a 256'.
2020-03-30linux-headers: Update to 5.6Michael Forney
2020-02-20linux-headers: Remove obsolete headersMichael Forney
These went unnoticed due to a bug in sbase sed.
2020-02-20linux-headers: Only use inline asm on GNU-compatible C compilersMichael Forney
2020-02-20Add linux-headers 5.5.3Michael Forney