1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-26 15:41:40 +00:00

Turning off PAE support which makes kernel unbootable on older hardware causes CRASH_DUMP option to

disappear, so make it optional.
This commit is contained in:
Evgeny Egorochkin 2013-08-12 05:30:10 +03:00
parent 91358d6529
commit 339e1d94c6

View file

@ -186,7 +186,7 @@ with stdenv.lib;
BT_HCIUART_H4 y # UART (H4) protocol support
BT_HCIUART_LL y
BT_RFCOMM_TTY? y # RFCOMM TTY support
CRASH_DUMP n
CRASH_DUMP? n
${optionalString (versionOlder version "3.1") ''
DMAR? n # experimental
''}