diff options
author | Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be> | 2013-02-05 05:34:33 +0000 |
---|---|---|
committer | Peter Korsgaard <jacmet@sunsite.dk> | 2013-02-05 20:38:35 +0100 |
commit | 2cd9121c77d9f052c3e047bd18b319cbda6f54bf (patch) | |
tree | faba35a70b28ea927385e1c3d27cf5e8c0604507 | |
parent | a91a5c160811cfa874ab39ffce4f49cea80ec7d3 (diff) | |
download | buildroot-novena-2cd9121c77d9f052c3e047bd18b319cbda6f54bf.tar.gz buildroot-novena-2cd9121c77d9f052c3e047bd18b319cbda6f54bf.zip |
Legacy: order the options reverse-chronologically.
This makes sure that the most interesting ones are at the top.
Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
-rw-r--r-- | Config.in.legacy | 55 |
1 files changed, 30 insertions, 25 deletions
diff --git a/Config.in.legacy b/Config.in.legacy index 70958c3fb..90a7b67ba 100644 --- a/Config.in.legacy +++ b/Config.in.legacy @@ -42,7 +42,36 @@ endif # -# Legacy options from 2012.08 +# Legacy options since 2012.11 +# + +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_XLIB_LIBPTHREAD_STUBS + help + For consistency reason, the pthread-stubs package has been + renamed to xlib_libpthread-stubs. + + +# +# Legacy options since 2012.08 # config BR2_PACKAGE_GETTEXT_STATIC @@ -67,28 +96,4 @@ config BR2_PACKAGE_INPUT_TOOLS_EVTEST help The evtest program from input-tools is now a separate package. -config BR2_PACKAGE_PTHREAD_STUBS - bool "pthread-stubs option has been renamed" - select BR2_LEGACY - select BR2_PACKAGE_XLIB_LIBPTHREAD_STUBS - help - For consistency reason, the pthread-stubs package has been - renamed to xlib_libpthread-stubs. - -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. - endmenu |