X-Git-Url: http://git.rohieb.name/openwrt.git/blobdiff_plain/d544567329880a9c8c667300a17285670d59c3ff..33241d20314d929c19f9d7c3765a7971d10c9262:/Config.in diff --git a/Config.in b/Config.in index a63432807..61d87a0a1 100644 --- a/Config.in +++ b/Config.in @@ -140,12 +140,12 @@ menu "Global build settings" In case software provides optional support for patented functionality, this optional support will get disabled for this package. - config LARGEFILE - bool - prompt "Enable large file (files > 2 GB) support" - default y + config BUILD_NLS + default n + bool "Compile with full language support" help - Enable large file (files > 2 GB) support. + When this option is enabled, packages are built with the full versions of iconv and GNU gettext + instead of the default OpenWrt stubs. config SHADOW_PASSWORDS bool @@ -223,6 +223,14 @@ menu "Global build settings" over the serial console in early boot. Enable this to debug early boot problems. + config KERNEL_AIO + bool "Compile the kernel with asynchronous IO support" + default n + + config KERNEL_MAGIC_SYSRQ + bool "Compile the kernel with SysRq support" + default n + comment "Package build options" config DEBUG