summaryrefslogtreecommitdiffstats
path: root/acer
diff options
context:
space:
mode:
authorYegor Timoshenko <yegortimoshenko@gmail.com>2017-12-24 11:50:06 +0000
committerYegor Timoshenko <yegortimoshenko@gmail.com>2017-12-24 11:50:06 +0000
commit097d47e3f80f3a24462669a05696065128773bdb (patch)
tree1f64e004caf007ac60255a9f8d548d6690aab9c5 /acer
parentfc9b7ae0024066130c9cc3b699e8b103e7c21d62 (diff)
c720: drop kernel notes for unsupported kernel versions
Diffstat (limited to 'acer')
-rw-r--r--acer/c720/default.nix11
1 files changed, 1 insertions, 10 deletions
diff --git a/acer/c720/default.nix b/acer/c720/default.nix
index 4836089..0967ef4 100644
--- a/acer/c720/default.nix
+++ b/acer/c720/default.nix
@@ -1,10 +1 @@
-{ lib, ... }:
-with lib;
-{
- imports = singleton ../lib/kernerl-version.nix;
-
- kernelAtleast = singleton
- { version = "3.18";
- msg = "Cypress APA touchpad supported added in Linux-3.17-rc1";
- };
-}
+{}