X-Git-Url: https://git.rohieb.name/openwrt.git/blobdiff_plain/825f13453e93966869523de3837c96b2f15cbacf..3b329ec7b5c182f2b66e86a855b633c4b97ee5f1:/Config.in diff --git a/Config.in b/Config.in index f3db905f2..c9ef24a63 100644 --- a/Config.in +++ b/Config.in @@ -43,6 +43,10 @@ menu "Target Images" config TARGET_INITRAMFS_COMPRESSION_LZO bool "lzo" + + config TARGET_INITRAMFS_COMPRESSION_XZ + bool "xz" + depends LINUX_2_6_38 endchoice comment "Root filesystem archives" @@ -136,13 +140,6 @@ 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 - help - Enable large file (files > 2 GB) support. - config SHADOW_PASSWORDS bool prompt "Enable shadow password support"