linux-pam: drop useless comment
authorBaruch Siach <baruch@tkos.co.il>
Wed, 16 Nov 2016 16:29:21 +0000 (18:29 +0200)
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Wed, 16 Nov 2016 21:14:53 +0000 (22:14 +0100)
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>
package/linux-pam/Config.in

index 5d3fd61fa4ed3a8195dd3321f8f476b87cc864dd..3d9835e8cc39641222df3bda20ef2e9941869779 100644 (file)
@@ -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