summaryrefslogtreecommitdiffstats
path: root/Config.in.legacy
diff options
context:
space:
mode:
authorThomas Petazzoni <thomas.petazzoni@free-electrons.com>2013-03-07 10:45:24 +0000
committerPeter Korsgaard <jacmet@sunsite.dk>2013-03-10 22:06:54 +0100
commit29b83f05274d312a0088dcfdfd52fffb65f64422 (patch)
treed79a24f85922b4484868c5d11edadd6bed51d4ca /Config.in.legacy
parent7cbb30115b0c0e70e298c4f0c7b048c396db46b0 (diff)
downloadbuildroot-novena-29b83f05274d312a0088dcfdfd52fffb65f64422.tar.gz
buildroot-novena-29b83f05274d312a0088dcfdfd52fffb65f64422.zip
gdisk: rename to gptfdisk
In order to match the new upstream name, rename the gdisk package to gptfdisk. We add the relevant legacy configuration options to ensure a smooth transition for users. [Peter: fixup Config.in indentation] Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Diffstat (limited to 'Config.in.legacy')
-rw-r--r--Config.in.legacy26
1 files changed, 26 insertions, 0 deletions
diff --git a/Config.in.legacy b/Config.in.legacy
index d90132c53..43e2afe8e 100644
--- a/Config.in.legacy
+++ b/Config.in.legacy
@@ -40,6 +40,32 @@ comment "As long as these options stay selected, the build "
comment "will fail. "
endif
+#
+# Legacy options since 2013.02
+#
+
+config BR2_PACKAGE_GDISK
+ bool "gdisk has been replaced by gptfdisk"
+ select BR2_LEGACY
+ select BR2_PACKAGE_GPTFDISK
+ help
+ The option has been renamed BR2_PACKAGE_GPTFDISK.
+
+config BR2_PACKAGE_GDISK_GDISK
+ bool "gdisk tool from gdisk has been replaced by gdisk in gptfdisk"
+ select BR2_LEGACY
+ select BR2_PACKAGE_GPTFDISK
+ select BR2_PACKAGE_GPTFDISK_GDISK
+ help
+ The option has been renamed BR2_PACKAGE_GPTFDISK_GDISK.
+
+config BR2_PACKAGE_GDISK_SGDISK
+ bool "sgdisk tool from gdisk has been replaced by sgdisk in gptfdisk"
+ select BR2_LEGACY
+ select BR2_PACKAGE_GPTFDISK
+ select BR2_PACKAGE_GPTFDISK_SGDISK
+ help
+ The option has been renamed BR2_PACKAGE_GPTFDISK_SGDISK.
#
# Legacy options since 2012.11