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
|
||||
depends on (BR2_ENABLE_LOCALE && BR2_USE_WCHAR)
|
||||
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()
|
||||
help
|
||||
A Security Framework that Provides Authentication for Applications
|
||||
|
Loading…
Reference in New Issue
Block a user