diff options
author | Thomas Backlund <tmb@mageia.org> | 2019-06-17 19:35:36 +0300 |
---|---|---|
committer | Thomas Backlund <tmb@mageia.org> | 2019-06-17 19:35:36 +0300 |
commit | b552f25f23c96cf8fc5042a267911d3f37beb009 (patch) | |
tree | 95dffdd0d161cef8668d7d5a42d310446b3a2acf | |
parent | 07b427509496cbd0b3e4b05dd81b7aef55981391 (diff) | |
download | drakx-b552f25f23c96cf8fc5042a267911d3f37beb009.tar drakx-b552f25f23c96cf8fc5042a267911d3f37beb009.tar.gz drakx-b552f25f23c96cf8fc5042a267911d3f37beb009.tar.bz2 drakx-b552f25f23c96cf8fc5042a267911d3f37beb009.tar.xz drakx-b552f25f23c96cf8fc5042a267911d3f37beb009.zip |
correct kernel version checked
-rw-r--r-- | perl-install/list_firmwares.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/list_firmwares.pm b/perl-install/list_firmwares.pm index d0322459d..6a4ac1547 100644 --- a/perl-install/list_firmwares.pm +++ b/perl-install/list_firmwares.pm @@ -1,4 +1,4 @@ -# generated using kernel-desktop-5.1.9-1.mga7 +# generated using kernel-desktop-5.1.10-3.mga7 # This list is autogenerated ; Do NOT alter manually. package list_firmwares; |