aboutsummaryrefslogtreecommitdiffstats
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
commit8b1974bdad2ecacb20b401d19a4c671038e39f3f (patch)
tree509d55ccca9eee74c137f73affe1416f7587977c /Config.in
parentf696b88feb41322ac86b462446b3f1ed476ac218 (diff)
downloadmaster-187ad058-8b1974bdad2ecacb20b401d19a4c671038e39f3f.tar.gz
master-187ad058-8b1974bdad2ecacb20b401d19a4c671038e39f3f.tar.bz2
master-187ad058-8b1974bdad2ecacb20b401d19a4c671038e39f3f.zip
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
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