beagleboard / linux

The official Read Only BeagleBoard and BeagleBone kernel repository https://git.beagleboard.org/beagleboard/linux
http://beagleboard.org/source
Other
716 stars 566 forks source link

defconfig builds in VFAT etc. fs support, but the default codepage is built as a module #171

Closed tim-seoss closed 6 years ago

tim-seoss commented 6 years ago

I think the defconfig compiles FAT filesystem support into the kernel, but it can't be used without a codepage, and the defconfig builds all of those as modules (e.g. kernel/fs/nls/nls_cp437.ko )

Make the FAT filesystems or a module too, or also build in the default code page?

tim-seoss commented 6 years ago

The codepage requirement may be an artifact of the mount command which is available in the initramfs. Closing for now, will reopen if that's not the case. Sorry for the noise.