mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-08-01 15:37:44 +00:00
util-linux: fix chfn/chsh missing dependencies
chfn/chsh utilities need linux-pam. Fixes: http://autobuild.buildroot.org/results/cfc/cfc5fd00b9db21b60efe8b74e9966b6192b1da17/ Signed-off-by: Samuel Martin <s.martin49@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
This commit is contained in:
parent
e3de3ae58e
commit
cb39b46f60
@ -58,9 +58,14 @@ config BR2_PACKAGE_UTIL_LINUX_ARCH
|
|||||||
|
|
||||||
config BR2_PACKAGE_UTIL_LINUX_CHFN_CHSH
|
config BR2_PACKAGE_UTIL_LINUX_CHFN_CHSH
|
||||||
bool "chfn/chsh"
|
bool "chfn/chsh"
|
||||||
|
select BR2_PACKAGE_LINUX_PAM
|
||||||
|
depends on (BR2_ENABLE_LOCALE && BR2_USE_WCHAR) # linux-pam
|
||||||
help
|
help
|
||||||
Change login shell, real user name and information
|
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
|
config BR2_PACKAGE_UTIL_LINUX_CRAMFS
|
||||||
bool "cramfs utilities"
|
bool "cramfs utilities"
|
||||||
select BR2_PACKAGE_ZLIB
|
select BR2_PACKAGE_ZLIB
|
||||||
|
Loading…
x
Reference in New Issue
Block a user