mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-28 21:56:31 +00:00
linux-pam: drop useless comment
The recursive reason for disabling linux-pam with musl doesn't help. Signed-off-by: Baruch Siach <baruch@tkos.co.il> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
This commit is contained in:
parent
36305380db
commit
78c446a340
@ -4,7 +4,7 @@ config BR2_PACKAGE_LINUX_PAM
|
|||||||
select BR2_PACKAGE_FLEX
|
select BR2_PACKAGE_FLEX
|
||||||
depends on (BR2_ENABLE_LOCALE && BR2_USE_WCHAR)
|
depends on (BR2_ENABLE_LOCALE && BR2_USE_WCHAR)
|
||||||
depends on !BR2_STATIC_LIBS
|
depends on !BR2_STATIC_LIBS
|
||||||
depends on !BR2_TOOLCHAIN_USES_MUSL # linux-pam
|
depends on !BR2_TOOLCHAIN_USES_MUSL
|
||||||
depends on BR2_USE_MMU # fork()
|
depends on BR2_USE_MMU # fork()
|
||||||
help
|
help
|
||||||
A Security Framework that Provides Authentication for Applications
|
A Security Framework that Provides Authentication for Applications
|
||||||
|
Loading…
x
Reference in New Issue
Block a user