c720: drop kernel notes for unsupported kernel versions

This commit is contained in:
Yegor Timoshenko 2017-12-24 11:50:06 +00:00
parent fc9b7ae002
commit 097d47e3f8
No known key found for this signature in database
GPG Key ID: C34BF9DCC9DF8210
1 changed files with 1 additions and 10 deletions

View File

@ -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";
};
}
{}