X-Git-Url: https://git.rohieb.name/openwrt.git/blobdiff_plain/b41c5453c17d997f5ca116374267f1552234ef06..73d4408303f245cbc6a1d4f11446ba49d97e3c39:/openwrt/target/linux/Config.in diff --git a/openwrt/target/linux/Config.in b/openwrt/target/linux/Config.in index 402c1573f..f59ba787a 100644 --- a/openwrt/target/linux/Config.in +++ b/openwrt/target/linux/Config.in @@ -1,6 +1,6 @@ config BR2_LINUX_2_4 - bool "Linux 2.4" + bool "Linux 2.4 (choose only one target board)" default y config BR2_LINUX_2_4_BRCM @@ -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