diff options
-rw-r--r-- | images/NEWS | 2 | ||||
-rw-r--r-- | kernel/list_modules.pm | 2 |
2 files changed, 3 insertions, 1 deletions
diff --git a/images/NEWS b/images/NEWS index 7726b1651..b9d9807ab 100644 --- a/images/NEWS +++ b/images/NEWS @@ -1,3 +1,5 @@ +- include virtio_rng + Version 2.16 - 28 January 2015 by Thierry Vignaud - sync with kernel-3.19 diff --git a/kernel/list_modules.pm b/kernel/list_modules.pm index 2fccc087d..5780c414b 100644 --- a/kernel/list_modules.pm +++ b/kernel/list_modules.pm @@ -300,7 +300,7 @@ our %l = ( qw(wdt_pci i810-tco sx), #- what are these??? ], crypto => [ - qw(aes-i586 aes-x86_64 aes_generic aesni_intel amd768_rng amd7xx_tco cbc cryptd hw_random i810_rng leedslite padlock sha256_generic xts), + qw(aes-i586 aes-x86_64 aes_generic aesni_intel amd768_rng amd7xx_tco cbc cryptd hw_random i810_rng leedslite padlock sha256_generic virtio_rng xts), ], laptop => [ qw(i8k sonypi toshiba), |