diff options
| author | Paul Cercueil <paul@crapouillou.net> | 2013-12-17 02:12:15 +0100 |
|---|---|---|
| committer | Peter Korsgaard <peter@korsgaard.com> | 2013-12-20 22:45:31 +0100 |
| commit | 2746158497cdaf80a5b85584e3972857ac2e7e82 (patch) | |
| tree | a0642a238f3a70a96a2254cca459752e58581f7f /package/util-linux/Config.in | |
| parent | 0fd8e8ddb404b226c9ebd27f4f36eced8827a3dc (diff) | |
| download | buildroot-2746158497cdaf80a5b85584e3972857ac2e7e82.tar.gz buildroot-2746158497cdaf80a5b85584e3972857ac2e7e82.zip | |
util-linux: Add config switches for some more binaries
Signed-Off-By: Paul Cercueil <paul@crapouillou.net>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Diffstat (limited to 'package/util-linux/Config.in')
| -rw-r--r-- | package/util-linux/Config.in | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/package/util-linux/Config.in b/package/util-linux/Config.in index ed19f39160..ae9b669ba6 100644 --- a/package/util-linux/Config.in +++ b/package/util-linux/Config.in @@ -54,6 +54,11 @@ config BR2_PACKAGE_UTIL_LINUX_ARCH help Print machine architecture +config BR2_PACKAGE_UTIL_LINUX_CHFN_CHSH + bool "chfn/chsh" + help + Change login shell, real user name and information + config BR2_PACKAGE_UTIL_LINUX_CRAMFS bool "cramfs utilities" select BR2_PACKAGE_ZLIB @@ -86,6 +91,11 @@ config BR2_PACKAGE_UTIL_LINUX_KILL help Send a signal to a process +config BR2_PACKAGE_UTIL_LINUX_LAST + bool "last" + help + Show listing of last logged in users + config BR2_PACKAGE_UTIL_LINUX_LOGIN_UTILS bool "login utilities" depends on BR2_ENABLE_LOCALE # linux-pam @@ -96,6 +106,11 @@ config BR2_PACKAGE_UTIL_LINUX_LOGIN_UTILS comment "login utilities needs a toolchain w/ locale" depends on !BR2_ENABLE_LOCALE +config BR2_PACKAGE_UTIL_LINUX_LOSETUP + bool "losetup" + help + Set up and control loop devices + config BR2_PACKAGE_UTIL_LINUX_MESG bool "mesg" help @@ -106,6 +121,11 @@ config BR2_PACKAGE_UTIL_LINUX_MOUNT help Mount/unmount filesystems +config BR2_PACKAGE_UTIL_LINUX_NEWGRP + bool "newgrp" + help + Log in to a new group + config BR2_PACKAGE_UTIL_LINUX_NSENTER bool "nsenter" help @@ -161,6 +181,11 @@ config BR2_PACKAGE_UTIL_LINUX_UUIDD help UUID generation daemon +config BR2_PACKAGE_UTIL_LINUX_VIPW + bool "vipw" + help + Edit the password, group, shadow-password or shadow-group file + config BR2_PACKAGE_UTIL_LINUX_WALL bool "wall" help |

