Commit 083aeac9 authored by Matt Weber's avatar Matt Weber Committed by Thomas Petazzoni
Browse files

busybox: added linux-pam support

parent b0b3dc56
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
@@ -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