core-image-minimal-initramfs: append the image to install charset deps for the vfat kernel modul

This commit is contained in:
Henning Heinold 2014-04-01 19:01:04 +02:00 committed by Henning
parent 4433c53b76
commit 45929766a9
1 changed files with 2 additions and 0 deletions

View File

@ -0,0 +1,2 @@
# add needed modules for vfat
IMAGE_INSTALL_append = " kernel-module-nls-iso8859-1 kernel-module-nls-cp437 "