summaryrefslogtreecommitdiffstats
path: root/Config.in
diff options
context:
space:
mode:
authorNicolas Thill <nico@openwrt.org>2010-04-28 14:47:43 +0000
committerNicolas Thill <nico@openwrt.org>2010-04-28 14:47:43 +0000
commitb3b591c000acb7d9b7135b3fc8ac730e42b20832 (patch)
tree72e7c4e8e50c4d05eec1789a2b9525c950008481 /Config.in
parent7992df37218c014ba57d454f1704a27438fbf3b9 (diff)
downloadmaster-31e0f0ae-b3b591c000acb7d9b7135b3fc8ac730e42b20832.tar.gz
master-31e0f0ae-b3b591c000acb7d9b7135b3fc8ac730e42b20832.tar.bz2
master-31e0f0ae-b3b591c000acb7d9b7135b3fc8ac730e42b20832.zip
buildsystem: rename tgz/TGZ "feature" and matching options to targz/TARGZ
SVN-Revision: 21238
Diffstat (limited to 'Config.in')
-rw-r--r--Config.in8
1 files changed, 4 insertions, 4 deletions
diff --git a/Config.in b/Config.in
index 4746ba4185..e07d803ebd 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