buildsystem: rename tgz/TGZ "feature" and matching options to targz/TARGZ
[openwrt.git] / Config.in
index b04c65a..e07d803 100644 (file)
--- 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"
This page took 0.03088 seconds and 4 git commands to generate.