]> rtime.felk.cvut.cz Git - coffee/buildroot.git/commitdiff
busybox: added linux-pam support
authorMatt Weber <Matthew.Weber@rockwellcollins.com>
Tue, 14 Jul 2015 20:20:19 +0000 (15:20 -0500)
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Sat, 18 Jul 2015 13:06:41 +0000 (15:06 +0200)
Signed-off-by: Matt Weber <matthew.weber@rockwellcollins.com>
Reviewed-by: Samuel Martin <s.martin49@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
package/busybox/busybox.mk

index 65ce7efe95e1d13470beb35ae0b4388c6435538d..ce6652b017d73cc8fa1ad26c91af4833add14dcd 100644 (file)
@@ -141,6 +141,13 @@ define BUSYBOX_SET_INIT
 endef
 endif
 
+ifeq ($(BR2_PACKAGE_LINUX_PAM),y)
+define BUSYBOX_LINUX_PAM
+       $(call KCONFIG_ENABLE_OPT,CONFIG_PAM,$(BUSYBOX_BUILD_CONFIG))
+endef
+BUSYBOX_DEPENDENCIES += linux-pam
+endif
+
 ifeq ($(BR2_PACKAGE_BUSYBOX_SELINUX),y)
 BUSYBOX_DEPENDENCIES += host-pkgconf libselinux libsepol
 define BUSYBOX_SET_SELINUX