udeb: Move nls_utf8 from fat-modules to kernel-image

Many other filesystems need it but vfat no longer does.  It calls
built-in UTF-8 functions directly, while nominally using nls_ascii
as its I/O charset.
This commit is contained in:
Ben Hutchings 2016-10-02 02:19:16 +01:00
parent b324a81a22
commit ac65dbd50d
3 changed files with 4 additions and 2 deletions

2
debian/changelog vendored
View File

@ -6,6 +6,8 @@ linux (4.7.5-2) UNRELEASED; urgency=medium
* linux-image: Exclude vmlinux from stripping by dh_strip (fixes FTBFS
on hppa)
* udeb: Fold core-modules into kernel-image
* udeb: Move nls_utf8 from fat-modules to kernel-image, as many other
filesystems need it but vfat no longer does
[ Cyril Brulebois ]
* Add nls_ascii to the fat-modules udeb, following the change of

View File

@ -2,7 +2,5 @@ fat ?
vfat
# the default codepage for fat (as of 2.6.8)
nls_cp437 ?
# the default i/o character set for fat (as of 2.6.25)
nls_utf8 ?
# the default i/o character set for fat (as of 4.7.2-1)
nls_ascii ?

View File

@ -2,3 +2,5 @@ bitrev ?
eeprom_93cx6 ?
led-class ?
mbcache
# Default I/O charset for most filesystems that do character conversion
nls_utf8