summaryrefslogtreecommitdiffstats
path: root/Config.in
diff options
context:
space:
mode:
authornico <nico@3c298f89-4303-0410-b956-a3cf2f4a3e73>2010-04-28 14:47:43 +0000
committernico <nico@3c298f89-4303-0410-b956-a3cf2f4a3e73>2010-04-28 14:47:43 +0000
commitfc2b3ea6b43c7b7c5b8d89a26252fa9cfc2be6d7 (patch)
tree509d55ccca9eee74c137f73affe1416f7587977c /Config.in
parent85095e9f195aa2a6008424b3d8bb1b2e1e24e4c0 (diff)
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 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