summaryrefslogtreecommitdiffstats
path: root/Config.in.legacy
diff options
context:
space:
mode:
authorThomas Petazzoni <thomas.petazzoni@free-electrons.com>2013-02-07 11:58:45 +0000
committerPeter Korsgaard <jacmet@sunsite.dk>2013-02-08 22:06:41 +0100
commit12ccc43fb7afe0f2dee850e33f8261f652ff4dd4 (patch)
tree20463ff74eb1f0a76510a36935df3312d10841a7 /Config.in.legacy
parent04dea0c48b57177fab80bfff46d74162011b199d (diff)
downloadbuildroot-novena-12ccc43fb7afe0f2dee850e33f8261f652ff4dd4.tar.gz
buildroot-novena-12ccc43fb7afe0f2dee850e33f8261f652ff4dd4.zip
package/customize: remove
This mechanism of root filesystem customization has been deprecated since a long time, so let's remove it now. Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Acked-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be> Acked-by: "Yann E. MORIN" <yann.morin.1998@free.fr> Acked-by: Luca Ceresoli <luca@lucaceresoli.net> Acked-by: "Samuel Martin" <s.martin49@gmail.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Diffstat (limited to 'Config.in.legacy')
-rw-r--r--Config.in.legacy8
1 files changed, 8 insertions, 0 deletions
diff --git a/Config.in.legacy b/Config.in.legacy
index 90a7b67ba..d90132c53 100644
--- a/Config.in.legacy
+++ b/Config.in.legacy
@@ -44,6 +44,14 @@ endif
#
# Legacy options since 2012.11
#
+config BR2_PACKAGE_CUSTOMIZE
+ bool "customize package has been removed"
+ select BR2_LEGACY
+ help
+ The 'customize' special package has been removed. Instead,
+ we recommend to create either your own packages, or use a
+ post-build script to customize your root filesystem. See
+ Buildroot's documentation for more details.
config BR2_PACKAGE_XSERVER_xorg
bool "X.org modular server"