buildsystem: rename tgz/TGZ "feature" and matching options to targz/TARGZ
[openwrt.git] / Config.in
index 4746ba418599e06c7b4d552e3bfd4387336c4cdf..e07d803ebdadd8da49948a9d62fe4f0bfc460ab5 100644 (file)
--- a/Config.in
+++ b/Config.in
@@ -60,14 +60,14 @@ menu "Target Images"
                help
                  Build a squashfs-lzma root filesystem
 
-       config TARGET_ROOTFS_TGZ
-               bool "tgz"
-               default y if USES_TGZ
+       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
                help
                  Build a compressed cpio archive of the the root filesystem