aboutsummaryrefslogtreecommitdiffstats
path: root/main/linux-hardened/config-hardened.armhf
Commit message (Collapse)AuthorAgeFilesLines
* main/linux-hardened: fix build on armhfNatanael Copa2017-11-211-1/+2
|
* main/linux-* and main/squashfs-tools: normalize squashfs compression optionsJack Schmidt2017-11-201-1/+1
| | | | | | | | | | | | | | | | | | This commit brings kernel and userspace into agreement about squashfs compression algorithms: zlib, xz, lzo, and lz4 (except on S/390 and PPC64LE). Some kernels has LZO, some had LZ4, some had both. Userspace had LZO, but not LZ4. XZ and LZO were added to squashfs-tools in commit 151deb4c2fe91078c30c588de3fe9e411849a52f Most compression options were added to kernels through default configs: * LZO had been enabled in RPI, RPI2, S/390, PPC64le, and squashfs-tools. * LZ4 had been enabled in x86, x86_64, aarch64, armhf, rpi, rpi2. Default linux kernel config does not currently include LZ4 for S/390 or PPC64le, so I did not change their config. XZ and ZLIB are in everything.
* main/linux-hardened: upgrade to 4.9.54Natanael Copa2017-10-091-1/+2
|
* main/linux-grsec: rename to linux-hardened (no functional change, just to ↵William Pitcock2017-04-271-0/+6801
allow us to orphan linux-grsec)