1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2025-04-21 12:27:27 +03:00

add nls support modules

git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@2037 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
wbx
2005-10-03 00:24:03 +00:00
parent fce3ee15dd
commit 5a4e70d3d9
7 changed files with 78 additions and 1 deletions

View File

@@ -252,6 +252,8 @@ config BR2_PACKAGE_KMOD_IDE
config BR2_PACKAGE_KMOD_VFAT
tristate "VFAT filesystem support"
default m
depends on BR2_PACKAGE_KMOD_NLS_BASE
depends on BR2_PACKAGE_KMOD_NLS_CP437 || BR2_PACKAGE_KMOD_NLS_CP850
help
Kernel modules for VFAT filesystem support
useful for usb mass storage devices
@@ -360,6 +362,36 @@ config BR2_PACKAGE_KMOD_SCHED
help
Kernel schedulers for IP traffic
config BR2_PACKAGE_KMOD_NLS_BASE
tristate "basic native language support for filesystems"
default m
help
Kernel native language support
config BR2_PACKAGE_KMOD_NLS_CP437
tristate "code page 437"
default m
help
Kernel native language support
config BR2_PACKAGE_KMOD_NLS_CP850
tristate "code page 850"
default m
help
Kernel native language support
config BR2_PACKAGE_KMOD_NLS_UTF8
tristate "utf8"
default m
help
Kernel native language support
config BR2_PACKAGE_KMOD_NLS_IS08859_1
tristate "iso8859-1"
default m
help
Kernel native language support
config BR2_PACKAGE_KMOD_VIDEODEV
tristate "Video (For Linux) kernel support"
default m