summaryrefslogtreecommitdiffstats
path: root/package
diff options
context:
space:
mode:
Diffstat (limited to 'package')
-rw-r--r--package/util-linux/Config.in5
1 files changed, 5 insertions, 0 deletions
diff --git a/package/util-linux/Config.in b/package/util-linux/Config.in
index cef80090e6..28bda11e0b 100644
--- a/package/util-linux/Config.in
+++ b/package/util-linux/Config.in
@@ -58,9 +58,14 @@ config BR2_PACKAGE_UTIL_LINUX_ARCH
config BR2_PACKAGE_UTIL_LINUX_CHFN_CHSH
bool "chfn/chsh"
+ select BR2_PACKAGE_LINUX_PAM
+ depends on (BR2_ENABLE_LOCALE && BR2_USE_WCHAR) # linux-pam
help
Change login shell, real user name and information
+comment "chfn/chsh needs a toolchain w/ wchar, locale"
+ depends on !(BR2_ENABLE_LOCALE && BR2_USE_WCHAR)
+
config BR2_PACKAGE_UTIL_LINUX_CRAMFS
bool "cramfs utilities"
select BR2_PACKAGE_ZLIB
OpenPOWER on IntegriCloud