linux/modules/fs: Fix missing vfat dependencies
authorDaniel Dickinson <lede@cshore.thecshore.com>
Thu, 29 Sep 2016 08:15:46 +0000 (04:15 -0400)
committerJohn Crispin <john@phrozen.org>
Tue, 4 Oct 2016 09:50:48 +0000 (11:50 +0200)
vfat filesystem fails to mount due to missing codepages with
factory-formatted flash drives.  Depend on cp437 iso8559-1 and
utf8 nls modules as this covers most factory-formatted vfat
filesystems.

Signed-off-by: Daniel Dickinson <lede@cshore.thecshore.com>

No differences found