mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-09-10 00:04:06 -09:00
busybox: added linux-pam support
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>
This commit is contained in:
committed by
Thomas Petazzoni
parent
b0b3dc5612
commit
083aeac94e
@@ -141,6 +141,13 @@ define BUSYBOX_SET_INIT
|
|||||||
endef
|
endef
|
||||||
endif
|
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)
|
ifeq ($(BR2_PACKAGE_BUSYBOX_SELINUX),y)
|
||||||
BUSYBOX_DEPENDENCIES += host-pkgconf libselinux libsepol
|
BUSYBOX_DEPENDENCIES += host-pkgconf libselinux libsepol
|
||||||
define BUSYBOX_SET_SELINUX
|
define BUSYBOX_SET_SELINUX
|
||||||
|
|||||||
Reference in New Issue
Block a user