mirror of
https://github.com/openwrt/openwrt.git
synced 2024-12-20 14:13:16 +00:00
linux/modules/fs: Fix missing vfat dependencies
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>
This commit is contained in:
parent
1fff7f2dbc
commit
d0f17fe682
@ -463,7 +463,7 @@ define KernelPackage/fs-vfat
|
|||||||
$(LINUX_DIR)/fs/fat/fat.ko \
|
$(LINUX_DIR)/fs/fat/fat.ko \
|
||||||
$(LINUX_DIR)/fs/fat/vfat.ko
|
$(LINUX_DIR)/fs/fat/vfat.ko
|
||||||
AUTOLOAD:=$(call AutoLoad,30,fat vfat)
|
AUTOLOAD:=$(call AutoLoad,30,fat vfat)
|
||||||
$(call AddDepends/nls)
|
$(call AddDepends/nls,cp437 iso8859-1 utf8)
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define KernelPackage/fs-vfat/description
|
define KernelPackage/fs-vfat/description
|
||||||
|
Loading…
Reference in New Issue
Block a user