diff options
author | Yann E. MORIN <yann.morin.1998@free.fr> | 2017-12-27 00:39:02 +0100 |
---|---|---|
committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2017-12-28 10:06:52 +0100 |
commit | 3bd83aed7c0925955b4730d488b13fd49381e4c0 (patch) | |
tree | daa406b322566aa214ab58db18e0fdde3e0896dd | |
parent | 46f96a7d9ebdf46cfe495f9fde05e7f6c4d7f47b (diff) | |
download | buildroot-3bd83aed7c0925955b4730d488b13fd49381e4c0.tar.gz buildroot-3bd83aed7c0925955b4730d488b13fd49381e4c0.zip |
Config.in.legacy: drop 2012.11 entries
Those entries are older than 5 years, we can drop them now.
Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
-rw-r--r-- | Config.in.legacy | 36 |
1 files changed, 0 insertions, 36 deletions
diff --git a/Config.in.legacy b/Config.in.legacy index 47b495667d..4efce8015b 100644 --- a/Config.in.legacy +++ b/Config.in.legacy @@ -3130,42 +3130,6 @@ config BR2_PACKAGE_DIRECTB_TESTS The option has been renamed BR2_PACKAGE_DIRECTFB_TESTS. -############################################################################### -comment "Legacy options removed in 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" - select BR2_LEGACY - select BR2_PACKAGE_XSERVER_XORG_SERVER_MODULAR - help - The option has been renamed - BR2_PACKAGE_XSERVER_XORG_SERVER_MODULAR. - -config BR2_PACKAGE_XSERVER_tinyx - bool "KDrive / TinyX server" - select BR2_LEGACY - select BR2_PACKAGE_XSERVER_XORG_SERVER_KDRIVE - help - The option has been renamed - BR2_PACKAGE_XSERVER_XORG_SERVER_KDRIVE. - -config BR2_PACKAGE_PTHREAD_STUBS - bool "pthread-stubs option has been renamed" - select BR2_LEGACY - select BR2_PACKAGE_LIBPTHREAD_STUBS - help - For consistency reason, the pthread-stubs package has been - renamed to libpthread-stubs. - endmenu endif # !SKIP_LEGACY |