X-Git-Url: http://git.rohieb.name/openwrt.git/blobdiff_plain/c993669cc48bbb91e9561f1cdcf3c91292d8a9aa..fc2b3ea6b43c7b7c5b8d89a26252fa9cfc2be6d7:/Config.in diff --git a/Config.in b/Config.in index b04c65a71..e07d803eb 100644 --- a/Config.in +++ b/Config.in @@ -25,6 +25,7 @@ menu "Target Images" depends TARGET_ROOTFS_INITRAMFS depends !LINUX_2_6_25 default TARGET_INITRAMFS_COMPRESSION_LZMA if TARGET_ar71xx + default TARGET_INITRAMFS_COMPRESSION_LZMA if TARGET_ramips default TARGET_INITRAMFS_COMPRESSION_NONE help Select ramdisk compression. @@ -59,17 +60,15 @@ menu "Target Images" help Build a squashfs-lzma root filesystem - config TARGET_ROOTFS_TGZ - bool "tgz" - default y if USES_TGZ - depends !TARGET_ROOTFS_INITRAMFS + config TARGET_ROOTFS_TARGZ + bool "tar.gz" + default y if USES_TARGZ help Build a compressed tar archive of the the root filesystem config TARGET_ROOTFS_CPIOGZ - bool "cpiogz" + bool "cpio.gz" default y if USES_CPIOGZ - depends !TARGET_ROOTFS_INITRAMFS help Build a compressed cpio archive of the the root filesystem @@ -169,9 +168,16 @@ choice depends !USE_EGLIBC help This will install binaries stripped using sstrip - endchoice +config BUILD_PATENTED + default y + bool "Compile with support for patented functionality" + help + When this option is disabled, software which provides patented functionality will not be built. + In case software provides optional support for patented functionality, + this optional support will get disabled for this package. + config STRIP_ARGS string prompt "Strip arguments"