From fc2b3ea6b43c7b7c5b8d89a26252fa9cfc2be6d7 Mon Sep 17 00:00:00 2001 From: nico Date: Wed, 28 Apr 2010 14:47:43 +0000 Subject: buildsystem: rename tgz/TGZ "feature" and matching options to targz/TARGZ git-svn-id: svn://svn.openwrt.org/openwrt/trunk@21238 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- Config.in | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'Config.in') diff --git a/Config.in b/Config.in index 4746ba418..e07d803eb 100644 --- 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 -- cgit v1.2.3