summaryrefslogtreecommitdiffstats
path: root/package/linux-pam
diff options
context:
space:
mode:
authorBaruch Siach <baruch@tkos.co.il>2016-11-16 18:29:21 +0200
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>2016-11-16 22:14:53 +0100
commit78c446a3405b97ea5bbff8b89199689c1fdf29e4 (patch)
tree5ff52c437e5a8ebf2e245bc5fc0b0be9e1f1deff /package/linux-pam
parent36305380db1312442623128689fe5067d9058381 (diff)
downloadbuildroot-78c446a3405b97ea5bbff8b89199689c1fdf29e4.tar.gz
buildroot-78c446a3405b97ea5bbff8b89199689c1fdf29e4.zip
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>
Diffstat (limited to 'package/linux-pam')
-rw-r--r--package/linux-pam/Config.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/linux-pam/Config.in b/package/linux-pam/Config.in
index 5d3fd61fa4..3d9835e8cc 100644
--- a/package/linux-pam/Config.in
+++ b/package/linux-pam/Config.in
@@ -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
OpenPOWER on IntegriCloud