mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-29 14:16:31 +00: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:
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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user