linux-hardened: Remove dependency on legacy block device autoloading
This commit is contained in:
parent
6ce29fc4e5
commit
dbcf2bdbfa
1 changed files with 2 additions and 0 deletions
|
@ -139,6 +139,8 @@ in stdenv.mkDerivation (finalAttrs: {
|
|||
|
||||
postPatch = ''
|
||||
patchShebangs scripts/
|
||||
|
||||
sed -i '/select BLOCK_LEGACY_AUTOLOAD/d' drivers/md/Kconfig
|
||||
'';
|
||||
|
||||
preConfigure = ''
|
||||
|
|
Loading…
Reference in a new issue