From 5a4e70d3d93c8650be70d814b3407473431b04c0 Mon Sep 17 00:00:00 2001 From: wbx Date: Mon, 3 Oct 2005 00:24:03 +0000 Subject: add nls support modules git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@2037 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- target/linux/Config.in | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) (limited to 'target/linux/Config.in') diff --git a/target/linux/Config.in b/target/linux/Config.in index 402c1573f1..0f9a0a27bb 100644 --- a/target/linux/Config.in +++ b/target/linux/Config.in @@ -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 -- cgit v1.2.3