summaryrefslogtreecommitdiffstats
path: root/package/util-linux/Config.in
diff options
context:
space:
mode:
authorPaul Cercueil <paul@crapouillou.net>2014-04-08 19:45:08 +0200
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>2014-04-20 00:14:25 +0200
commit5bbe82c4ff43880d78c58cad35f7f9b1beafd4e3 (patch)
treeba490b5237ed8c8fb583da1ee430c5d5c98a394b /package/util-linux/Config.in
parent384d601d4ea2c41bb7928f756bfe88af4d38b38b (diff)
downloadbuildroot-5bbe82c4ff43880d78c58cad35f7f9b1beafd4e3.tar.gz
buildroot-5bbe82c4ff43880d78c58cad35f7f9b1beafd4e3.zip
util-linux: Add config switches for some more binaries
Signed-off-by: Paul Cercueil <paul@crapouillou.net> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'package/util-linux/Config.in')
-rw-r--r--package/util-linux/Config.in20
1 files changed, 20 insertions, 0 deletions
diff --git a/package/util-linux/Config.in b/package/util-linux/Config.in
index b1db99a6b4..cef80090e6 100644
--- a/package/util-linux/Config.in
+++ b/package/util-linux/Config.in
@@ -56,6 +56,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
@@ -98,6 +103,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
@@ -108,6 +118,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_PIVOT_ROOT
bool "pivot_root"
help
@@ -158,6 +173,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
OpenPOWER on IntegriCloud