diff options
-rw-r--r-- | kernel/list_modules.pm | 2 | ||||
-rw-r--r-- | perl-install/install/NEWS | 2 |
2 files changed, 3 insertions, 1 deletions
diff --git a/kernel/list_modules.pm b/kernel/list_modules.pm index 357b9be3f..112bccc57 100644 --- a/kernel/list_modules.pm +++ b/kernel/list_modules.pm @@ -207,7 +207,7 @@ our %l = ( if_(arch() =~ /^ppc/, qw(hfs)), qw(btrfs ext3 ext4 jfs nilfs2 ntfs reiserfs vfat xfs), ], - various => [ qw(romfs ufs unionfs) ], + various => [ qw(romfs ufs unionfs fuse) ], }, diff --git a/perl-install/install/NEWS b/perl-install/install/NEWS index 2e9ec934a..03ca4dfea 100644 --- a/perl-install/install/NEWS +++ b/perl-install/install/NEWS @@ -1,3 +1,5 @@ +- include "fuse" module (mga#5685) + Version 14.21 - 11 May 2012 - export res_init function to perl lib |