mirror of
https://github.com/NixOS/nixos-hardware.git
synced 2025-11-05 01:37:24 +08:00
Rename dell/e7240 to dell/latitude/e7240
This commit is contained in:
committed by
mergify[bot]
parent
55e9685ec6
commit
d58f642ddb
@@ -1,8 +0,0 @@
|
||||
On some kernel versions user ashgillman has experiences suspend issues
|
||||
(see https://bugzilla.redhat.com/show_bug.cgi?id=1597481).
|
||||
|
||||
Try:
|
||||
|
||||
```nix
|
||||
boot.kernelPackages = pkgs.linuxPackages_4_14;
|
||||
```
|
||||
@@ -1,6 +1,13 @@
|
||||
{
|
||||
imports = [
|
||||
../../common/cpu/intel
|
||||
../../common/pc/laptop
|
||||
../latitude/e7240/default.nix
|
||||
];
|
||||
|
||||
warnings = [
|
||||
''
|
||||
DEPRECATED: Importing dell/e7240 is deprecated. Use dell/latitude/e7240 instead.
|
||||
|
||||
This module will be removed in a future release.
|
||||
''
|
||||
];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user