diff options
author | Carlos Santos <casantos@datacom.ind.br> | 2017-09-01 21:41:38 -0300 |
---|---|---|
committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2017-09-02 22:49:12 +0200 |
commit | f52af619185df072c2b43f4d7dc21c70d86b2e2f (patch) | |
tree | 88449369acfbd231138db399e09c5a94f96d6a3d /Config.in.legacy | |
parent | fa46a89fe06aa1039274d7fb2408ee76cf137c97 (diff) | |
download | buildroot-f52af619185df072c2b43f4d7dc21c70d86b2e2f.tar.gz buildroot-f52af619185df072c2b43f4d7dc21c70d86b2e2f.zip |
util-linux: add menu items for login utilities
This change extends to the login utilities the current policy of having
a selection item in the configuration menu for each utility that has an
--enable/--disable knob in the "configure" script:
- add selection items for login, runuser, su and sulogin (there was
already an item for "last")
- move "login utilities" to Config.in.legacy
- make "login utilities" select last, login, runuser, su and sulogin
Signed-off-by: Carlos Santos <casantos@datacom.ind.br>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'Config.in.legacy')
-rw-r--r-- | Config.in.legacy | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/Config.in.legacy b/Config.in.legacy index d35b409423..44303a42bc 100644 --- a/Config.in.legacy +++ b/Config.in.legacy @@ -143,6 +143,21 @@ comment "----------------------------------------------------" endif ############################################################################### +comment "Legacy options removed in 2017.11" + +config BR2_PACKAGE_UTIL_LINUX_LOGIN_UTILS + bool "util-linux login utilities option removed" + select BR2_LEGACY + select BR2_PACKAGE_UTIL_LINUX_LAST + select BR2_PACKAGE_UTIL_LINUX_LOGIN + select BR2_PACKAGE_UTIL_LINUX_RUNUSER + select BR2_PACKAGE_UTIL_LINUX_SU + select BR2_PACKAGE_UTIL_LINUX_SULOGIN + help + Login utilities (last, login, runuser, su, sulogin) now have + their own configuration options in the util-linux menu. + +############################################################################### comment "Legacy options removed in 2017.08" config BR2_PACKAGE_SIMICSFS |